Price Types
Pricetypes describe the different types of prices that exist for an event and are used in pricelists to define actual prices. Pricetypes are global for an account.
For an overview of pricing concepts, check the pricing configuration guide.
Types
There are 5 categories of price types:
- Normal (
2301
) - Reduction (
2302
) - Special (
2303
) - Free (
2304
) - Subscription (
2305
)
Prices are indicated with different colors based on these categories and help users to quickly recognize the price type they’re looking for.
Operations
- Get a list of price types GET /api/1/{accountname}/settings/pricing/pricetypes
- Get a single price type GET /api/1/{accountname}/settings/pricing/pricetypes/{id}
- Create a new price type POST /api/1/{accountname}/settings/pricing/pricetypes
- Modify an existing price type PUT /api/1/{accountname}/settings/pricing/pricetypes/{id}
- Remove a price type DELETE /api/1/{accountname}/settings/pricing/pricetypes/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/pricing/pricetypes/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/pricing/pricetypes/{id}/translate