© 2025 Clarivate
GET /api/.../invoicesequencing
Return a list of all invoice sequencing in the system.
[
{
"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"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|