Skip to main content

EventimCatalogEventAndSessionsDto

Represents a catalog event with its associated sessions.

event objectrequired

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.

sessions object[]nullable

The list of sessions (dates/times) for this event.

  • Array [
  • eventSessionIdinteger<int32>required

    Event session identifier.

    startDatestring<date-time>required

    Session start date and time.

    endDatestring<date-time>required

    Session end date and time.

    availableFromstring<date-time>required

    Date from which the session is available for booking.

    availableTostring<date-time>required

    Date until which the session is available for booking.

    venueIdinteger<int32>required

    Venue identifier.

    venueMapTypestringnullable

    Venue map type.

    sessionTypestringnullable

    Session type identifier.

    taxIdCol1integer<int32>nullable
    taxIdCol2integer<int32>nullable
    taxIdCol3integer<int32>nullable
    taxIdCol4integer<int32>nullable
    taxIdCol5integer<int32>nullable
    taxIdCol6integer<int32>nullable
    taxIdCol7integer<int32>nullable
    taxIdCol8integer<int32>nullable
    taxIdCol9integer<int32>nullable
    hasProductsbooleanrequired
  • ]
  • EventimCatalogEventAndSessionsDto
    {
    "event": {
    "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"
    },
    "sessions": [
    {
    "eventSessionId": 0,
    "startDate": "2024-07-29T15:51:28.071Z",
    "endDate": "2024-07-29T15:51:28.071Z",
    "availableFrom": "2024-07-29T15:51:28.071Z",
    "availableTo": "2024-07-29T15:51:28.071Z",
    "venueId": 0,
    "venueMapType": "string",
    "sessionType": "string",
    "taxIdCol1": 0,
    "taxIdCol2": 0,
    "taxIdCol3": 0,
    "taxIdCol4": 0,
    "taxIdCol5": 0,
    "taxIdCol6": 0,
    "taxIdCol7": 0,
    "taxIdCol8": 0,
    "taxIdCol9": 0,
    "hasProducts": true
    }
    ]
    }