Versions Compared

Key

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

The Check-out Item API call is also an internal call made by SCSB as part of the request API call. After checking the availability status in storage location a check-out call is made to the item on successful placement of a request so that the item status shows up as 'Charged' rather than as 'Available' during cross partner borrowing. Similarly for EDD requests a checkout is made using respective pseudo patron barcodes for scenario's involving same institution and cross-partner requesting institution to mark items as 'Charger'/Not Available in ILS/Sierra.

Request - Check-out Item
API End Point : /requestItem/checkoutItem


Code Block
languagejs
titleRequest - Check-out Item
linenumberstrue
{
  "itemBarcodes": [
    "PULTST54330" // Item Barcode. Common across Storage Location, ILS and SCSB.
  ],
  "itemOwningInstitution": "<Institution Code>", // Item owning Institution. PossibleExample values areinclude PUL, CUL and NYPL.
  "patronIdentifier": "<Patron ID>" // The patron barcode issued by the partner ILS.
}

...