Versions Compared

Key

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

...

  Request - Accession Batch
   API End Point :  /sharedCollection/accessionBatch



Code Block
languagejs
titleRequest - Accession Batch
linenumberstrue
{
   "imsLocationCode":"Storage Location",  // RECAP for ReCAP Warehouse, HD for Harvard Depository
   "accessionRequests":[
      {
         "customerCode":"PA",
         "itemBarcode":"PULTST54340"
      },
      {
         "customerCode":"PA",
         "itemBarcode":"PULTST54341"
      },
      {
         "customerCode":"PA",
         "itemBarcode":"PULTST54342"
      }
   ]
}

...