PriceType
|
string
|
|
Y
|
|
The price type for the performance.
If multiple seats are being requested different price types can be used for each seat by passing a comma separated list of price types. When using multiple price types, a price type must be specified for each seat even if some seats are using the same price type.For example, if there are 4 seats, two at the Adult and two at the Child price type, 4 price type IDs must be passed.
The price types passed must be valid for the current mode of sale.
|
FK: TR_PRICE_TYPE.id   Resource: PriceTypes |
PriceTypeReason
|
string
|
|
N
|
|
Price Type reasons (Comp Codes) for use with price types that require them.
If multiple seats are being requested with different price types, the price type reasons can be specified in a list, matching the price types.
|
FK: TR_COMP_CODE.id   Resource: PriceTypeReasons |
PerformanceId
|
integer
|
|
Y
|
|
The ID of the performance number to be added to the cart.
|
FK: T_PERF.perf_no   Resource: Performances |
NumberOfSeats
|
integer
|
|
N
|
|
The number of seats to be added to the cart for the request. Not required if specific seats are specified in the RequestedSeats property.
|
ZoneId
|
integer
|
|
Y
|
|
The ID number of the desired price zone for the request. A value of 0 can be passed
When reserving specific seats, the zone of the specified seats overrides whatever zone value is passed here.As the parameter is required but essentially irrelevant, you can pass a value of 0 to meet the requirement.
|
FK: T_ZONE.zone_no   Resource: Zones |
SpecialRequests
|
string
|
|
|
|
Used to refine which seats are selected by the best seat function (including reserving seats held with a hold code). Special requests are passed as a string of name-value pairs formatted as follows: name1=value1andname2=value2. See the special requests section for valid special request names and values.
|
Unseated
|
boolean
|
|
N
|
|
If True, the tickets will be added to the cart unseated.
|
RequestedSeats
|
string
|
|
N
|
|
The ID numbers (seat_no) of specific seats to reserve. Muliple seat numbers can be passed as a comma separated list.
Seats must be in the specificed performance and available.
|