Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejs
titleRequest - Create Bib Record (PUL)
linenumberstrue
{
  "itemBarcodes": [
    "PULTST54330123456789"
  ],
  "itemOwningInstitution": "PUL",
  "patronIdentifier": "45678912",
  "titleIdentifier": "New Bib Title[No Restriction] TITLE IN CAPS [RECAP]"
}
Code Block
languagejs
titleResponse - Create Bib Record (PUL)
linenumberstrue
{
  "itemBarcode": "|MA9959",
  "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": "AFCreat9959123",
  "itemId": "|MA9959"
}
Code Block
languagejs
titleRequest - Create Bib Record (CUL)
linenumberstrue
{
  "itemBarcodes": [
    "PUL21212121123456789"
  ],
  "itemOwningInstitution": "CUL",
  "patronIdentifier": "RECAPTST01",
  "titleIdentifier": "[InNo Library UseRestriction] TITLE IN CAPS [RECAP]"
}
Code Block
languagejs
titleRequest Response - Create Bib Record (NYPLCUL)
linenumberstrue
{
  "itemBarcodesitemBarcode": ["",
  "itemOwningInstitution": "",
"PUL21212121"
  ]  "screenMessage": "",
  "success": true,
  "itemOwningInstitutionesipDataIn": "NYPL81N20170112    062731|AO|AARECAPTST01AP|AB123456789|AC|AJ[No Restriction] TITLE IN CAPS [RECAP]|\r",
  "patronIdentifieresipDataOut": "23333097542730821MJ|MA12040054|AF|",
  "titleIdentifierbibId": "12040054"TITLE,
 IN CAPS [RECAP]"itemId": ""
}