v1
latestOpenAPI 3.1.02026-08-0670151364.9 KBInvoices
Update an invoice
put/invoices/{id}
Path parameters
idstring required
The id of the invoice being updated
The id of the invoice being updated
Request body
Example request
{
"invoiceNo": "INV-12345",
"customer": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
},
"description": "Monthly subscription fee for January",
"dueDate": "2025-12-15T23:59:59Z",
"issueDate": "2025-12-15T09:00:00Z",
"paymentRequests": [
{
"id": "3d6be112-2825-4ee6-8287-ea9171e20b36",
"amount": 100,
"payByDate": "2025-03-25T11:36:55.243Z"
}
],
"officeId": "80349480-490b-4234-92e7-fad697e3d446"
}Response
The request was successful and the invoice was updated.