4. ConfirmCheckout
Last modified by Giorgi Mdivnishvili on 2024/08/30 13:01
Contents
Method Description
This API endpoint serves the purpose of registering a new reservation, it means book only hotel service.
Upon successfully processing the data retrieved from preceding methods, users can populate the designated parameters in their entirety and proceed to initiate a reservation request.
Endpoint URL - [POST]
Request Parameters
Request Body
{
"reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"calcTourPackageRequests": [
{
"packageId": "string",
"extraServicePriceCodes": [
"string"
],
"flightPassengers": [
{
"id": "string",
"selectedForwardBaggageCode": "string",
"selectedBackwardBaggageCode": "string"
}
],
"includeInsurance": true,
"refreshPrices": true
}
],
"calcOnlyHotelPackageRequests": [
{
"packageId": "string",
"extraServicePriceCodes": [
"string"
],
"includeInsurance": true,
"refreshPrices": true
}
],
"calcOnlyAviaPackageRequests": [
{
"packageId": "string",
"refreshPrices": true,
"flightPassengers": [
{
"id": "string",
"selectedForwardBaggageCode": "string",
"selectedBackwardBaggageCode": "string"
}
]
}
],
"hotels": [
{
"hotelPriceId": "string",
"agentConfirmationNumber": "string",
"note": "string",
"touristIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}
],
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"firstName": "string",
"lastName": "string",
"birthDate": "2024-04-11T05:16:08.319Z",
"passportNumber": "string",
"passportExpiry": "2024-04-11T05:16:08.319Z",
"passportIssue": "2024-04-11T05:16:08.319Z",
"citizenship": "string",
"tin": "string",
"isMale": true,
"flightIds": [
"string"
],
"arrivalFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.319Z",
"time": "string"
},
"departureFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.319Z",
"time": "string"
},
"selectedVisaId": "string",
"transfers": [
{
"id": "string",
"selectedTransferPriceId": "string"
}
]
}
],
"note": "string",
"contactPhone": "string"
}
"reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"calcTourPackageRequests": [
{
"packageId": "string",
"extraServicePriceCodes": [
"string"
],
"flightPassengers": [
{
"id": "string",
"selectedForwardBaggageCode": "string",
"selectedBackwardBaggageCode": "string"
}
],
"includeInsurance": true,
"refreshPrices": true
}
],
"calcOnlyHotelPackageRequests": [
{
"packageId": "string",
"extraServicePriceCodes": [
"string"
],
"includeInsurance": true,
"refreshPrices": true
}
],
"calcOnlyAviaPackageRequests": [
{
"packageId": "string",
"refreshPrices": true,
"flightPassengers": [
{
"id": "string",
"selectedForwardBaggageCode": "string",
"selectedBackwardBaggageCode": "string"
}
]
}
],
"hotels": [
{
"hotelPriceId": "string",
"agentConfirmationNumber": "string",
"note": "string",
"touristIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}
],
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"firstName": "string",
"lastName": "string",
"birthDate": "2024-04-11T05:16:08.319Z",
"passportNumber": "string",
"passportExpiry": "2024-04-11T05:16:08.319Z",
"passportIssue": "2024-04-11T05:16:08.319Z",
"citizenship": "string",
"tin": "string",
"isMale": true,
"flightIds": [
"string"
],
"arrivalFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.319Z",
"time": "string"
},
"departureFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.319Z",
"time": "string"
},
"selectedVisaId": "string",
"transfers": [
{
"id": "string",
"selectedTransferPriceId": "string"
}
]
}
],
"note": "string",
"contactPhone": "string"
}
Request Body example
{
"calcTourPackageRequests": [],
"calcOnlyHotelPackageRequests": [
{
"refreshPrices": false,
"packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
"extraServicePriceCodes": [],
"includeInsurance": false
}
],
"calcOnlyAviaPackageRequests": [],
"hotels": [
{
"note": null,
"agentConfirmationNumber": null,
"hotelPriceId": "9963330c-2346-4330-b9cf-7abbb0f64636",
"touristIds": [
"69c369ca-cc96-40a3-bc72-914570239d52",
"22c86f25-0914-499e-86e8-f3da7cc1b6f4"
]
}
],
"tourists": [
{
"id": "69c369ca-cc96-40a3-bc72-914570239d52",
"isMale": true,
"firstName": "Teeeest",
"lastName": "Teeeest",
"birthDate": null,
"citizenship": "KZ",
"passportNumber": "123123",
"passportIssue": "2020-09-23T00:00:00",
"passportExpiry": "2025-09-23T00:00:00",
"tin": "123123123123",
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"flights": [],
"flightIds": [],
"insurancePrice": null,
"departureFlightInfo": {
"date": "2024-07-01T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"arrivalFlightInfo": {
"date": "2024-06-30T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"transfers": [
{
"id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
},
{
"id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
}
]
},
{
"id": "22c86f25-0914-499e-86e8-f3da7cc1b6f4",
"isMale": true,
"firstName": "Teeeest",
"lastName": "Teeeest",
"birthDate": "1990-09-23T00:00:00",
"citizenship": "KZ",
"passportNumber": "1231233",
"passportIssue": "2020-09-23T00:00:00",
"passportExpiry": "2025-12-23T00:00:00",
"tin": "123123123123",
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"flights": [],
"flightIds": [],
"insurancePrice": null,
"departureFlightInfo": {
"date": "2024-07-01T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"arrivalFlightInfo": {
"date": "2024-06-30T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"transfers": [
{
"id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
},
{
"id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
}
]
}
],
"note": "teeeest, for testing purpose !",
"contactPhone": "597101803",
"reservationId": "e5955628-9fbb-4418-89e4-a928a6f92d59"
}
"calcTourPackageRequests": [],
"calcOnlyHotelPackageRequests": [
{
"refreshPrices": false,
"packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
"extraServicePriceCodes": [],
"includeInsurance": false
}
],
"calcOnlyAviaPackageRequests": [],
"hotels": [
{
"note": null,
"agentConfirmationNumber": null,
"hotelPriceId": "9963330c-2346-4330-b9cf-7abbb0f64636",
"touristIds": [
"69c369ca-cc96-40a3-bc72-914570239d52",
"22c86f25-0914-499e-86e8-f3da7cc1b6f4"
]
}
],
"tourists": [
{
"id": "69c369ca-cc96-40a3-bc72-914570239d52",
"isMale": true,
"firstName": "Teeeest",
"lastName": "Teeeest",
"birthDate": null,
"citizenship": "KZ",
"passportNumber": "123123",
"passportIssue": "2020-09-23T00:00:00",
"passportExpiry": "2025-09-23T00:00:00",
"tin": "123123123123",
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"flights": [],
"flightIds": [],
"insurancePrice": null,
"departureFlightInfo": {
"date": "2024-07-01T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"arrivalFlightInfo": {
"date": "2024-06-30T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"transfers": [
{
"id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
},
{
"id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
}
]
},
{
"id": "22c86f25-0914-499e-86e8-f3da7cc1b6f4",
"isMale": true,
"firstName": "Teeeest",
"lastName": "Teeeest",
"birthDate": "1990-09-23T00:00:00",
"citizenship": "KZ",
"passportNumber": "1231233",
"passportIssue": "2020-09-23T00:00:00",
"passportExpiry": "2025-12-23T00:00:00",
"tin": "123123123123",
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"flights": [],
"flightIds": [],
"insurancePrice": null,
"departureFlightInfo": {
"date": "2024-07-01T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"arrivalFlightInfo": {
"date": "2024-06-30T00:00:00.000",
"time": null,
"flightNumber": null,
"terminalCode": "DXB2"
},
"transfers": [
{
"id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
},
{
"id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
"selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01"
}
]
}
],
"note": "teeeest, for testing purpose !",
"contactPhone": "597101803",
"reservationId": "e5955628-9fbb-4418-89e4-a928a6f92d59"
}
Response
{
"error": true,
"errorCode": "string",
"errorDescription": "string",
"userErrorDescription": "string",
"priceCurrency": "string",
"totalPrice": 0,
"agentCommissionPercent": 0,
"agentCommissionAmount": 0,
"requiredCitizenIdentifiers": [
{
"countryCode": "string",
"identifierType": "TIN"
}
],
"hotels": [
{
"hotelPriceId": "string",
"touristIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"errorCode": "string",
"errorMessage": "string",
"description": "string"
}
],
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"age": 0,
"isAdult": true,
"flightIds": [
"string"
],
"flights": [
{
"flightId": "string",
"note": "string"
}
],
"arrivalFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"departureFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"insurancePrice": {
"insuranceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insuranceServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insurancePriceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insuranceName": "string",
"insuranceDescription": "string",
"contragentName": "string",
"contragentFullName": "string",
"actualStartDate": "2024-04-11T05:16:08.335Z",
"actualEndDate": "2024-04-11T05:16:08.335Z",
"costCurrencyCode": "string",
"costAmount": 0,
"priceCurrencyCode": "string",
"priceAmount": 0,
"coverageCurrencyCode": "string",
"coverageAmount": 0
},
"selectedVisaId": "string",
"transfers": [
{
"id": "string",
"type": "Arrival",
"flightId": "string",
"flightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"checkInHotelId": "string",
"checkOutHotelId": "string",
"selectedTransferPriceId": "string",
"transferPrices": [
{
"id": "string",
"name": "string",
"adultPlaces": 0,
"childPlaces": 0,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
}
]
}
],
"errorCode": "string",
"errorMessage": "string",
"description": "string"
}
],
"visas": [
{
"prid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prName": "string",
"prValue": 0,
"sortingOrder": 0
}
],
"terminals": [
{
"terminalCode": "string",
"cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terminalName": "string",
"countryCode": "string",
"note": "string"
}
],
"containsError": true,
"refreshPriceResult": "Success",
"reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reservationDetailsUnavailable": true
}
"error": true,
"errorCode": "string",
"errorDescription": "string",
"userErrorDescription": "string",
"priceCurrency": "string",
"totalPrice": 0,
"agentCommissionPercent": 0,
"agentCommissionAmount": 0,
"requiredCitizenIdentifiers": [
{
"countryCode": "string",
"identifierType": "TIN"
}
],
"hotels": [
{
"hotelPriceId": "string",
"touristIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"errorCode": "string",
"errorMessage": "string",
"description": "string"
}
],
"tourists": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"age": 0,
"isAdult": true,
"flightIds": [
"string"
],
"flights": [
{
"flightId": "string",
"note": "string"
}
],
"arrivalFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"departureFlightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"insurancePrice": {
"insuranceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insuranceServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insurancePriceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"insuranceName": "string",
"insuranceDescription": "string",
"contragentName": "string",
"contragentFullName": "string",
"actualStartDate": "2024-04-11T05:16:08.335Z",
"actualEndDate": "2024-04-11T05:16:08.335Z",
"costCurrencyCode": "string",
"costAmount": 0,
"priceCurrencyCode": "string",
"priceAmount": 0,
"coverageCurrencyCode": "string",
"coverageAmount": 0
},
"selectedVisaId": "string",
"transfers": [
{
"id": "string",
"type": "Arrival",
"flightId": "string",
"flightInfo": {
"flightNumber": "string",
"terminalCode": "string",
"date": "2024-04-11T05:16:08.335Z",
"time": "string"
},
"checkInHotelId": "string",
"checkOutHotelId": "string",
"selectedTransferPriceId": "string",
"transferPrices": [
{
"id": "string",
"name": "string",
"adultPlaces": 0,
"childPlaces": 0,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
}
]
}
],
"errorCode": "string",
"errorMessage": "string",
"description": "string"
}
],
"visas": [
{
"prid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prName": "string",
"prValue": 0,
"sortingOrder": 0
}
],
"terminals": [
{
"terminalCode": "string",
"cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"terminalName": "string",
"countryCode": "string",
"note": "string"
}
],
"containsError": true,
"refreshPriceResult": "Success",
"reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reservationDetailsUnavailable": true
}
Response example
{
"priceCurrency": "USD",
"totalPrice": 782,
"agentCommissionPercent": 0.00,
"agentCommissionAmount": 0,
"requiredCitizenIdentifiers": [
{
"countryCode": "KZ",
"identifierType": "TIN"
},
{
"countryCode": "AZ",
"identifierType": "FIN"
}
],
"hotels": [
{
"hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"touristIds": [
"27977a19-045e-4990-95a8-fbd7d49083de",
"0b3cb288-00c5-4c68-946e-87fc5f5d5b82"
],
"description": "Ibis Al Rigga"
}
],
"tourists": [
{
"id": "27977a19-045e-4990-95a8-fbd7d49083de",
"age": 33,
"isAdult": true,
"flightIds": [
"53552191-59ea-469d-ae9d-5b848da8839d"
],
"flights": [
{
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"insurancePrice": {
"insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef",
"insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac",
"insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"insuranceName": "Medical INS (N10000)",
"contragentName": "Nomad Insurance",
"contragentFullName": "Nomad Insurance",
"actualStartDate": "2024-05-17T00:00:00.000",
"actualEndDate": "2024-05-21T00:00:00.000",
"costCurrencyCode": "USD",
"costAmount": 6.70,
"priceCurrencyCode": "USD",
"priceAmount": 11.20,
"coverageCurrencyCode": "USD",
"coverageAmount": 10000.0000
},
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"transfers": [
{
"id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf",
"type": "Arrival",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
},
{
"id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB",
"type": "Departure",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
}
],
"description": "Test Teeeest"
},
{
"id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"age": 33,
"isAdult": true,
"flightIds": [
"53552191-59ea-469d-ae9d-5b848da8839d"
],
"flights": [
{
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"insurancePrice": {
"insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef",
"insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac",
"insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"insuranceName": "Medical INS (N10000)",
"contragentName": "Nomad Insurance",
"contragentFullName": "Nomad Insurance",
"actualStartDate": "2024-05-17T00:00:00.000",
"actualEndDate": "2024-05-21T00:00:00.000",
"costCurrencyCode": "USD",
"costAmount": 6.70,
"priceCurrencyCode": "USD",
"priceAmount": 11.20,
"coverageCurrencyCode": "USD",
"coverageAmount": 10000.0000
},
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"transfers": [
{
"id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf",
"type": "Arrival",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
},
{
"id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB",
"type": "Departure",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
}
],
"description": "Teeeeest Teest"
}
],
"visas": [
{
"prid": "00000000-0000-0000-0000-000000000000",
"prName": "WITHOUT VISA",
"prValue": 0.00000000,
"sortingOrder": 4
},
{
"prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b",
"prName": "TOURIST VISA",
"prValue": 80.01000000,
"sortingOrder": 2
},
{
"prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb",
"prName": "SERVICE VISA",
"prValue": 120.08000000,
"sortingOrder": 3
}
],
"terminals": [
{
"terminalCode": "DXB2",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB2",
"countryCode": "AE"
},
{
"terminalCode": "DXB3",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB3",
"countryCode": "AE"
},
{
"terminalCode": "ETD",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
"terminalName": "Etihad Main Office Dubai",
"countryCode": "AE",
"note": "Noor Islamic Bank MS"
},
{
"terminalCode": "XGD",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf",
"terminalName": "Dnata - Clock Tower",
"countryCode": "AE"
},
{
"terminalCode": "Etihad Bus Station",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
"terminalName": "Etihad Bus Station",
"countryCode": "AE"
},
{
"terminalCode": "DXB1",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB1",
"countryCode": "AE"
},
{
"terminalCode": "DWC",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444",
"terminalName": "DWC",
"countryCode": "AE",
"note": "Al Maktoum intl. airport"
},
{
"terminalCode": "DXB",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB",
"countryCode": "AE"
},
{
"terminalCode": "SHJ",
"cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
"districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d",
"terminalName": "SHJ",
"countryCode": "AE"
},
{
"terminalCode": "AUH",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
"terminalName": "AUH",
"countryCode": "AE"
},
{
"terminalCode": "QIW",
"cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88",
"districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94",
"terminalName": "Um Al Quwain Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "AUH3",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
"terminalName": "AUH3",
"countryCode": "AE"
},
{
"terminalCode": "QAJ",
"cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d",
"districtUID": "70e57708-9de2-4505-b550-f4627ae40877",
"terminalName": "Ajman Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "RKT",
"cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b",
"districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42",
"terminalName": "Ras Al Khaimah Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "FJR",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82",
"terminalName": "Fujairah Terminal ",
"countryCode": "AE"
}
],
"containsError": false,
"refreshPriceResult": "Success",
"reservationId": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d",
"reservationDetailsUnavailable": false,
"error": false
}
"priceCurrency": "USD",
"totalPrice": 782,
"agentCommissionPercent": 0.00,
"agentCommissionAmount": 0,
"requiredCitizenIdentifiers": [
{
"countryCode": "KZ",
"identifierType": "TIN"
},
{
"countryCode": "AZ",
"identifierType": "FIN"
}
],
"hotels": [
{
"hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"touristIds": [
"27977a19-045e-4990-95a8-fbd7d49083de",
"0b3cb288-00c5-4c68-946e-87fc5f5d5b82"
],
"description": "Ibis Al Rigga"
}
],
"tourists": [
{
"id": "27977a19-045e-4990-95a8-fbd7d49083de",
"age": 33,
"isAdult": true,
"flightIds": [
"53552191-59ea-469d-ae9d-5b848da8839d"
],
"flights": [
{
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"insurancePrice": {
"insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef",
"insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac",
"insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c",
"touristId": "27977a19-045e-4990-95a8-fbd7d49083de",
"insuranceName": "Medical INS (N10000)",
"contragentName": "Nomad Insurance",
"contragentFullName": "Nomad Insurance",
"actualStartDate": "2024-05-17T00:00:00.000",
"actualEndDate": "2024-05-21T00:00:00.000",
"costCurrencyCode": "USD",
"costAmount": 6.70,
"priceCurrencyCode": "USD",
"priceAmount": 11.20,
"coverageCurrencyCode": "USD",
"coverageAmount": 10000.0000
},
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"transfers": [
{
"id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf",
"type": "Arrival",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
},
{
"id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB",
"type": "Departure",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
}
],
"description": "Test Teeeest"
},
{
"id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"age": 33,
"isAdult": true,
"flightIds": [
"53552191-59ea-469d-ae9d-5b848da8839d"
],
"flights": [
{
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"note": "Kazunion Block, Baggage Info: 20 Kg Included"
}
],
"insurancePrice": {
"insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef",
"insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac",
"insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c",
"touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82",
"insuranceName": "Medical INS (N10000)",
"contragentName": "Nomad Insurance",
"contragentFullName": "Nomad Insurance",
"actualStartDate": "2024-05-17T00:00:00.000",
"actualEndDate": "2024-05-21T00:00:00.000",
"costCurrencyCode": "USD",
"costAmount": 6.70,
"priceCurrencyCode": "USD",
"priceAmount": 11.20,
"coverageCurrencyCode": "USD",
"coverageAmount": 10000.0000
},
"selectedVisaId": "00000000-0000-0000-0000-000000000000",
"transfers": [
{
"id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf",
"type": "Arrival",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
},
{
"id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB",
"type": "Departure",
"flightId": "53552191-59ea-469d-ae9d-5b848da8839d",
"checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f",
"selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"transferPrices": [
{
"id": "a9252005-0a92-4ed1-9603-0f2f14295c29",
"name": "GROUP",
"adultPlaces": 1,
"childPlaces": 1,
"perPersonPrice": true,
"adultPrice": 0,
"childPrice": 0
},
{
"id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
"name": "MINIVAN",
"adultPlaces": 5,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 45.00000000,
"childPrice": 0
},
{
"id": "fc3815bb-af00-4733-9134-4b6334ce3854",
"name": "TOYOTA HIACE",
"adultPlaces": 9,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 50.00000000,
"childPrice": 0
},
{
"id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
"name": "HIGER BUS (27 SEATERS)",
"adultPlaces": 27,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 85.00000000,
"childPrice": 0
},
{
"id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
"name": "HIGER 53",
"adultPlaces": 51,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 120.00000000,
"childPrice": 0
},
{
"id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
"name": "MERCEDES S CLASS 400",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
"name": "MERCEDES V CLASS",
"adultPlaces": 7,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 140.00000000,
"childPrice": 0
},
{
"id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
"name": "MERCEDES S CLASS 500",
"adultPlaces": 3,
"childPlaces": 0,
"perPersonPrice": false,
"adultPrice": 165.00000000,
"childPrice": 0
}
]
}
],
"description": "Teeeeest Teest"
}
],
"visas": [
{
"prid": "00000000-0000-0000-0000-000000000000",
"prName": "WITHOUT VISA",
"prValue": 0.00000000,
"sortingOrder": 4
},
{
"prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b",
"prName": "TOURIST VISA",
"prValue": 80.01000000,
"sortingOrder": 2
},
{
"prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb",
"prName": "SERVICE VISA",
"prValue": 120.08000000,
"sortingOrder": 3
}
],
"terminals": [
{
"terminalCode": "DXB2",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB2",
"countryCode": "AE"
},
{
"terminalCode": "DXB3",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB3",
"countryCode": "AE"
},
{
"terminalCode": "ETD",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
"terminalName": "Etihad Main Office Dubai",
"countryCode": "AE",
"note": "Noor Islamic Bank MS"
},
{
"terminalCode": "XGD",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf",
"terminalName": "Dnata - Clock Tower",
"countryCode": "AE"
},
{
"terminalCode": "Etihad Bus Station",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
"terminalName": "Etihad Bus Station",
"countryCode": "AE"
},
{
"terminalCode": "DXB1",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB1",
"countryCode": "AE"
},
{
"terminalCode": "DWC",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444",
"terminalName": "DWC",
"countryCode": "AE",
"note": "Al Maktoum intl. airport"
},
{
"terminalCode": "DXB",
"cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
"districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
"terminalName": "DXB",
"countryCode": "AE"
},
{
"terminalCode": "SHJ",
"cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
"districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d",
"terminalName": "SHJ",
"countryCode": "AE"
},
{
"terminalCode": "AUH",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
"terminalName": "AUH",
"countryCode": "AE"
},
{
"terminalCode": "QIW",
"cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88",
"districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94",
"terminalName": "Um Al Quwain Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "AUH3",
"cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
"districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
"terminalName": "AUH3",
"countryCode": "AE"
},
{
"terminalCode": "QAJ",
"cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d",
"districtUID": "70e57708-9de2-4505-b550-f4627ae40877",
"terminalName": "Ajman Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "RKT",
"cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b",
"districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42",
"terminalName": "Ras Al Khaimah Terminal ",
"countryCode": "AE"
},
{
"terminalCode": "FJR",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82",
"terminalName": "Fujairah Terminal ",
"countryCode": "AE"
}
],
"containsError": false,
"refreshPriceResult": "Success",
"reservationId": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d",
"reservationDetailsUnavailable": false,
"error": false
}
Schema
Description
Request
Field Path | Data Type | Description |
---|---|---|
calcTourPackageRequests[*].refreshPrices | Boolean | Indicates whether to refresh the prices for the tour package. |
calcTourPackageRequests[*].packageId | String | Unique identifier for the tour package. |
calcTourPackageRequests[*].flightPassengers[*].id | String | Unique identifier for a flight passenger within the package. |
calcTourPackageRequests[*].flightPassengers[*].selectedForwardBaggageCode | String | Code indicating the baggage option selected for the forward journey. |
calcTourPackageRequests[*].flightPassengers[*].selectedBackwardBaggageCode | String | Code indicating the baggage option selected for the return journey. |
calcTourPackageRequests[*].extraServicePriceCodes | Array | An array of codes for extra services priced within the package. |
calcTourPackageRequests[*].includeInsurance | Boolean | Indicates if insurance is included in the tour package. |
calcOnlyHotelPackageRequests | Array | Details about hotel-only package requests, if applicable. |
calcOnlyAviaPackageRequests | Array | Details about avia-only package requests, if applicable. |
hotels[*].note | String | Additional notes regarding the hotel booking. |
hotels[*].agentConfirmationNumber | String | Confirmation number provided by the agent for the hotel booking. |
hotels[*].hotelPriceId | String | Unique identifier for the hotel price. |
hotels[*].touristIds[*] | String | List of IDs for tourists staying at the hotel. |
tourists[*].id | String | Unique identifier for the tourist. |
tourists[*].isMale | Boolean | Indicates if the tourist is male. |
tourists[*].firstName | String | First name of the tourist. |
tourists[*].lastName | String | Last name of the tourist. |
tourists[*].birthDate | String | Birth date of the tourist. |
tourists[*].citizenship | String | Citizenship of the tourist. |
tourists[*].passportNumber | String | Passport number of the tourist. |
tourists[*].passportIssue | String | Issue date of the tourist's passport. |
tourists[*].passportExpiry | String | Expiry date of the tourist's passport. |
tourists[*].tin | String | Tax identification number of the tourist, if applicable. |
tourists[*].selectedVisaId | String | ID of the selected visa option for the tourist. |
tourists[*].flights[*].flightId | String | Identifier for flights associated with the tourist. |
tourists[*].flights[*].note | String | Additional notes or details about the flight. |
tourists[*].flightIds[*] | String | Array of flight IDs associated with the tourist. |
tourists[*].insurancePrice.insuranceId | String | Identifier for the insurance plan selected for the tourist. |
... | ... | Additional fields for insurancePrice as detailed in previous responses. |
tourists[*].departureFlightInfo.date | String | Departure date for the tourist's flight, if applicable. |
tourists[*].departureFlightInfo.time | String | Departure time for the tourist's flight, if applicable. |
tourists[*].departureFlightInfo.flightNumber | String | Flight number for the tourist's departure flight, if applicable. |
tourists[*].departureFlightInfo.terminalCode | String | Terminal code for the tourist's departure flight, if applicable. |
tourists[*].arrivalFlightInfo.date | String | Arrival date for the tourist's flight, if applicable. |
tourists[*].arrivalFlightInfo.time | String | Arrival time for the tourist's flight, if applicable. |
tourists[*].arrivalFlightInfo.flightNumber | String | Flight number for the tourist's arrival flight, if applicable. |
tourists[*].arrivalFlightInfo.terminalCode | String | Terminal code for the tourist's arrival flight, if applicable. |
tourists[*].transfers[*].id | String | Unique identifier for a transfer service associated with the tourist. |
tourists[*].transfers[*].selectedTransferPriceId | String | ID of the selected pricing option for the transfer. |
note | String | General note regarding the reservation, intended for testing or additional information. |
contactPhone | String | Contact phone number associated with the reservation. |
reservationId | String | Unique identifier for the entire reservation. |
Response
Field Path | Data Type | Description |
---|---|---|
priceCurrency | String | Currency code (ISO 4217) for all transactional amounts mentioned in the response. |
totalPrice | Number | Total price of the reservation. |
agentCommissionPercent | Number | The percentage of the total price allocated as commission for the agent. |
agentCommissionAmount | Number | The total commission amount in priceCurrency. |
requiredCitizenIdentifiers[*].countryCode | String | The ISO 3166-1 alpha-2 country code for which an identifier is required. |
requiredCitizenIdentifiers[*].identifierType | String | Type of identifier required (e.g., "TIN", "FIN"). |
hotels[*].hotelPriceId | String | Unique identifier for the hotel price. |
hotels[*].touristIds[*] | Array | List of tourist IDs that are booked in this hotel. |
hotels[*].description | String | Description of the hotel booking. |
tourists[*].id | String | Unique identifier for a tourist. |
tourists[*].age | Number | Age of the tourist. |
tourists[*].isAdult | Boolean | Indicates whether the tourist is an adult. |
tourists[*].flightIds[*] | Array | List of flight IDs associated with the tourist. |
tourists[*].flights[*].flightId | String | Unique identifier for the flight. |
tourists[*].flights[*].note | String | Notes or additional information about the flight. |
tourists[*].insurancePrice.* | Various | Detailed information about the insurance price, including ID, name, coverage, and cost details. |
tourists[*].selectedVisaId | String | Identifier for the selected visa option for the tourist. |
tourists[*].transfers[*].id | String | Unique identifier for the transfer. |
tourists[*].transfers[*].type | String | Type of transfer (e.g., "Arrival", "Departure"). |
tourists[*].transfers[*].flightId | String | The flight ID associated with the transfer. |
tourists[*].transfers[*].checkInHotelId | String | Hotel ID for check-in associated with the transfer. |
tourists[*].transfers[*].checkOutHotelId | String | Hotel ID for check-out associated with the transfer. |
tourists[*].transfers[*].selectedTransferPriceId | String | The ID of the selected pricing option for the transfer. |
tourists[*].transfers[*].transferPrices[*].* | Various | Detailed information about each transfer price option, including ID, name, and cost details. |
visas[*].prid | String | Unique identifier for a visa option. |
visas[*].prName | String | Name of the visa option. |
visas[*].prValue | Number | The cost associated with this visa option. |
visas[*].sortingOrder | Number | Sorting order for the visa options. |
terminals[*].terminalCode | String | Code representing the terminal. |
terminals[*].cityUID | String | Unique identifier for the city where the terminal is located. |
terminals[*].districtUID | String | Unique identifier for the district of the terminal. |
terminals[*].terminalName | String | Name of the terminal. |
terminals[*].countryCode | String | The ISO 3166-1 alpha-2 country code for the terminal's country. |
terminals[*].note | String | Additional notes or information about the terminal. |
containsError | Boolean | Indicates if the response contains any errors. |
refreshPriceResult | String | The result of attempting to refresh the price (e.g., "Success"). |
reservationId | String | Unique identifier for the reservation. |
reservationDetailsUnavailable | Boolean | Indicates if the reservation details are currently unavailable. |
error | Boolean | A generic error indicator, presumably redundant with containsError. |