Updates an invoice by modifying field values, clearing field values, or both as specified in the request.
PUT
/v2/invoices/{invoice_id}
Updates an invoice by modifying field values, clearing field values, or both as specified in the request.
There are no restrictions to updating an invoice in a draft state. However, there are guidelines for updating a published invoice. For more information, see Update an invoice.
The invoice fields to update. You need to only specify the fields you want to change. The current invoice version must be specified in the version field. For more information, see Update an invoice.
A unique string that identifies the UpdateInvoice
request. If you do not provide idempotency_key
(or provide an empty string as the value), the endpoint treats each request as independent.
For more information, see Idempotency.
List of fields to clear. For examples, see Update an invoice.