v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Patch Invoice
Update an existing invoice by ID.
Send only the fields you want to change. Returns 400 if no fields are provided.
Path Parameters:
- invoice_id: The invoice's CRM record ID.
Request Body (InvoiceUpdateRequest): Fields: stage, description, total_amount, invoice_date, invoice_line_list. All optional — only included fields are updated.
Response: The updated invoice object.
patch/crm/invoices/{invoice_id}
Path parameters
invoice_idstring required
Request body
Response
Successful Response