EventUnlockTickets
Used when unlocking a set of tickets.
Fields
Field | Description |
---|---|
ticketids
int[]
(required) |
Array of ticketids to unlock. Example value:[ 128942, 128943 ] |
Example
1{
2 "ticketids": [ 128942, 128943 ]
3}