latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Invoices
Update an invoice
Update an invoice (required scope finance:write)
patch/v1/finance/invoices/{invoiceId}
Path parameters
invoiceIdinteger required
The id of the invoice to update
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"deliverySiteContactId": 56789,
"clientNotes": "Please pay within 30 days",
"internalNotes": "Follow up in two weeks",
"bankAccountId": 34567,
"nominalCodeId": 45678,
"departmentCodeId": 23456,
"reference": "INV-2024/001_A",
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
No Content