GET api/ItemPriceList/{Item_Number}/{Currency_ID}/{Price_Level}/{UOfM}/{To_Qty}
Get ItemPriceList requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Item_Number | No documentation available. |
Define this parameter in the request URI. |
Currency_ID | No documentation available. |
Define this parameter in the request URI. |
Price_Level | No documentation available. |
Define this parameter in the request URI. |
UOfM | No documentation available. |
Define this parameter in the request URI. |
To_Qty | 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", "Currency_ID": "sample string 2", "Price_Level": "sample string 3", "UOfM": "sample string 4", "To_Qty": 5.0, "From_Qty": 6.0, "UOfM_Price": 7.0, "Qty_Base_UOfM": 8.0, "Rounding_Amount": 1.0, "Round_How": 1, "Round_To": 1, "UOfM_Sales_Option": 1, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }