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 IMS System, Storage Location IMS System, ILS and SCSB.
  ],
  "itemOwningInstitution": "Institution", // Item owning Institution. Possible values are PUL and CUL. 
  "patronIdentifier": "45678912", // The patron barcode issued by the partner ILS.
  "titleIdentifier": "[No Restriction] TITLE IN CAPS [Storage Location]" // The title of the created record. It follows the [<Use restriction>] <Title> [Storage Location] format.
}

...