Venue Section Resources
A venue section is a component of a venue with capacity for some attendees. A venue section may be reserved seating (i.e. with seat numbers) or general allocation. A venue configuration is a subset of the venue sections at a venue.
Venue Section Summary
- Description
- Gets a summary of the Venue Section
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/venueSection/{id}
Output
Name | Type | Description |
---|---|---|
venue | Ref | The Venue this Venue Section is in |
name | String | The name of this Venue Section |
capacity | Number | The capacity of this Venue Section |
allocationType | AllocationType | The allocation type of this Venue Section |
paddingStrategy | PaddingStrategy | The padding strategy of this Venue Section |
Create Venue Section
- Description
- Creates a Venue Section
- Method
- POST
- URL
- https://api.iwannaticket.com.au/api/v2/venue/{id}venueSection/
Note that the ID in the URL is the ID of the containing Venue.
Input
Name | Type | Description |
---|---|---|
name | String | The name of the Venue Section |
capacity | Number | The number of tickets that can be sold for the Venue Section |
allocationType | GENERAL_ADMISSION, BEST_AVAILABLE, RESERVED_ALLOCATION | The type of seating allocation in the Venue Section |
configurations | String | Comma-separated list of names of existing Venue Configurations for this Venue |