Lock Types
When configuring an event, it is possible to reserve some tickets or make them unavailable.
Lock types define the ways how these tickets can be blocked.
Some examples:
- Seats unavailable due to technical reasons (e.g. a PA installation)
- Reserved seats for people with limited mobility
- An extra contingent of tickets that might be added later, but shouldn’t be sold right away
For more info, check setting up events.
Operations
- Get a list of lock types GET /api/1/{accountname}/settings/ticketsales/locktypes
- Get a single lock type GET /api/1/{accountname}/settings/ticketsales/locktypes/{id}
- Create a new lock type POST /api/1/{accountname}/settings/ticketsales/locktypes
- Modify an existing lock type PUT /api/1/{accountname}/settings/ticketsales/locktypes/{id}
- Remove a lock type DELETE /api/1/{accountname}/settings/ticketsales/locktypes/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/ticketsales/locktypes/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/ticketsales/locktypes/{id}/translate