Venue Resources
A venue is a location for an event. A venue contains one or more sections, and the section specifies where the attendee must go for the event.
Venue Summary
- Description
- Gets a summary of the Venue
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/venue/{id}
Output
Name | Type | Description |
---|---|---|
id | Number | The unique ID for this Venue |
name | String | The name of this Venue |
address | Address | The address of this Venue |
account | Ref | The account this venue belongs to |
sections | List[Ref] | The sections in this venue |
configurations | List[Ref] | The configurations of this venue |
Create Venue
- Description
- Creates a Venue
- Method
- POST
- URL
- https://api.iwannaticket.com.au/api/v2/venue/
Input
Name | Type | Description |
---|---|---|
name | String | The name of the Venue |
region | NSW, VIC, QLD, SA, TAS, WA, NT, NZ, ACT | The state that the Venue is in |
postcode | [0-9]{4} | The postcode for the Venue |
timezone | String | Java timezone ID for the Venue (this is used to localise dates and times for the event) |
address1 | String | Address line 1 for the Venue |
address2 | String | Address line 2 for the Venue |