Versions Compared

Key

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

...

Code Block
languagejs
titleRequest - Create Bib Record
linenumberstrue
{
  "itemBarcodes": [
    "123456789" // 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.
  "titleIdentifier": "[No Restriction] TITLE IN CAPS [RECAP]" // The title of the created record. It follows the [<Use restriction>] <Title> [RECAP] format.
}


Code Block
languagejs
titleResponse - Create Bib Record
linenumberstrue
{
  "itemBarcode": "",
  "itemOwningInstitution": "",
  "screenMessage": "Create Bib successful.",
  "success": true,
  "esipDataIn": "81N20170112    062300|AO|AA45678912AP|AB123456789|AC|AJ[No Restriction] TITLE IN CAPS [RECAP]|\r",
  "esipDataOut": "821MJ|MA9959123|AFCreate Bib successful.|",
  "bibId": "9959123",
  "itemId": ""
}

...