GET v1/Products/{productId}/AveragePriceExVat
Get average price (ex VAT).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId |
The id of the product. |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
The average price.
decimal numberResponse Formats
application/json, text/json
Sample:
1.0
application/xml, text/xml
Sample:
<decimal>1</decimal>