Versions Compared

Key

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

...

Code Block
languagejs
titleResponse - Create Bib Record
linenumberstrue
{
  "itemBarcode": "",
  "itemOwningInstitution": "",
  "screenMessage": "Create Bib successful.", // Successful creation of bibliographic record
  "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": ""
}


Code Block
languagejs
titleAlternate Response - Create Bibliographic record
linenumberstrue
{
  "itemBarcode": "123213",
  "itemOwningInstitution": "",
  "screenMessage": "Item Barcode already Exist", // Record already exists
  "success": true,
  "esipDataIn": null,
  "esipDataOut": null,
  "bibId": "12040317",
  "itemId": null
}


Code Block
languagejs
titleAlternate Response - Create Bibliographic record
linenumberstrue
{
  "itemBarcode": null,
  "itemOwningInstitution": "",
  "screenMessage": "Patron Validation Failed: Patron barcode not found", // Patron barcode is not valid/found.
  "success": false,
  "esipDataIn": null,
  "esipDataOut": null,
  "bibId": null,
  "itemId": null
}