EventContingentAvailability
Information about the availability of tickets for a contingent
Fields
Field | Description |
---|---|
complimentary int (required) | Number of complimentary tickets Example value:15 |
free int (required) | Number of available tickets Example value:567 |
locked_hard int (required) | Number of locked tickets with a hard lock type Example value:15 |
locked_soft int (required) | Number of locked tickets with a soft lock type Example value:20 |
reserved int (required) | Number of tickets reserved in unconfirmed orders Example value:7 |
sold_paid int (required) | Number of tickets in confirmed orders that are completely paid Example value:123 |
sold_unpaid int (required) | Number of tickets in confirmed orders that are not completely paid Example value:45 |
tickettypeid int (required) | Contingent ID Example value:1269 |
total int (required) | Total number of tickets in the contingent Example value:1000 |
lastupdatets timestamp (required) | Last updated timestamp Example value:"2014-09-26 15:24:36" |
Example
1{
2 "complimentary": 15,
3 "free": 567,
4 "locked_hard": 15,
5 "locked_soft": 20,
6 "reserved": 7,
7 "sold_paid": 123,
8 "sold_unpaid": 45,
9 "tickettypeid": 1269,
10 "total": 1000,
11 "lastupdatets": "2014-09-26 15:24:36"
12}