GET api/InventoryMultibin/{Item_Number}/{Location}/{Bin}/{Qty_Type}
Get InventoryMultibin requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Item_Number | No documentation available. |
Define this parameter in the request URI. |
| Location | No documentation available. |
Define this parameter in the request URI. |
| Bin | No documentation available. |
Define this parameter in the request URI. |
| Qty_Type | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Item_Number": "sample string 1",
"Location": "sample string 2",
"Bin": "sample string 3",
"Qty_Type": "sample string 4",
"Quantity": 5.0,
"Qty_Allocated": 6.0,
"Qty_Available": 1.0,
"dex_row_id": 7,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}