Invoices

Invoice Types

GET /api/.../invoices/types

Return a list of Invoice Types.

Request Information

Parameters

None

Response Information

Example
application/json, text/json
[
  {
    "InvoiceTypeID": 1,
    "InvoiceType": "Regular"
  },
  {
    "InvoiceTypeID": 5,
    "InvoiceType": "Approval Plan"
  },
  {
    "InvoiceTypeID": 6,
    "InvoiceType": "Blanket Order"
  },
  {
    "InvoiceTypeID": 7,
    "InvoiceType": "Miscellaneous"
  }
]

HTTP Response Codes

Code Description
200 OK. Success