...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"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 GFA LAS, ILS and SCSB
],
"itemOwningInstitution": "PUL", // 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": "" // NYPL's ILS generated ID initiated on their side while placing hold used as a reference to return response in SCSB.
} |
...