Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The API returns the availability status of an item as "Available" or "Not Available". An error message gets generated if the barcode is not existing in SCSB - "Item Barcode doesn't exist in SCSB database"


Info
titleRequests prior to SCSB

Items that were requested and are out of Storage Location before the SCSB system went live are also marked as 'Not Available' by SCSB. This is done by translating Storage Location IMS System's item statuses to SCSB's as defined in this sheet.


Code Block
languagejs
titleRequest - Item Availability Status
{
  "barcodes": [  
    "CU63707896",   // Item barcodes separated by commas (,)
    "32101066358464" 
  ]
}

...