Invoice Sequencing

List of Invoice Sequencing

GET /api/.../invoicesequencing

Return a list of all invoice sequencing in the system.

Response Information

Example
application/json, text/json
[
{
    "InvSequencingID": 1,
    "InvSequencing": "Same sequence as order",
    "BISACCode": "301"
  },
  {
    "InvSequencingID": 2,
    "InvSequencing": "ISBN order",
    "BISACCode": "302"
  },
  {
    "InvSequencingID": 3,
    "InvSequencing": "Author order",
    "BISACCode": "303"
  },
  {
    "InvSequencingID": 4,
    "InvSequencing": "Title order",
    "BISACCode": "304"
  },
  {
    "InvSequencingID": 5,
    "InvSequencing": "Fund order",
    "BISACCode": "305"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request