GET api/Prices?productId={productId}

Get prices for a product

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Prices

Prices
NameDescriptionTypeAdditional information
PriceBands

Collection of PriceBand

None.

Concessions

Collection of Concession

None.

prices

Dictionary of globally unique identifier [key] and Dictionary of globally unique identifier [key] and decimal number [value] [value]

None.

fees

Dictionary of globally unique identifier [key] and Dictionary of globally unique identifier [key] and decimal number [value] [value]

None.

donations

Dictionary of globally unique identifier [key] and Dictionary of globally unique identifier [key] and decimal number [value] [value]

None.

Response Formats

application/json, text/json

Sample:

Sample not available.