GET api/CustomerItemClassPriceLevel/{Customer_Num}/{Item_Class}/{Price_Level}
Get CustomerItemClassPriceLevel requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Customer_Num | No documentation available. |
Define this parameter in the request URI. |
Item_Class | No documentation available. |
Define this parameter in the request URI. |
Price_Level | 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:
{ "Customer_Num": "sample string 1", "Item_Class": "sample string 2", "Price_Level": "sample string 3", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }