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
andwarehousetransferschedulelinerecordid
.
POST
End Point: /warehouse/transfers/{recordID}/session/{sessionID}/unfill
Sample Request payload
{
"scandetails":
[
{
"referencenumber": 0,
"warehousetransferschedulelinerecordid": "String"
}
]
}
Sample Response Payload
If Returned/ Received Successful.