Skip to main content
Skip table of contents

Unfill an Asset/Item

You can Unfill Items Filled on Transfer Orders.

For this, first you need to open a warehouse session. This will assign a unique session id.
The response will return affected items with their current warehouse status upon success processing.
Once you are done with your Warehouse Operation you must close the session.

  • This feature works for all types of Inventory.

  • This feature works Only with a valid sessionid and warehousetransferschedulelinerecordid.

 

 

POST

End Point: /warehouse/transfers/{recordID}/session/{sessionID}/unfill

 

Sample Request payload

CODE
{
 "scandetails":
               [
                {
                 "referencenumber": 0,
                 "warehousetransferschedulelinerecordid": "String"
                }
               ]
}

 

Sample Response Payload

If Returned/ Received Successful.

Your 'Request' is responded with the following payload
CODE
{
 "warehousetransferschedulelines":
                                  [
                                   {
                                    "recordid": "string",
                                    "linenumber": 0,
                                    "levelnumber": 0,
                                    "isformedheader": true,
                                    "status": "string",
                                    "productid": "string",
                                    "assetid": "string",
                                    "description": "string",
                                    "isserial": true,
                                    "iskitheader": true,
                                    "shelflocation": "string",
                                    "binnumber": "string",
                                    "orderedquantity": 0,
                                    "filledquantity": 0,
                                    "shippedquantity": 0,
                                    "receivedquantity": 0,
                                    "containerid": "string",
                                    "transferlinerecordid": "string"
                                   }
                                  ],
 "scanresults":
               [
                {
                 "referencenumber": 0,
                 "faultCode": 0,
                 "faultString": "string",
                 "hint": "string"
                }
               ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.