Invoices
Get an invoice
Retrieve details of an invoice by its ID
get/ar/invoices/{invoiceId}
Path parameters
invoiceIdstring uuid required
ID for the invoice.
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"
}