Versions Compared

Key

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

...

To be noted the change request - MS-286 to call check-In/check-Out endpoints to ILS for EDD requests is also part of the Refile process. When EDD items are refiled a check-In/check-Out called is sent to respective ILS with pseudo patron barcodes shared by partners.


   Request - Refile Item
   API End point : /requestItem/refile


Code Block
languagejs
titleRequest - Refile
linenumberstrue
{
  "itemBarcodes": [
    "32101045675921" // Item Barcode, common across the Storage Location IMS System, ILS and SCSB.
  ],
  "requestIds": [
    12345 // Request Id generated by SCSB, returned as part of the Request Item API response, stored and reused by Storage Location IMS System.
  ]
}

...