Invoices

Invoice

GET /api/.../invoices/{id}

Return a single Invoice.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Invoice.

Response Information

Example
application/json, text/json
{
  "InvoiceID": 1,
  "PaymentMethodID": 1,
  "InvoiceTypeID": 1,
  "CreationDate": "2005-06-28T11:01:30.183-04:00",
  "CreatorID": 1,
  "CreatorName": "polaris",
  "InvDate": "2005-06-28T00:00:00-04:00",
  "InvGrndTotBase": 200.00,
  "InvNumber": "123456",
  "InvNumberSuf": "jlf",
  "ModificationDate": "2019-03-15T11:04:20-04:00",
  "ModifierID": 1,
  "ModifierName": "polaris",
  "InvoiceStatusID": 1,
  "InvoiceStatus": "Paid",
  "InvStatusDate": "2005-06-28T11:01:30-04:00",
  "NumberOfLines": 10
}

HTTP Response Codes

Code Description
200 OK. Success