Versions Compared

Key

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

...

Code Block
languagejs
titleRequest - Deaccession
linenumberstrue
{
  "deAccessionItems": [
    {
      "deliveryLocation": "NA", // Customer Code of the item
      "itemBarcode": "33433014512432" // Item Barcode. Common across IMS System, Storage Location IMS System, ILS and SCSB.
    }
  ],
  "LoginId": "xxxxxxxxxx" // Network Login Id of a user who is authorized to deaccession items for the partner institution.
}

...

Code Block
languagejs
titleAlternate Response - Deaccession
linenumberstrue
{
  "32101047813603": "Failure - There is a mismatch in item status between SCSB and Storage Location IMS system. Please contact Storage Location's staff (<a href=\"mailto:karthik.mohanrangan@htcindia.com\">karthik.mohanrangan@htcindia.com</a>) for further assistance." // mismatch in item status
}

...