Update a receivable

You can update:

  • draft invoices, quotes, and credit notes,
  • invoice template for recurring invoices,
  • certain details in already issued invoices (use the issued_invoice envelope instead of the invoice envelope).

To update the line items in an invoice or a quote, use PUT /receivables/{receivable_id}/line_items instead.

Path parameters

receivable_idstringRequired
ID of an existing invoice, quote, or credit note that you want to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
objectRequired
OR
objectRequired
OR
objectRequired
OR
objectRequired

Response

Successful Response
quoteobject
OR
invoiceobject
OR
credit_noteobject

Errors