PricelistPrices

You can find more information about prices in the endpoint documentation.

Fields

FieldDescription
prices
PricelistPrice[] 
(required)

The set of prices for this pricelist.

Example value:[ { "prices": [ 12.000000, 15.000000, null ], "pricetypeid": 25 } ]
seatrankids
int[] 
(required)

The seatranks for which this pricelist lists prices.

Example value:[ 2, 3, 5 ]

Example

1{
2    "prices": [
3        {
4            "prices": [ 12.000000, 15.000000, null ],
5            "pricetypeid": 25
6        }
7    ],
8    "seatrankids": [ 2, 3, 5 ]
9}