Create a new ProductGroup
POST/ticket/:guid/groups
Create a new ProductGroup which gets attached to this Ticket Type.
ProductGroups can be used to force some desired behaviour of a Ticket Type, like having to choose exactly 1 option out of some available ones, e.g. which color mug you want to purchase.
Request
Responses
- 200
- 403
- 404
- 406
ProductGroup created.
Unauthorized. You do not have permission to manage the Ticket Type.
Product Types or Ticket Type not found.
Request is invalid, see error context for validation errors.