EventimCatalogScheduleResponse
Response containing the catalog schedule with events, products, rates, and related information.
eventGroups object[]nullable
The unique identifier of the event group.
The display label of the event group.
eventAndSessions object[]nullable
The list of events and their sessions within this group.
event objectrequired
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.
sessions object[]nullable
The list of sessions (dates/times) for this event.
Event session identifier.
Session start date and time.
Session end date and time.
Date from which the session is available for booking.
Date until which the session is available for booking.
Venue identifier.
Venue map type.
Session type identifier.
products object[]nullable
Product identifier (ID_Generic).
Product type (eg GLOBAL, ...)
Product display name.
Product code for internal reference.
Print option configuration for the product.
Indicates whether this product can be printed on a ticket.
First additional ticket information line (optional).
Second additional ticket information line (optional).
Third additional ticket information line (optional).
Fourth additional ticket information line (optional).
Method used to calculate the product price.
Tax identifier for amount column 1 (optional).
Tax identifier for amount column 2 (optional).
Tax identifier for amount column 3 (optional).
Tax identifier for amount column 4 (optional).
Tax identifier for amount column 5 (optional).
Tax identifier for amount column 6 (optional).
Tax identifier for amount column 7 (optional).
Tax identifier for amount column 8 (optional).
Tax identifier for amount column 9 (optional).
{
"eventGroups": [
{
"eventGroupId": 0,
"label": "string",
"eventAndSessions": [
{
"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
}
]
}
]
}
],
"products": [
{
"productId": 0,
"productType": "string",
"label": "string",
"code": "string",
"printOption": "string",
"printable": true,
"ticketInfo1": "string",
"ticketInfo2": "string",
"ticketInfo3": "string",
"ticketInfo4": "string",
"calculationMethod": "string",
"taxIdCol1": 0,
"taxIdCol2": 0,
"taxIdCol3": 0,
"taxIdCol4": 0,
"taxIdCol5": 0,
"taxIdCol6": 0,
"taxIdCol7": 0,
"taxIdCol8": 0,
"taxIdCol9": 0
}
]
}