/
Accession Batch
Accession Batch
Accession Batch is similar to the accession API except that accession batch API accepts multiple item barcodes in a single request call. The accession batch process is a deferred process to reduce performance bottlenecks. The barcodes and customer codes are persisted and is processed as per schedule of the Accession job, usually, nightly. After processing, a report on the barcodes that were processed is prepared and stored at the FTP location.
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.
, multiple selections available,
Related content
SCSB Accession Batch
SCSB Accession Batch
More like this
Accession
More like this
SCSB Accession
SCSB Accession
More like this
Bulk Request
Bulk Request
More like this
SCSB API's consumed between SCSB and LAS
SCSB API's consumed between SCSB and LAS
More like this
All API's consumed between SCSB and LAS
All API's consumed between SCSB and LAS
More like this