© 2024 Clarivate
GET /api/.../backorderinstructions
Return a list of all backorder instructions in the system.
[
{
"BackorderInstrID": 1,
"BackorderInstr": "Do not backorder items",
"BISACCode": "N"
},
{
"BackorderInstrID": 2,
"BackorderInstr": "Backorder when out of stock or not yet published",
"BISACCode": "Y"
},
{
"BackorderInstrID": 3,
"BackorderInstr": "Backorder when not yet published",
"BISACCode": "B"
},
{
"BackorderInstrID": 4,
"BackorderInstr": "Backorder when out of stock",
"BISACCode": "0"
},
{
"BackorderInstrID": 5,
"BackorderInstr": "Backorder as indicated in each line item or not applicable",
"BISACCode": " "
},
{
"BackorderInstrID": 6,
"BackorderInstr": "No specific backorder instruction for individual line items; comply with instructions in PO header",
"BISACCode": " "
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|