GET api/Item/GetItemPriceLocal?LocCode={LocCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocCode | string |
Required |
Body Parameters
None.
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
}
]