EventimCatalogEventDto
Represents an event in the catalog.
Event identifier (ID_Catalog).
Event display name.
Event code for internal reference.
Event start date and time.
Event end date and time.
First additional ticket information line (optional).
Second additional ticket information line (optional).
Third additional ticket information line (optional).
Fourth additional ticket information line (optional).
Producer license number (optional).
Producer name (optional).
Date and time when the event becomes available for sale.
Date and time when the event is no longer available for sale.
Event description or additional details (optional).
Indicates whether the event has an associated poster image.
Indicates whether electronic tickets (e-tickets) are accepted for this event.
Event category (genre), if assigned.
Event subcategory (sous-genre), if assigned.
{
"eventId": 0,
"label": "string",
"code": "string",
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"ticketInfo1": "string",
"ticketInfo2": "string",
"ticketInfo3": "string",
"ticketInfo4": "string",
"producerLicence": "string",
"producerName": "string",
"availableFrom": "2024-07-29T15:51:28.071Z",
"availableTo": "2024-07-29T15:51:28.071Z",
"description": "string",
"hasPoster": true,
"acceptETicket": true,
"eventCategory": "string",
"eventSubCategory": "string"
}