Versions Compared

Key

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

The Deaccession API is an internal call made by SCSB to remove a record. Deaccession will only be done through the UI by users who are authorized to perform the operation. Deaccessioning an item would mark the record as removed (deleted) in the SCSB database. It will not be retrieved as part of the search results or available for requests. Any pending retrieval, recall, or EDD requests against a deaccessioned record are canceled. If an item to be deaccessioned is available in SCSB it will call GFAIMS System's PWD (Permanent Withdrawal - Direct) API otherwise SCSB will call GFAIMS System's PWI (Permanent Withdrawal - Indirect) API to perform deaccession.

Code Block
languagejs
titleRequest - Deaccession
linenumberstrue
{
  "deAccessionItems": [
    {
      "deliveryLocation": "NA", // Customer Code of the item
      "itemBarcode": "33433014512432" // Item Barcode. Common across GFA LAS IMS System, Storage Location IMS, 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 LASLocation IMS. Please contact Storage ReCAPLocation's staff (<a href=\"mailto:karthik.mohanrangan@htcindia.com\">karthik.mohanrangan@htcindia.com</a>) for further assistance." // mismatch in item status
}

...