Skip to main content

EventimCatalogEventSessionDto

Represents a session within a catalog event with its products, rules, and availability.

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