6. GetReservationDetails
Version 7.1 by Giorgi Mdivnishvili on 2024/04/11 07:12
Contents
Method Description
This method is used to calculate full package with hotels and flights, to recheck prices, availability, prices and cancelation policy before book.
Endpoint URL - [POST]
Request Parameters
Request Body
{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"}
Request Body example
{"id":"3882a7ee-fec1-4bd3-9e73-ccc4613be36d"}
Response
{
"reservation": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rfNumber": "string",
"contactNumber": "string",
"agentName": "string",
"totalPrice": 0,
"agentCommission": 0,
"netPrice": 0,
"currency": "string",
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"gender": "None",
"ageCategory": "Adult",
"firstName": "string",
"lastName": "string",
"birthDate": "2024-04-11T02:39:52.147Z",
"passportNumber": "string",
"passportExpiryDate": "2024-04-11T02:39:52.147Z",
"tin": "string",
"citizenshipCountryCode": "string",
"citizenshipCountryName": "string",
"mobile": "string",
"email": "string",
"arrivalDate": "2024-04-11T02:39:52.147Z",
"arrivalFlightNumber": "string",
"arrivalTerminalCode": "string",
"returnDate": "2024-04-11T02:39:52.147Z",
"returnFlightNumber": "string",
"returnTerminalCode": "string",
"showReturn": true
}
],
"hotels": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"hotelName": "string",
"cityName": "string",
"hotelClass": "string",
"checkInDate": "2024-04-11T02:39:52.147Z",
"checkOutDate": "2024-04-11T02:39:52.147Z",
"roomCategoryName": "string",
"placementName": "string",
"mealPlan": "string",
"agentConfirmationNumber": "string"
}
],
"flights": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isArrival": true,
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"date": "2024-04-11T02:39:52.147Z",
"departureAirport": "string",
"departureTerminal": "string",
"arrivalAirport": "string",
"arrivalTerminal": "string",
"agentConfirmationNumber": "string",
"bookingConfirmationNumber": "string",
"note": "string"
}
],
"transfers": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"transferType": "string",
"vehicleName": "string",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"date": "2024-04-11T02:39:52.147Z",
"fromTerminal": "string",
"fromCityName": "string",
"fromHotelName": "string",
"toHotelName": "string",
"toTerminal": "string",
"toCityName": "string",
"agentConfirmationNumber": "string",
"note": "string"
}
],
"services": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"serviceDate": "2024-04-11T02:39:52.147Z",
"serviceName": "string",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"note": "string"
}
]
}
}
"reservation": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rfNumber": "string",
"contactNumber": "string",
"agentName": "string",
"totalPrice": 0,
"agentCommission": 0,
"netPrice": 0,
"currency": "string",
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"gender": "None",
"ageCategory": "Adult",
"firstName": "string",
"lastName": "string",
"birthDate": "2024-04-11T02:39:52.147Z",
"passportNumber": "string",
"passportExpiryDate": "2024-04-11T02:39:52.147Z",
"tin": "string",
"citizenshipCountryCode": "string",
"citizenshipCountryName": "string",
"mobile": "string",
"email": "string",
"arrivalDate": "2024-04-11T02:39:52.147Z",
"arrivalFlightNumber": "string",
"arrivalTerminalCode": "string",
"returnDate": "2024-04-11T02:39:52.147Z",
"returnFlightNumber": "string",
"returnTerminalCode": "string",
"showReturn": true
}
],
"hotels": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"hotelName": "string",
"cityName": "string",
"hotelClass": "string",
"checkInDate": "2024-04-11T02:39:52.147Z",
"checkOutDate": "2024-04-11T02:39:52.147Z",
"roomCategoryName": "string",
"placementName": "string",
"mealPlan": "string",
"agentConfirmationNumber": "string"
}
],
"flights": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isArrival": true,
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"date": "2024-04-11T02:39:52.147Z",
"departureAirport": "string",
"departureTerminal": "string",
"arrivalAirport": "string",
"arrivalTerminal": "string",
"agentConfirmationNumber": "string",
"bookingConfirmationNumber": "string",
"note": "string"
}
],
"transfers": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"transferType": "string",
"vehicleName": "string",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"date": "2024-04-11T02:39:52.147Z",
"fromTerminal": "string",
"fromCityName": "string",
"fromHotelName": "string",
"toHotelName": "string",
"toTerminal": "string",
"toCityName": "string",
"agentConfirmationNumber": "string",
"note": "string"
}
],
"services": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"serviceDate": "2024-04-11T02:39:52.147Z",
"serviceName": "string",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristName": "string",
"note": "string"
}
]
}
}
Response example
{
"reservation": {
"id": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d",
"rfNumber": "314303 / 104429",
"contactNumber": "teeeest, for testing purpose !, Contact Number: 597101803",
"agentName": "Mr. Giorgi Mdivnishvili",
"totalPrice": 782,
"agentCommission": 0,
"currency": "USD",
"tourists": [
{
"id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"gender": "Male",
"ageCategory": "Adult",
"firstName": "Teeeeest",
"lastName": "Teest",
"birthDate": "1990-09-23T00:00:00.000",
"passportNumber": "1231233",
"passportExpiryDate": "2029-12-23T00:00:00.000",
"citizenshipCountryCode": "GE",
"citizenshipCountryName": "Georgia",
"arrivalDate": "2024-05-17T07:10:00.000",
"arrivalFlightNumber": "FZ1722",
"arrivalTerminalCode": "DXB3",
"returnDate": "2024-05-21T21:25:00.000",
"returnFlightNumber": "FZ1721",
"returnTerminalCode": "DXB3",
"showReturn": true
},
{
"id": "27977a19-045e-4990-95a8-fbd7d49083de",
"gender": "Male",
"ageCategory": "Adult",
"firstName": "Test",
"lastName": "Teeeest",
"birthDate": "1990-09-23T00:00:00.000",
"passportNumber": "123123",
"passportExpiryDate": "2029-12-23T00:00:00.000",
"citizenshipCountryCode": "GE",
"citizenshipCountryName": "Georgia",
"arrivalDate": "2024-05-17T07:10:00.000",
"arrivalFlightNumber": "FZ1722",
"arrivalTerminalCode": "DXB3",
"returnDate": "2024-05-21T21:25:00.000",
"returnFlightNumber": "FZ1721",
"returnTerminalCode": "DXB3",
"showReturn": true
}
],
"hotels": [
{
"id": "b768a900-bfc5-4dc4-958a-47a3bf92b6f8",
"hotelName": "Ibis Al Rigga",
"cityName": "Dubai",
"hotelClass": "3",
"checkInDate": "2024-05-17T00:00:00.000",
"checkOutDate": "2024-05-21T00:00:00.000",
"roomCategoryName": "Standard room with 1 double bed",
"placementName": "DBL",
"mealPlan": "RO"
}
],
"flights": [
{
"id": "5720af80-17de-4913-94c5-2e019c9fbb9c",
"isArrival": true,
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-17T07:10:00.000",
"departureAirport": "ALA",
"departureTerminal": "ALA",
"arrivalAirport": "DXB",
"arrivalTerminal": "DXB3",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "81fce7ff-b359-46ea-ae66-1c41af7c347a",
"isArrival": false,
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-21T21:25:00.000",
"departureAirport": "DXB",
"departureTerminal": "DXB3",
"arrivalAirport": "ALA",
"arrivalTerminal": "ALA",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "215d3de6-8969-4265-97bd-3d716a0d4415",
"isArrival": true,
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-17T07:10:00.000",
"departureAirport": "ALA",
"departureTerminal": "ALA",
"arrivalAirport": "DXB",
"arrivalTerminal": "DXB3",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "8c6b26b3-5bb2-4fb9-b89c-2568b1f74b64",
"isArrival": false,
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-21T21:25:00.000",
"departureAirport": "DXB",
"departureTerminal": "DXB3",
"arrivalAirport": "ALA",
"arrivalTerminal": "ALA",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"transfers": [
{
"id": "8c9e4c18-f849-45d9-940b-69eebd67edb0",
"transferType": "ARRIVAL",
"vehicleName": "GROUP",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-17T00:00:00.000",
"fromTerminal": "DXB",
"fromCityName": "Dubai",
"toHotelName": "Ibis Al Rigga",
"toCityName": "Dubai",
"note": "teeeest, for testing purpose !, Contact Number: 597101803"
},
{
"id": "654df3d5-a6ed-42e6-af61-47a6b5a85f32",
"transferType": "DEPARTURE",
"vehicleName": "GROUP",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-21T00:00:00.000",
"fromCityName": "Dubai",
"fromHotelName": "Ibis Al Rigga",
"toTerminal": "DXB",
"toCityName": "Dubai"
},
{
"id": "8c9e4c18-f849-45d9-940b-69eebd67edb0",
"transferType": "ARRIVAL",
"vehicleName": "GROUP",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-17T00:00:00.000",
"fromTerminal": "DXB",
"fromCityName": "Dubai",
"toHotelName": "Ibis Al Rigga",
"toCityName": "Dubai",
"note": "teeeest, for testing purpose !, Contact Number: 597101803"
},
{
"id": "654df3d5-a6ed-42e6-af61-47a6b5a85f32",
"transferType": "DEPARTURE",
"vehicleName": "GROUP",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-21T00:00:00.000",
"fromCityName": "Dubai",
"fromHotelName": "Ibis Al Rigga",
"toTerminal": "DXB",
"toCityName": "Dubai"
}
],
"services": [
{
"id": "4c5d1e9c-2b87-4ec8-9bd8-96a270419322",
"serviceDate": "2024-05-17T07:10:00.000",
"serviceName": "Insurance",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest"
},
{
"id": "1e1ad6a2-ee59-4c8c-868c-34a25343e7ca",
"serviceDate": "2024-05-17T07:10:00.000",
"serviceName": "Insurance",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest"
}
]
}
}
"reservation": {
"id": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d",
"rfNumber": "314303 / 104429",
"contactNumber": "teeeest, for testing purpose !, Contact Number: 597101803",
"agentName": "Mr. Giorgi Mdivnishvili",
"totalPrice": 782,
"agentCommission": 0,
"currency": "USD",
"tourists": [
{
"id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"gender": "Male",
"ageCategory": "Adult",
"firstName": "Teeeeest",
"lastName": "Teest",
"birthDate": "1990-09-23T00:00:00.000",
"passportNumber": "1231233",
"passportExpiryDate": "2029-12-23T00:00:00.000",
"citizenshipCountryCode": "GE",
"citizenshipCountryName": "Georgia",
"arrivalDate": "2024-05-17T07:10:00.000",
"arrivalFlightNumber": "FZ1722",
"arrivalTerminalCode": "DXB3",
"returnDate": "2024-05-21T21:25:00.000",
"returnFlightNumber": "FZ1721",
"returnTerminalCode": "DXB3",
"showReturn": true
},
{
"id": "27977a19-045e-4990-95a8-fbd7d49083de",
"gender": "Male",
"ageCategory": "Adult",
"firstName": "Test",
"lastName": "Teeeest",
"birthDate": "1990-09-23T00:00:00.000",
"passportNumber": "123123",
"passportExpiryDate": "2029-12-23T00:00:00.000",
"citizenshipCountryCode": "GE",
"citizenshipCountryName": "Georgia",
"arrivalDate": "2024-05-17T07:10:00.000",
"arrivalFlightNumber": "FZ1722",
"arrivalTerminalCode": "DXB3",
"returnDate": "2024-05-21T21:25:00.000",
"returnFlightNumber": "FZ1721",
"returnTerminalCode": "DXB3",
"showReturn": true
}
],
"hotels": [
{
"id": "b768a900-bfc5-4dc4-958a-47a3bf92b6f8",
"hotelName": "Ibis Al Rigga",
"cityName": "Dubai",
"hotelClass": "3",
"checkInDate": "2024-05-17T00:00:00.000",
"checkOutDate": "2024-05-21T00:00:00.000",
"roomCategoryName": "Standard room with 1 double bed",
"placementName": "DBL",
"mealPlan": "RO"
}
],
"flights": [
{
"id": "5720af80-17de-4913-94c5-2e019c9fbb9c",
"isArrival": true,
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-17T07:10:00.000",
"departureAirport": "ALA",
"departureTerminal": "ALA",
"arrivalAirport": "DXB",
"arrivalTerminal": "DXB3",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "81fce7ff-b359-46ea-ae66-1c41af7c347a",
"isArrival": false,
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-21T21:25:00.000",
"departureAirport": "DXB",
"departureTerminal": "DXB3",
"arrivalAirport": "ALA",
"arrivalTerminal": "ALA",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "215d3de6-8969-4265-97bd-3d716a0d4415",
"isArrival": true,
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-17T07:10:00.000",
"departureAirport": "ALA",
"departureTerminal": "ALA",
"arrivalAirport": "DXB",
"arrivalTerminal": "DXB3",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
},
{
"id": "8c6b26b3-5bb2-4fb9-b89c-2568b1f74b64",
"isArrival": false,
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-21T21:25:00.000",
"departureAirport": "DXB",
"departureTerminal": "DXB3",
"arrivalAirport": "ALA",
"arrivalTerminal": "ALA",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"transfers": [
{
"id": "8c9e4c18-f849-45d9-940b-69eebd67edb0",
"transferType": "ARRIVAL",
"vehicleName": "GROUP",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-17T00:00:00.000",
"fromTerminal": "DXB",
"fromCityName": "Dubai",
"toHotelName": "Ibis Al Rigga",
"toCityName": "Dubai",
"note": "teeeest, for testing purpose !, Contact Number: 597101803"
},
{
"id": "654df3d5-a6ed-42e6-af61-47a6b5a85f32",
"transferType": "DEPARTURE",
"vehicleName": "GROUP",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest",
"date": "2024-05-21T00:00:00.000",
"fromCityName": "Dubai",
"fromHotelName": "Ibis Al Rigga",
"toTerminal": "DXB",
"toCityName": "Dubai"
},
{
"id": "8c9e4c18-f849-45d9-940b-69eebd67edb0",
"transferType": "ARRIVAL",
"vehicleName": "GROUP",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-17T00:00:00.000",
"fromTerminal": "DXB",
"fromCityName": "Dubai",
"toHotelName": "Ibis Al Rigga",
"toCityName": "Dubai",
"note": "teeeest, for testing purpose !, Contact Number: 597101803"
},
{
"id": "654df3d5-a6ed-42e6-af61-47a6b5a85f32",
"transferType": "DEPARTURE",
"vehicleName": "GROUP",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest",
"date": "2024-05-21T00:00:00.000",
"fromCityName": "Dubai",
"fromHotelName": "Ibis Al Rigga",
"toTerminal": "DXB",
"toCityName": "Dubai"
}
],
"services": [
{
"id": "4c5d1e9c-2b87-4ec8-9bd8-96a270419322",
"serviceDate": "2024-05-17T07:10:00.000",
"serviceName": "Insurance",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"touristName": "Test Teeeest"
},
{
"id": "1e1ad6a2-ee59-4c8c-868c-34a25343e7ca",
"serviceDate": "2024-05-17T07:10:00.000",
"serviceName": "Insurance",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"touristName": "Teeeeest Teest"
}
]
}
}
Schema
Description
Parameter | Value Type | Description |
---|---|---|
id | String | The unique identifier for the reservation, typically a UUID or similar. |
rfNumber | String | The reference number for the reservation, usually generated by the system. |
contactNumber | String | The contact number associated with the reservation, used for communication purposes. |
agentName | String | The name of the agent who made the reservation, useful for tracking and accountability. |
totalPrice | Number | The total price of the reservation, calculated based on the services and products included. |
agentCommission | Number | The commission earned by the agent for this reservation, calculated as a percentage of the total price. |
currency | String | The currency in which the price and commission are denominated, typically in ISO 4217 format (e.g., USD, EUR). |
tourists[].id | String | The unique identifier for each tourist, typically a UUID. |
tourists[].gender | String | The gender of the tourist, usually : [ None, Male, Female ] |
tourists[].ageCategory | String | The age category of the tourist, such as 'Adult', 'Child', or 'Infant'. |
tourists[].firstName | String | The first name of the tourist, as it appears on their passport. |
tourists[].lastName | String | The last name of the tourist, as it appears on their passport. |
tourists[].birthDate | String (Date) | The birth date of the tourist, typically in ISO 8601 format (YYYY-MM-DD). |
tourists[].passportNumber | String | The passport number of the tourist, as it appears on their passport. |
tourists[].passportExpiryDate | String (Date) | The expiry date of the tourist's passport, typically in ISO 8601 format (YYYY-MM-DD). |
tourists[].citizenshipCountryCode | String | The ISO 3166-1 alpha-2 code of the tourist's country of citizenship (e.g., US, GB). |
tourists[].citizenshipCountryName | String | The full name of the tourist's country of citizenship. |
tourists[].arrivalDate | String (Date) | The date of the tourist's arrival, typically in ISO 8601 format (YYYY-MM-DD). |
tourists[].arrivalFlightNumber | String | The flight number for the tourist's arrival, as provided by the airline. |
tourists[].arrivalTerminalCode | String | The terminal code for the tourist's arrival, as provided by the airport. |
tourists[].returnDate | String (Date) | The date of the tourist's return, typically in ISO 8601 format (YYYY-MM-DD). |
tourists[].returnFlightNumber | String | The flight number for the tourist's return, as provided by the airline. |
tourists[].returnTerminalCode | String | The terminal code for the tourist's return, as provided by the airport. |
tourists[].showReturn | Boolean | A boolean indicating whether the return information should be displayed, useful for one-way trips. |
hotels[].id | String | The unique identifier for each hotel booking, typically a UUID or similar. |
hotels[].hotelName | String | The name of the hotel where the booking is made. |
hotels[].cityName | String | The city where the hotel is located. |
hotels[].hotelClass | String | The class or rating of the hotel, such as '3-star', '4-star', '5-star', etc. |
hotels[].checkInDate | String (Date) | The check-in date for the hotel booking, typically in ISO 8601 format (YYYY-MM-DD). |
hotels[].checkOutDate | String (Date) | The check-out date for the hotel booking, typically in ISO 8601 format (YYYY-MM-DD). |
hotels[].roomCategoryName | String | The category of the room booked, such as 'Standard', 'Deluxe', 'Suite', etc. |
hotels[].placementName | String | The type of placement, such as 'DBL' for double room, 'SGL' for single room, etc. |
hotels[].mealPlan | String | The meal plan for the hotel booking, such as 'RO' for Room Only, 'BB' for Bed and Breakfast, etc. |
flights[].id | String | The unique identifier for each flight, typically a UUID or similar. |
flights[].isArrival | Boolean | A boolean indicating whether this flight is an arrival flight, useful for distinguishing between arrival and departure flights. |
flights[].touristId | String | The id of the tourist taking this flight, linking the flight to a specific tourist. |
flights[].touristName | String | The name of the tourist taking this flight, useful for passenger lists. |
flights[].date | String (Date) | The date and time of the flight, typically in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
flights[].departureAirport | String | The IATA code of the airport from which the flight departs (e.g., JFK, LHR). |
flights[].departureTerminal | String | The terminal from which the flight departs, as provided by the airport. |
flights[].arrivalAirport | String | The IATA code of the airport at which the flight arrives (e.g., JFK, LHR). |
flights[].arrivalTerminal | String | The terminal at which the flight arrives, as provided by the airport. |
flights[].note | String | Any additional notes about the flight, such as 'Overnight flight', 'Meal included', etc. |
transfers[].id | String | The unique identifier for each transfer, typically a UUID or similar. |
transfers[].transferType | String | The type of transfer, such as 'ARRIVAL' for airport to hotel transfers, 'DEPARTURE' for hotel to airport transfers. |
transfers[].vehicleName | String | The name of the vehicle used for the transfer, such as 'Private Car', 'Shared Shuttle', etc. |
transfers[].touristId | String | The id of the tourist using this transfer, linking the transfer to a specific tourist. |
transfers[].touristName | String | The name of the tourist using this transfer, useful for passenger lists. |
transfers[].date | String (Date) | The date and time of the transfer, typically in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
transfers[].fromTerminal | String | The terminal from which the transfer starts, as provided by the airport or hotel. |
transfers[].fromCityName | String | The city from which the transfer starts. |
transfers[].toHotelName | String | The hotel to which the transfer goes. |
transfers[].toCityName | String | The city to which the transfer goes. |
transfers[].note | String | Any additional notes about the transfer, such as 'Private transfer', 'Shared transfer', etc. |
services[].id | String | The unique identifier for each service, typically a UUID or similar. |
services[].serviceDate | String (Date) | The date and time of the service, typically in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ). |
services[].serviceName | String | The name of the service, such as insurance in this example. |
services[].touristId | String | The id of the tourist using this service, linking the service to a specific tourist. |
services[].touristName | String | The name of the tourist using this service, useful for booking confirmations. |