...
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 | ||
---|---|---|
| ||
Items that were requested and are out of ReCAP before the SCSB system went live are also marked as 'Not Available' by SCSB. This is done by translating GFA LAS' item statuses to SCSB's as defined in this sheet. |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "barcodes": [ "CU63707896", // Item barcodes separated by commas (,) "32101066358464" ] } |
...