Skip to main content

EventimCatalogEventDto

Represents an event in the catalog.

eventIdinteger<int32>required

Event identifier (ID_Catalog).

labelstringnullable

Event display name.

codestringnullable

Event code for internal reference.

startDatestring<date-time>required

Event start date and time.

endDatestring<date-time>required

Event end date and time.

ticketInfo1stringnullable

First additional ticket information line (optional).

ticketInfo2stringnullable

Second additional ticket information line (optional).

ticketInfo3stringnullable

Third additional ticket information line (optional).

ticketInfo4stringnullable

Fourth additional ticket information line (optional).

producerLicencestringnullable

Producer license number (optional).

producerNamestringnullable

Producer name (optional).

availableFromstring<date-time>required

Date and time when the event becomes available for sale.

availableTostring<date-time>required

Date and time when the event is no longer available for sale.

descriptionstringnullable

Event description or additional details (optional).

hasPosterbooleanrequired

Indicates whether the event has an associated poster image.

acceptETicketbooleanrequired

Indicates whether electronic tickets (e-tickets) are accepted for this event.

eventCategorystringnullable

Event category (genre), if assigned.

eventSubCategorystringnullable

Event subcategory (sous-genre), if assigned.

EventimCatalogEventDto
{
"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"
}