POST api/Item/GetItemPrice
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ItemPriceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| No_ | string |
None. |
|
| UnitPriceInclVAT | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"No_": "sample string 1",
"UnitPriceInclVAT": 2.0
},
{
"No_": "sample string 1",
"UnitPriceInclVAT": 2.0
}
]