EventLockTickets

Used when locking a set of tickets. Contains the locktypeid and the set of ticketids

Fields

FieldDescription
locktypeid
int 
(required)

Id of the locktype to use for the lock.

Example value:1
ticketids
int[] 
(required)

Array of ticketids to lock.

Example value:[ 128942, 128943 ]

Example

1{
2    "locktypeid": 1,
3    "ticketids": [ 128942, 128943 ]
4}