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
Errors
400
Patch Receivables ID Request Bad Request Error
401
Patch Receivables ID Request Unauthorized Error
403
Patch Receivables ID Request Forbidden Error
404
Patch Receivables ID Request Not Found Error
409
Patch Receivables ID Request Conflict Error
422
Patch Receivables ID Request Unprocessable Entity Error
429
Patch Receivables ID Request Too Many Requests Error