Update an existing invoice in Chaser by its internal ID. Use this to modify invoice status, amounts, dates, payments, or customer associations. Requires the internal Chaser invoice ID (e.g., 'inv_abc123') from invoice creation or retrieval responses.
datestringInvoice issue date in ISO 8601 format
totalnumberTotal invoice amount
statusstringInvoice status
due_datestringPayment due date in ISO 8601 format
paymentsarrayList of payments applied to the invoice
sub_totalnumberSubtotal before tax
amount_duenumberRemaining balance due
invoice_idRequiredstringInternal Chaser invoice ID (e.g., 'inv_abc123'). Use the 'id' field from invoice creation/retrieval responses, NOT the external invoice_id.
amount_paidnumberTotal amount paid
currency_codestringISO-4217 currency code, e.g., 'USD'
invoice_numberstringReference number assigned to the invoice
fully_paid_datestringDate the invoice was fully paid in ISO 8601 format
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.