EventUpdateSeatRankForTickets
Used when updating the seat rank for a set of tickets.
Fields
Field | Description |
---|---|
seatrankid int (required) | The seat rank Example value:3 |
ticketids int[] (required) | Array of ticketids to unlock. Example value:[ 128942, 128943 ] |
Example
1{
2 "seatrankid": 3,
3 "ticketids": [ 128942, 128943 ]
4}