- 1 Minute to read
- PDF
Inventory Hold Status Object
- 1 Minute to read
- PDF
Inventory Hold Status Object
StatusDesc
Description: The name of the Hold Status.
Data Type: String
InventoryStatusID
Description: The integer value for each Hold Status.
Data Type: Int
ReasonCodes
Description: A list of the available reason codes for the selected hold status.
Data Type: String
AllowMoves
Description: A toggle to allow/disallow moving inventory that is on hold.
Data Type: Boolean
AllowPicking
Description: A toggle to allow/disallow picking inventory that is on hold.
Data Type: Boolean
AllowShipping
Description: A toggle to allow/disallow shipping inventory that is on hold.
Data Type: Boolean
AllowTransfers
Description: A toggle to allow/disallow transferring inventory that is on hold.
Data Type: Boolean
AllowConsumption
Description: A toggle to allow/disallow consuming inventory that is on hold.
Data Type: Boolean
AllowMFG
Description: A toggle to allow/disallow using inventory that is on hold for manufacturing.
Data Type: Boolean
Example:
[
{
"StatusDesc": "QA Hold",
"InventoryStatusID": 2,
"ReasonCodes":
[
"Expired",
"Pending QA Inspection",
"Priority",
"Other"
],
"AllowMoves": true,
"AllowPicking": false,
"AllowShipping": false,
"AllowTransfers": false,
"AllowConsumption": false,
"AllowMFG": false
}
]