PERMANENT WITHDRAWAL - INDIRECT
LAS will Storage Location IMS system will accept JSON-encoded REST calls to mark retrieve items as permanently withdrawn from ReCAPStorage Location. The The required fields are the owner code (CustomerCode) and the item barcode (itemBarcode).
...
- The CustomerCode field must either match the owner code in the LAS Storage Location IMS system, or must be mappable to it. The current documentation assumes that the actual LAS actual Storage Location IMS system codes will be used.
- The owner code is uttsed only for verification purposes. It is compared to the code stored in the LAS Storage Location IMS system.
Error codes for permanentlyRetrieveItemIndirect
errorCode | errorNote | Description |
---|---|---|
itemNotOnFile | Item barcode not found in LASin Storage Location IMS system | |
wrongCustCode | CustomerCode: XX | The supplied customer code does not match the one stored in LAS Storage Location IMS system. The correct code is returned in the errorNote. |
itemWithdrawn | Item status, if available. Otherwise, the message "Status unknown - possible reaccession" is returned. (This should never happen). | The item has been permanently withdrawn from LAS Storage Location IMS system. |
missingReqData | Comma-delimited list of required fields that were not supplied. If requestor data is missing, the field “requestor” is reported. | One or more required fields were empty |
itemNotOut | Item status | Item is not “OUT” according to LASto Storage Location IMS system, and therefore cannot be indirectly withdrawn. |
InternalErr | The nature of the error that occurred. | LAS consistency Storage Location IMS system consistency error. These should never occur – but best practice requires they be tested for |
...