Versions Compared

Key

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

...

Code Block
languagejs
titleRequest - Hold Item
linenumberstrue
{
 "author": "", // Author information of the bibliographic record.
 "bibId": "459389", // Bibliographic Id of the bibliographic record.
 "callNumber": "", // Call number details to ease process of retrieval.
 "expirationDate": "20170205    221545", // Expiration date passed to the ILS' hold API. Usually 6 months for PUL and CUL and 1 year for NYPL.
 "itemBarcodes": [
   "32101043878741" // Item Barcode. Common across IMS System, Storage Location IMS System, ILS and SCSB
 ],
 "itemOwningInstitution": "Institution", // Item owning institution. Possible values are PUL, CUL or NYPL.
 "patronIdentifier": "45678913", // Patron Barcode assigned to the patron by the partner institution.
 "pickupLocation": "rcpcirc", // Pickup location as expected by the ILS' API.
 "title": "", // This is used to send titles to use during creation of temporary records.
 "trackingId": "" // Institution's ILS generated ID initiated on their side while placing hold used as a reference to return response in SCSB.
}

...