v1
latestOpenAPI 3.0.42026-07-2286621993.2 KBinvoices
Fully update invoice
Fully updates an invoice, by ID. In the JSON request body, include a complete invoice object. This call does not support partial updates. <blockquote><strong>Notes:</strong><ul><li>API caller can change/modify recipient only 2 times in 72 hours.</li></ul></blockquote>.
put/v2/invoicing/invoices/{invoice_id}
Path parameters
invoice_idstring required
The ID of the draft invoice to delete.
Query parameters
send_to_recipientboolean
Indicates whether to send the invoice update notification to the recipient.
send_to_invoicerboolean
Indicates whether to send the invoice update notification to the merchant.
Request body
Response
A successful request returns the HTTP 200 OK status code. A JSON response body that shows invoice details is returned if you set <code>prefer=return=representation</code>.