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 is LAS 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. For Retrieval requests on cross-partner request scenario a pseudo patron barcode specified by the institution is used to make a checkout call.For 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/Seirra.

Code Block
languagejs
titleRequest - Check-out Item
linenumberstrue
{
  "itemBarcodes": [
    "PULTST54330" // Item Barcode. Common across GFA LAS, ILS and SCSB.
  ],
  "itemOwningInstitution": "PUL", // Item owning Institution. Possible values are PUL, CUL and NYPL.
  "patronIdentifier": "45678912" // The patron barcode issued by the partner ILS.
}

...