AddTickets
Request data used to add tickets to an order. The amount of tickets that can be added is limited to 50 per call.
Fields
Field | Description |
---|---|
onlysinglerow bool | If this is set adding the tickets will only succeed if all tickets can be placed on a single row Example value:true |
tickets | Ticket information Example value:[ { "tickettypepriceid": 3 } ] |
Example
1{
2 "onlysinglerow": true,
3 "tickets": [
4 {
5 "tickettypepriceid": 3
6 }
7 ]
8}