EventContingentLock
Information about locked tickets in a Contingent.
Fields
Field | Description |
---|---|
amount int (required) | Number of tickets in the contingent Example value:500 |
locktypeid int (required) | Lock type ID Example value:1269434 |
tickettypeid int (required) | Contingent ID Example value:1269 |
Example
1{
2 "amount": 500,
3 "locktypeid": 1269434,
4 "tickettypeid": 1269
5}