Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Accession Batch is similar to the accession API except that accession batch API accepts multiple item barcodes in a single request call.

Request - Accession Batch
[{
  "customerCode": "PA", // Customer code as stored in GFA LAS. This is used to identify the institution in SCSB.
  "itemBarcode": "PULTST54340" // Item Barcode. Unique and common across SCSB, GFA LAS and partners' ILS.
},
{
  "customerCode": "PA",
  "itemBarcode": "PULTST54320"
},
{
  "customerCode": "PA",
  "itemBarcode": "PULTST54210"
}]
Response - Accession Batch
The accession request is successfully processed.
  • No labels