Update invoice
Update invoice
PATCH
https://api.notify.cm/v2/invoices/{invoice_id}
Authentication: API keys
With this API you can update your invoice information.
Headers
Name
Type
Description
Authorization
string
Your test of live API key
Request Body
Name
Type
Description
InvoiceDate
string
European date: 28-01-2021
InvoiceDuedate
string
European date: 28-02-2021
InvoiceTotal
number
Number format: 1100.00
InvoiceBalance
number
Number format: 1100.00
InvoiceStatus
string
Statuscode: concept
open
paid
or cancelled
Example
Response
Last updated
Was this helpful?