GET v1/Products/{productId}/AveragePriceExVat

Get average price (ex VAT).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

The id of the product.

integer

Required.

Body Parameters

None.

Response Information

Resource Description

The average price.

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal>1</decimal>