Backorder Instructions

List of Backorder instructions

GET /api/.../backorderinstructions

Return a list of all backorder instructions in the system.

Response Information

Example
application/json, text/json
[
 {
    "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": " "
  }
]

HTTP Response Codes

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