Acquisitions Binding Substitutions

List of Acquisitions Binding Substitutions

GET /api/.../bindingsubstitutions

Return a list of all acquisitions binding substitutions in the system.

Response Information

Example
application/json, text/json
[
   {
    "BindingSubInstrID": 1,
    "BindingSubstitution": "No substitution permitted",
    "BISACCode": "0"
  },
  {
    "BindingSubInstrID": 2,
    "BindingSubstitution": "Supply any available binding if the edition ordered is not available",
    "BISACCode": "1"
  },
  {
    "BindingSubInstrID": 3,
    "BindingSubstitution": "Supply paper binding if the edition ordered is not available",
    "BISACCode": "2"
  },
  {
    "BindingSubInstrID": 4,
    "BindingSubstitution": "Supply cloth binding if the edition ordered is not available",
    "BISACCode": "3"
  },
  {
    "BindingSubInstrID": 5,
    "BindingSubstitution": "Supply library binding if the edition ordered is not available",
    "BISACCode": "4"
  },
  {
    "BindingSubInstrID": 6,
    "BindingSubstitution": "No action or action indicated by the line item",
    "BISACCode": " "
  },
  {
    "BindingSubInstrID": 7,
    "BindingSubstitution": "No action. Standard instructions on file are true for this line item",
    "BISACCode": " "
  }
]

HTTP Response Codes

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