Update invoice
PATCH/accounting/invoices/:id
JSON-RPC
accounting.invoices.update
The method allows to update only provided parameters as most of the fields are generated and can not be edited after invoice creation.
info
All parameters except id
are optional, only provided parameters will be
updated.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
True
if invoice was updated successfully. Error is raised otherwise.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred