Skip to main content
POST
Update invoice issue date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The invoice_id and new issue_date

invoice_id
string<uuid>
required

ID of the invoice to update. The invoice must still be in DRAFT status.

issue_date
string<date-time>
required

RFC 3339 timestamp. This will be the new issue date of the invoice. It must not be after the end date of the contract.

Response

Success

data
object
required