Invoices
Update an invoice
Update an existing invoice
post/ar/invoices/{invoiceId}
Path parameters
invoiceIdstring uuid required
ID for the invoice.
Request body
Example request
{
"dueDate": "2016-07-22",
"invoiceDate": "2016-07-22",
"servicePeriodEndDate": "2016-07-22",
"servicePeriodStartDate": "2016-07-22"
}Response
Example response
{
"canceledAt": "2016-07-22T00:00:00Z",
"createdAt": "2016-07-22T00:00:00Z",
"dueDate": "2016-07-22",
"invoiceDate": "2016-07-22",
"servicePeriodEndDate": "2016-07-22",
"servicePeriodStartDate": "2016-07-22",
"updatedAt": "2016-07-22T00:00:00Z"
}