GET api/InventorySerialNum/{Item_Number}/{Location}/{Qty_Type}
Get InventorySerialNum 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. |
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", "Serial_Num": "sample string 3", "Qty_Type": "sample string 4", "Qty": 1.0, "Source": "sample string 5", "Sales_Doc_Type": "sample string 6", "Sales_Doc_Num": "sample string 7", "Qty_Allocated": 1.0, "Bin": "sample string 8", "Unit_Cost": 9.0, "IsInactive": true, "Date_Received": "2025-04-04T00:50:28.175-04:00", "Receipt_Seq": 12, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }