Event Locations
Events can be linked to an event location, which consists of a name and an address. The event location is typically included on the ticket layout, to help your audience arrive at the right location.
Operations
- Get a list of event locations GET /api/1/{accountname}/settings/events/eventlocations
- Get a single event location GET /api/1/{accountname}/settings/events/eventlocations/{id}
- Create a new event location POST /api/1/{accountname}/settings/events/eventlocations
- Modify an existing event location PUT /api/1/{accountname}/settings/events/eventlocations/{id}
- Remove an event location DELETE /api/1/{accountname}/settings/events/eventlocations/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/events/eventlocations/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/events/eventlocations/{id}/translate