GET api/Prices?productId={productId}

Get prices for a product. The return object is has prices, fees and donations, each of which is a dictionary of dictionaries. The first key is the PriceBandId, the second key is the DiscountId (Concession Type).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Prices

Prices
NameDescriptionTypeAdditional information
PriceBands

An array of available PriceBands

Collection of PriceBand

None.

Concessions

An array of available Concessions

Collection of Concession

None.

prices

A dictionary of price bands, each item of which is a dictionary of concessions, each value of which is a price.

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

None.

fees

A dictionary of price bands, each item of which is a dictionary of concessions, each value of which is a booking fee.

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

None.

donations

A dictionary of price bands, each item of which is a dictionary of concessions, each value of which is a mandatory donation.

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.