Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejs
titleRequest - Create Bib Record (PUL)
{
  "itemBarcodes": [
    "PULTST54330"
  ],
  "itemOwningInstitution": "PUL",
  "patronIdentifier": "45678912",
  "titleIdentifier": "New Bib Title"
}
Code Block
languagejs
titleResponse - Create Bib Record (PUL)
{
  "itemBarcode": "|MA9959",
  "itemOwningInstitution": "",
  "screenMessage": "",
  "success": true,
  "bibId": "AFCreat",
  "itemId": "|MA9959"
}

...