GET api/InventoryByLoc/{Item_Number}/{Location}
Get InventoryByLoc 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. |
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",
"Default_Bin": "sample string 3",
"Onhand": 1.0,
"Allocated": 4.0,
"Backordered": 5.0,
"Onorder": 6.0,
"Available": 1.0,
"Next_Expected_Receipt": "2025-11-04T14:10:01.548-05:00",
"Order_Policy": "sample string 7",
"Fixed_Order_Qty": 1.0,
"Order_Point_Qty": 1.0,
"Order_Up_To_Qty": 1.0,
"Replenishment_Level": "sample string 8",
"Buyer_ID": "sample string 9",
"Planner_ID": "sample string 10",
"Number_Of_Days": 11,
"Min_Order_Qty": 12.0,
"Max_Order_Qty": 13.0,
"Order_Multiple": 14.0,
"Replenishment_Method": "sample string 15",
"Shrinkage_Factor": 1.0,
"Purchasing_Lead_Time": 1.0,
"Mfg_Fixed_Lead_Time": 1.0,
"Mfg_Variable_Lead_Time": 1.0,
"Planning_Time_Fence": 16,
"Move_Out_Fence": 17,
"Safety": 18.0,
"Include_MRP_MoveIn": 64,
"Include_MRP_MoveOut": 64,
"Include_MRP_Cancel": 64,
"Reorder_Variance": 22.0,
"Master_Location_Code": "sample string 23",
"PO_Order_Method": 24,
"PO_Vendor_Selection": 25,
"PO_Pricing_Selection": 26,
"Include_Allocations": 64,
"Include_Backorders": 64,
"Include_Requisitions": 64,
"Primary_Vendor_ID": "sample string 30",
"Primary_Vendor_Name": "sample string 31",
"Location_Description": "sample string 32",
"Inactive": 64,
"Sales_Fulfillment_Default_Bin": "sample string 34",
"Sales_Returns_Default_Bin": "sample string 35",
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}