EventSeatingplanContingent
Information about a contingent in the seating plan for an event.
Fields
Field | Description |
---|---|
id
int
(required) |
Contingent ID Example value:1269 |
name
string
(required) |
Name of the contingent Example value:"Contingent A" |
amount
int
(required) |
Number of tickets in the contingent Example value:400 |
eventid
int
(required) |
Event ID Example value:1269434 |
seatrankid
int
(required) |
Seat rank ID Example value:1434 |
Example
1{
2 "id": 1269,
3 "name": "Contingent A",
4 "amount": 400,
5 "eventid": 1269434,
6 "seatrankid": 1434
7}