Get an invoice
Retrieve details of an invoice by its ID
Path parameters
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"
}Changes
Changed in 2 of the 45 revisions of this API.23
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
the
response's property type changed from no type tonumberfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type tonumberfor statusresponse-property-type-changed
- ○
removed
subschema #2from the//response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed
subschema #2from theresponse propertyallOflist for the response statusresponse-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲