ImportBundleTicket
Used when importing an order with optiondbundle tickets
Fields
Field | Description |
---|---|
id int | Manually select a specific ticket. Example value:4954723 |
overrideprice bool | If boolean is set to true, the price field is used (even if set to 0) to determine the price for this ticket Example value:true |
price decimal | The price for this bundle ticket, if this value is greater than 0 it’s always used. If one of the bundletickets has a price, all bundletickets should have a price. Setting this overrides the default behaviour of the configured bundle. Example value:14.990000 |
seatzoneid int | Seatzone ID Example value:3 |
tickettypeid int (required) | The tickettype ID for the ticket. Example value:1 |
tickettypepriceid int | The tickettypeprice ID for the ticket. This field is required if bundletickets are specified for a fixed bundle. When importing an optionbundle, if one of the bundletickets has a tickettypepriceid, all bundletickets should have one. Setting this, overrides the default behaviour of the configured bundle Example value:32490 |
Example
1{
2 "id": 4954723,
3 "overrideprice": true,
4 "price": 14.990000,
5 "seatzoneid": 3,
6 "tickettypeid": 1,
7 "tickettypepriceid": 32490
8}