Invoice
Update
Update an existing Invoice record by ID.
put/api/cp/invoice/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"invoice_id": 1,
"company_id": 1,
"to_address": "example_to_address",
"invoice_date": "2025-01-17T10:30:00Z",
"sent": 1,
"external_id": 1
}Response
Operation completed successfully
Example response
{
"status": "OK"
}