Event
An event can be represented by a stay, a show, a journey or any insured event containing a place and a date.
idstring
Event ID
Example:
ev_XQ4peN02vn7rnamestring
The name of the event/venue
Possible values: <= 50 characters
Example:
Best Band Liveplacestring
Location/Place name of the venue
Possible values: <= 50 characters
Example:
Staples Centertourstring
Name of the show tour
Possible values: <= 50 characters
event_typestring
Category of the event. (e.g show, festival, accommodation...)
Possible values: <= 30 characters
addressstring
Possible values: <= 128 characters
Example:
123 rue de Rivolizipcodestring
Possible values: <= 10 characters
Example:
75001citystring
Possible values: <= 50 characters
Example:
Parisdate_startdatetime
Event start date (ISO 8601)
date_enddatetime
Event end date (ISO 8601)
latfloat
Latitude
lngfloat
Longitude
timezonetimezone
Event Timezone
Example:
Europe/Parisexternal_event_idstring
Vendor's event ID
Example:
12345statusstring
Possible values: [enabled, cancelled, draft]
Event
{
"id": "ev_XQ4peN02vn7r",
"name": "Best Band Live",
"place": "Staples Center",
"tour": "string",
"event_type": "string",
"address": "123 rue de Rivoli",
"zipcode": "75001",
"city": "Paris",
"date_start": "string",
"date_end": "string",
"lat": 0,
"lng": 0,
"timezone": "Europe/Paris",
"external_event_id": "12345",
"status": "enabled"
}