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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
receivable_id
ID of an existing invoice, quote, or credit note that you want to update.
Headers
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