Invoices
Update Invoice
Updates one or more fields on an existing invoice.
PATCH
Headers
string
required
Bearer YOUR_API_KEYPath Parameters
string
required
UUID of the invoice to update.
Body
Send only the fields you want to change. At least one field is required.string
New status. One of:
Draft, Sent, Paid, Overdue, Cancelled.string
Updated invoice description.
string
Updated due date in
YYYY-MM-DD format.number
Updated total amount.
string
Updated 3-letter currency code.
number
Updated tax rate as a percentage (0–100).
Response
boolean
true on update.object
The updated invoice object.

