Itineraries Hotels
Tenant Var Code
Itinerary Id
OK
A unique identifier of the hotel
Hotel name
Hotel address
Latitude
Longitude
Country name
Two letter country code
Time zone id
Check-in local time (required if check-in time UTC not specified)
Check-in time UTC (required if check-in local time not specified)
Check-out local time (required if check-out time UTC not specified)
Check-out time UTC (required if check-out local time not specified)
GET /V2/{tenantVarCode}/itineraries/{itineraryId}/hotels HTTP/1.1
Accept: */*
OK
[
{
"Id": 1,
"Name": "text",
"Address": "text",
"Latitude": 1,
"Longitude": 1,
"CountryName": "text",
"CountryCode": "text",
"TimeZoneId": "text",
"CheckInTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckInTime": "2026-01-01T00:00:00.000Z",
"CheckOutTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckOutTime": "2026-01-01T00:00:00.000Z"
}
]Tenant Var Code
Itinerary Id
A unique identifier of the hotel
Hotel name
Hotel address
Latitude
Longitude
Country name
Two letter country code
Time zone id
Check-in local time (required if check-in time UTC not specified)
Check-in time UTC (required if check-in local time not specified)
Check-out local time (required if check-out time UTC not specified)
Check-out time UTC (required if check-out local time not specified)
OK
No content
POST /V2/{tenantVarCode}/itineraries/{itineraryId}/hotels HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"Id": 1,
"Name": "text",
"Address": "text",
"Latitude": 1,
"Longitude": 1,
"CountryName": "text",
"CountryCode": "text",
"TimeZoneId": "text",
"CheckInTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckInTime": "2026-01-01T00:00:00.000Z",
"CheckOutTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckOutTime": "2026-01-01T00:00:00.000Z"
}OK
No content
Tenant Var Code
Itinerary Id
Hotel Id
OK
A unique identifier of the hotel
Hotel name
Hotel address
Latitude
Longitude
Country name
Two letter country code
Time zone id
Check-in local time (required if check-in time UTC not specified)
Check-in time UTC (required if check-in local time not specified)
Check-out local time (required if check-out time UTC not specified)
Check-out time UTC (required if check-out local time not specified)
GET /V2/{tenantVarCode}/itineraries/{itineraryId}/hotels/{hotelId} HTTP/1.1
Accept: */*
OK
{
"Id": 1,
"Name": "text",
"Address": "text",
"Latitude": 1,
"Longitude": 1,
"CountryName": "text",
"CountryCode": "text",
"TimeZoneId": "text",
"CheckInTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckInTime": "2026-01-01T00:00:00.000Z",
"CheckOutTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckOutTime": "2026-01-01T00:00:00.000Z"
}Tenant Var Code
Itinerary Id
Hotel Id
A unique identifier of the hotel
Hotel name
Hotel address
Latitude
Longitude
Country name
Two letter country code
Time zone id
Check-in local time (required if check-in time UTC not specified)
Check-in time UTC (required if check-in local time not specified)
Check-out local time (required if check-out time UTC not specified)
Check-out time UTC (required if check-out local time not specified)
OK
No content
PUT /V2/{tenantVarCode}/itineraries/{itineraryId}/hotels/{hotelId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"Id": 1,
"Name": "text",
"Address": "text",
"Latitude": 1,
"Longitude": 1,
"CountryName": "text",
"CountryCode": "text",
"TimeZoneId": "text",
"CheckInTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckInTime": "2026-01-01T00:00:00.000Z",
"CheckOutTimeLocal": "2026-01-01T00:00:00.000Z",
"CheckOutTime": "2026-01-01T00:00:00.000Z"
}OK
No content
Tenant Var Code
Itinerary Id
Hotel Id
OK
No content
DELETE /V2/{tenantVarCode}/itineraries/{itineraryId}/hotels/{hotelId} HTTP/1.1
Accept: */*
OK
No content
Last updated

