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 theinvoice
envelope).
To update the line items in an invoice or a quote, use PUT /receivables/{receivable_id}/line_items
instead.
Path parameters
receivable_id
ID of an existing invoice, quote, or credit note that you want to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
OR
OR
OR
Response
Successful Response
quote
OR
invoice
OR
credit_note