Skip to main content

EventimCategoryDto

Represents a category used to classify seats and define pricing/availability rules.

categoryIdinteger<int32>required

The unique identifier of the category.

labelstringnullable

The display label of the category.

codestringnullable

The code identifier of the category.

colorstringnullable

The color associated with the category (for display purposes).

EventimCategoryDto
{
"categoryId": 0,
"label": "string",
"code": "string",
"color": "string"
}