GET api/ItemPriceList
ODATA enabled get ItemPriceList requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| options | No documentation available. |
None. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"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
},
{
"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
},
{
"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
}
],
"NextPageLink": null,
"Count": 3
}