Changes for page 5. ConfirmCheckout
Last modified by Giorgi Mdivnishvili on 2024/08/30 12:58
From version 3.1
edited by Giorgi Mdivnishvili
on 2024/04/11 06:31
on 2024/04/11 06:31
Change comment:
There is no comment for this version
To version 10.2
edited by Giorgi Mdivnishvili
on 2024/04/11 13:13
on 2024/04/11 13:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 4. ConfirmCheckout1 +5. ConfirmCheckout - Content
-
... ... @@ -6,9 +6,12 @@ 6 6 7 7 = Method Description = 8 8 9 -This method is used to calculate full package with hotels and flights, to recheck prices, availability, prices and cancelation policy before book. 10 10 10 +This API endpoint serves the purpose of creating a new reservation. 11 11 12 +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. 13 + 14 + 12 12 == Endpoint URL - [POST] == 13 13 14 14 {{info}} ... ... @@ -28,19 +28,95 @@ 28 28 29 29 {{code language="Json"}} 30 30 { 31 - "packageId": "string", 32 - "extraServicePriceCodes": [ 33 - "string" 34 + "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 35 + "calcTourPackageRequests": [ 36 + { 37 + "packageId": "string", 38 + "extraServicePriceCodes": [ 39 + "string" 40 + ], 41 + "flightPassengers": [ 42 + { 43 + "id": "string", 44 + "selectedForwardBaggageCode": "string", 45 + "selectedBackwardBaggageCode": "string" 46 + } 47 + ], 48 + "includeInsurance": true, 49 + "refreshPrices": true 50 + } 34 34 ], 35 - " flightPassengers": [52 + "calcOnlyHotelPackageRequests": [ 36 36 { 37 - "id": "string", 38 - "selectedForwardBaggageCode": "string", 39 - "selectedBackwardBaggageCode": "string" 54 + "packageId": "string", 55 + "extraServicePriceCodes": [ 56 + "string" 57 + ], 58 + "includeInsurance": true, 59 + "refreshPrices": true 40 40 } 41 41 ], 42 - "includeInsurance": true, 43 - "refreshPrices": true 62 + "calcOnlyAviaPackageRequests": [ 63 + { 64 + "packageId": "string", 65 + "refreshPrices": true, 66 + "flightPassengers": [ 67 + { 68 + "id": "string", 69 + "selectedForwardBaggageCode": "string", 70 + "selectedBackwardBaggageCode": "string" 71 + } 72 + ] 73 + } 74 + ], 75 + "hotels": [ 76 + { 77 + "hotelPriceId": "string", 78 + "agentConfirmationNumber": "string", 79 + "note": "string", 80 + "touristIds": [ 81 + "3fa85f64-5717-4562-b3fc-2c963f66afa6" 82 + ] 83 + } 84 + ], 85 + "tourists": [ 86 + { 87 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 88 + "firstName": "string", 89 + "lastName": "string", 90 + "birthDate": "2024-04-11T05:16:08.319Z", 91 + "passportNumber": "string", 92 + "passportExpiry": "2024-04-11T05:16:08.319Z", 93 + "passportIssue": "2024-04-11T05:16:08.319Z", 94 + "citizenship": "string", 95 + "tin": "string", 96 + "isMale": true, 97 + "flightIds": [ 98 + "string" 99 + ], 100 + "arrivalFlightInfo": { 101 + "flightNumber": "string", 102 + "terminalCode": "string", 103 + "date": "2024-04-11T05:16:08.319Z", 104 + "time": "string" 105 + }, 106 + "departureFlightInfo": { 107 + "flightNumber": "string", 108 + "terminalCode": "string", 109 + "date": "2024-04-11T05:16:08.319Z", 110 + "time": "string" 111 + }, 112 + "selectedVisaId": "string", 113 + "transfers": [ 114 + { 115 + "id": "string", 116 + "selectedTransferPriceId": "string" 117 + } 118 + ] 119 + } 120 + ], 121 + "note": "string", 122 + "contactPhone": "string" 44 44 } 45 45 {{/code}} 46 46 ... ... @@ -55,7 +55,7 @@ 55 55 { 56 56 "calcTourPackageRequests": [ 57 57 { 58 - "refreshPrices": true,137 + "refreshPrices": false, 59 59 "packageId": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 60 60 "flightPassengers": [ 61 61 { ... ... @@ -74,7 +74,145 @@ 74 74 } 75 75 ], 76 76 "calcOnlyHotelPackageRequests": [], 77 - "calcOnlyAviaPackageRequests": [] 156 + "calcOnlyAviaPackageRequests": [], 157 + "hotels": [ 158 + { 159 + "note": null, 160 + "agentConfirmationNumber": null, 161 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 162 + "touristIds": [ 163 + "27977a19-045e-4990-95a8-fbd7d49083de", 164 + "0b3cb288-00c5-4c68-946e-87fc5f5d5b82" 165 + ] 166 + } 167 + ], 168 + "tourists": [ 169 + { 170 + "id": "27977a19-045e-4990-95a8-fbd7d49083de", 171 + "isMale": true, 172 + "firstName": "Test", 173 + "lastName": "Teeeest", 174 + "birthDate": "1990-09-23T00:00:00", 175 + "citizenship": "GE", 176 + "passportNumber": "123123", 177 + "passportIssue": "2020-09-23T00:00:00", 178 + "passportExpiry": "2029-12-23T00:00:00", 179 + "tin": null, 180 + "selectedVisaId": "00000000-0000-0000-0000-000000000000", 181 + "flights": [ 182 + { 183 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 184 + "note": "Kazunion Block, Baggage Info: 20 Kg Included" 185 + } 186 + ], 187 + "flightIds": [ 188 + "53552191-59ea-469d-ae9d-5b848da8839d" 189 + ], 190 + "insurancePrice": { 191 + "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 192 + "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 193 + "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 194 + "touristId": "27977a19-045e-4990-95a8-fbd7d49083de", 195 + "insuranceName": "Medical INS (N10000)", 196 + "contragentName": "Nomad Insurance", 197 + "contragentFullName": "Nomad Insurance", 198 + "actualStartDate": "2024-05-17T00:00:00.000", 199 + "actualEndDate": "2024-05-21T00:00:00.000", 200 + "costCurrencyCode": "USD", 201 + "costAmount": 6.7, 202 + "priceCurrencyCode": "USD", 203 + "priceAmount": 11.2, 204 + "coverageCurrencyCode": "USD", 205 + "coverageAmount": 10000 206 + }, 207 + "departureFlightInfo": { 208 + "date": null, 209 + "time": null, 210 + "flightNumber": null, 211 + "terminalCode": null 212 + }, 213 + "arrivalFlightInfo": { 214 + "date": null, 215 + "time": null, 216 + "flightNumber": null, 217 + "terminalCode": null 218 + }, 219 + "transfers": [ 220 + { 221 + "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 222 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29" 223 + }, 224 + { 225 + "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 226 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29" 227 + } 228 + ] 229 + }, 230 + { 231 + "id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82", 232 + "isMale": true, 233 + "firstName": "Teeeeest", 234 + "lastName": "Teest", 235 + "birthDate": "1990-09-23T00:00:00", 236 + "citizenship": "GE", 237 + "passportNumber": "1231233", 238 + "passportIssue": "2020-09-23T00:00:00", 239 + "passportExpiry": "2029-12-23T00:00:00", 240 + "tin": null, 241 + "selectedVisaId": "00000000-0000-0000-0000-000000000000", 242 + "flights": [ 243 + { 244 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 245 + "note": "Kazunion Block, Baggage Info: 20 Kg Included" 246 + } 247 + ], 248 + "flightIds": [ 249 + "53552191-59ea-469d-ae9d-5b848da8839d" 250 + ], 251 + "insurancePrice": { 252 + "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 253 + "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 254 + "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 255 + "touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82", 256 + "insuranceName": "Medical INS (N10000)", 257 + "contragentName": "Nomad Insurance", 258 + "contragentFullName": "Nomad Insurance", 259 + "actualStartDate": "2024-05-17T00:00:00.000", 260 + "actualEndDate": "2024-05-21T00:00:00.000", 261 + "costCurrencyCode": "USD", 262 + "costAmount": 6.7, 263 + "priceCurrencyCode": "USD", 264 + "priceAmount": 11.2, 265 + "coverageCurrencyCode": "USD", 266 + "coverageAmount": 10000 267 + }, 268 + "departureFlightInfo": { 269 + "date": null, 270 + "time": null, 271 + "flightNumber": null, 272 + "terminalCode": null 273 + }, 274 + "arrivalFlightInfo": { 275 + "date": null, 276 + "time": null, 277 + "flightNumber": null, 278 + "terminalCode": null 279 + }, 280 + "transfers": [ 281 + { 282 + "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 283 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29" 284 + }, 285 + { 286 + "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 287 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29" 288 + } 289 + ] 290 + } 291 + ], 292 + "note": "teeeest, for testing purpose !", 293 + "contactPhone": "597101803", 294 + "reservationId": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d" 78 78 } 79 79 {{/code}} 80 80 ... ... @@ -87,353 +87,126 @@ 87 87 "errorCode": "string", 88 88 "errorDescription": "string", 89 89 "userErrorDescription": "string", 90 - "package": { 91 - "cacheKey": "string", 92 - "id": "string", 93 - "priceCurrency": "string", 94 - "totalPrice": 0, 95 - "agentCommissionPercent": 0, 96 - "agentCommissionAmount": 0, 97 - "includedExtrasAmount": 0, 98 - "priceDifference": 0, 99 - "hotel": { 100 - "hotelPriceId": "string", 101 - "providerId": 0, 102 - "hotelName": "string", 103 - "hotelCode": "string", 104 - "nigths": 0, 105 - "mealPlan": "string", 106 - "hotelClass": "string", 107 - "availabilityType": "OnRequest", 108 - "availableRoomsCount": 0, 109 - "fewRooms": true, 110 - "roomCategoryCode": "string", 111 - "roomCategoryName": "string", 112 - "placementTypeName": "string", 113 - "placementDescription": "string", 114 - "checkInDate": "2023-12-26T12:55:59.433Z", 115 - "checkOutDate": "2023-12-26T12:55:59.433Z", 116 - "adults": 0, 117 - "children": 0, 118 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 119 - "districtName": "string", 120 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 121 - "cityName": "string", 307 + "priceCurrency": "string", 308 + "totalPrice": 0, 309 + "agentCommissionPercent": 0, 310 + "agentCommissionAmount": 0, 311 + "requiredCitizenIdentifiers": [ 312 + { 122 122 "countryCode": "string", 123 - "countryName": "string", 124 - "hasAlcohol": true, 125 - "hasFreeWifi": true, 126 - "hasMetro": true, 127 - "hasPool": true, 128 - "hasMall": true, 129 - "cancellationPolicyDescription": "string", 130 - "cancellationPolicy": { 131 - "cancellationPolicyCode": "string", 132 - "noShowChargeValue": 0, 133 - "noShowChargeValueType": "string", 134 - "earlyDepartureChargeValue": 0, 135 - "earlyDepartureChargeValueType": "string", 136 - "conditions": [ 137 - { 138 - "timeunits": 0, 139 - "timeunitType": "string", 140 - "timeOffsetTypeName": "string", 141 - "chargeValue": 0, 142 - "chargeValueType": "string" 143 - } 144 - ] 145 - } 146 - }, 147 - "flight": { 148 - "id": "string", 149 - "departureDate": "2023-12-26T12:55:59.433Z", 150 - "returnDate": "2023-12-26T12:55:59.433Z", 151 - "departureTicketsLeft": 0, 152 - "returnTicketsLeft": 0, 153 - "departureAvailabilityType": "OnRequest", 154 - "returnAvailabilityType": "OnRequest", 155 - "isTwoWay": true, 156 - "sameBaggageForAll": true, 157 - "totalBaggage": true, 158 - "departureSegments": [ 159 - { 160 - "airlineCode": "string", 161 - "airlineName": "string", 162 - "flightCode": "string", 163 - "class": "string", 164 - "lugageWeight": 0, 165 - "handLugageWeight": 0, 166 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 167 - "departureCountryName": "string", 168 - "departureCityName": "string", 169 - "departureAirportCode": "string", 170 - "departureAirportName": "string", 171 - "departureTerminalCode": "string", 172 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 173 - "arrivalCountryName": "string", 174 - "arrivalCityName": "string", 175 - "arrivalAirportCode": "string", 176 - "arrivalAirportName": "string", 177 - "arrivalTerminalCode": "string", 178 - "flightDuration": "string" 179 - } 314 + "identifierType": "TIN" 315 + } 316 + ], 317 + "hotels": [ 318 + { 319 + "hotelPriceId": "string", 320 + "touristIds": [ 321 + "3fa85f64-5717-4562-b3fc-2c963f66afa6" 180 180 ], 181 - "returnSegments": [ 182 - { 183 - "airlineCode": "string", 184 - "airlineName": "string", 185 - "flightCode": "string", 186 - "class": "string", 187 - "lugageWeight": 0, 188 - "handLugageWeight": 0, 189 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 190 - "departureCountryName": "string", 191 - "departureCityName": "string", 192 - "departureAirportCode": "string", 193 - "departureAirportName": "string", 194 - "departureTerminalCode": "string", 195 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 196 - "arrivalCountryName": "string", 197 - "arrivalCityName": "string", 198 - "arrivalAirportCode": "string", 199 - "arrivalAirportName": "string", 200 - "arrivalTerminalCode": "string", 201 - "flightDuration": "string" 202 - } 323 + "errorCode": "string", 324 + "errorMessage": "string", 325 + "description": "string" 326 + } 327 + ], 328 + "tourists": [ 329 + { 330 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 331 + "age": 0, 332 + "isAdult": true, 333 + "flightIds": [ 334 + "string" 203 203 ], 204 - " passengers": [336 + "flights": [ 205 205 { 206 - "id": "string", 207 - "isAdult": true, 208 - "selectedForwardBaggageCode": "string", 209 - "selectedBackwardBaggageCode": "string", 210 - "forwardBaggages": [ 211 - { 212 - "baggageCode": "string", 213 - "description": "string", 214 - "price": 0, 215 - "currency": "string", 216 - "included": true 217 - } 218 - ], 219 - "backwardBaggages": [ 220 - { 221 - "baggageCode": "string", 222 - "description": "string", 223 - "price": 0, 224 - "currency": "string", 225 - "included": true 226 - } 227 - ] 338 + "flightId": "string", 339 + "note": "string" 228 228 } 229 - ] 230 - }, 231 - "extraServices": [ 232 - { 233 - "extraServiceCode": "string", 234 - "extraServiceTypeCode": "string", 235 - "isMandatory": 0, 236 - "extraServiceName": "string", 237 - "minimalServiceAmount": 0, 238 - "includedPriceCode": "string", 239 - "prices": [ 240 - { 241 - "extraServicePriceCode": "string", 242 - "displayName": "string", 243 - "restrictionInfo": "string", 244 - "additionalInfo": "string", 245 - "price": 0, 246 - "extraPrice": 0, 247 - "currency": "string" 248 - } 249 - ] 250 - } 251 - ], 252 - "insurancePrice": { 253 - "name": "string", 254 - "price": 0, 255 - "priceSurcarge": 0, 256 - "actualStartDate": "2023-12-26T12:55:59.433Z", 257 - "actualEndDate": "2023-12-26T12:55:59.433Z", 258 - "optional": true, 259 - "includedInPackagePrice": true 260 - } 261 - }, 262 - "altPackages": [ 263 - { 264 - "cacheKey": "string", 265 - "id": "string", 266 - "priceCurrency": "string", 267 - "totalPrice": 0, 268 - "agentCommissionPercent": 0, 269 - "agentCommissionAmount": 0, 270 - "includedExtrasAmount": 0, 271 - "priceDifference": 0, 272 - "hotel": { 273 - "hotelPriceId": "string", 274 - "providerId": 0, 275 - "hotelName": "string", 276 - "hotelCode": "string", 277 - "nigths": 0, 278 - "mealPlan": "string", 279 - "hotelClass": "string", 280 - "availabilityType": "OnRequest", 281 - "availableRoomsCount": 0, 282 - "fewRooms": true, 283 - "roomCategoryCode": "string", 284 - "roomCategoryName": "string", 285 - "placementTypeName": "string", 286 - "placementDescription": "string", 287 - "checkInDate": "2023-12-26T12:55:59.433Z", 288 - "checkOutDate": "2023-12-26T12:55:59.433Z", 289 - "adults": 0, 290 - "children": 0, 291 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 292 - "districtName": "string", 293 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 294 - "cityName": "string", 295 - "countryCode": "string", 296 - "countryName": "string", 297 - "hasAlcohol": true, 298 - "hasFreeWifi": true, 299 - "hasMetro": true, 300 - "hasPool": true, 301 - "hasMall": true, 302 - "cancellationPolicyDescription": "string", 303 - "cancellationPolicy": { 304 - "cancellationPolicyCode": "string", 305 - "noShowChargeValue": 0, 306 - "noShowChargeValueType": "string", 307 - "earlyDepartureChargeValue": 0, 308 - "earlyDepartureChargeValueType": "string", 309 - "conditions": [ 310 - { 311 - "timeunits": 0, 312 - "timeunitType": "string", 313 - "timeOffsetTypeName": "string", 314 - "chargeValue": 0, 315 - "chargeValueType": "string" 316 - } 317 - ] 318 - } 341 + ], 342 + "arrivalFlightInfo": { 343 + "flightNumber": "string", 344 + "terminalCode": "string", 345 + "date": "2024-04-11T05:16:08.335Z", 346 + "time": "string" 319 319 }, 320 - "flight": { 321 - "id": "string", 322 - "departureDate": "2023-12-26T12:55:59.433Z", 323 - "returnDate": "2023-12-26T12:55:59.433Z", 324 - "departureTicketsLeft": 0, 325 - "returnTicketsLeft": 0, 326 - "departureAvailabilityType": "OnRequest", 327 - "returnAvailabilityType": "OnRequest", 328 - "isTwoWay": true, 329 - "sameBaggageForAll": true, 330 - "totalBaggage": true, 331 - "departureSegments": [ 332 - { 333 - "airlineCode": "string", 334 - "airlineName": "string", 335 - "flightCode": "string", 336 - "class": "string", 337 - "lugageWeight": 0, 338 - "handLugageWeight": 0, 339 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 340 - "departureCountryName": "string", 341 - "departureCityName": "string", 342 - "departureAirportCode": "string", 343 - "departureAirportName": "string", 344 - "departureTerminalCode": "string", 345 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 346 - "arrivalCountryName": "string", 347 - "arrivalCityName": "string", 348 - "arrivalAirportCode": "string", 349 - "arrivalAirportName": "string", 350 - "arrivalTerminalCode": "string", 351 - "flightDuration": "string" 352 - } 353 - ], 354 - "returnSegments": [ 355 - { 356 - "airlineCode": "string", 357 - "airlineName": "string", 358 - "flightCode": "string", 359 - "class": "string", 360 - "lugageWeight": 0, 361 - "handLugageWeight": 0, 362 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 363 - "departureCountryName": "string", 364 - "departureCityName": "string", 365 - "departureAirportCode": "string", 366 - "departureAirportName": "string", 367 - "departureTerminalCode": "string", 368 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 369 - "arrivalCountryName": "string", 370 - "arrivalCityName": "string", 371 - "arrivalAirportCode": "string", 372 - "arrivalAirportName": "string", 373 - "arrivalTerminalCode": "string", 374 - "flightDuration": "string" 375 - } 376 - ], 377 - "passengers": [ 378 - { 379 - "id": "string", 380 - "isAdult": true, 381 - "selectedForwardBaggageCode": "string", 382 - "selectedBackwardBaggageCode": "string", 383 - "forwardBaggages": [ 384 - { 385 - "baggageCode": "string", 386 - "description": "string", 387 - "price": 0, 388 - "currency": "string", 389 - "included": true 390 - } 391 - ], 392 - "backwardBaggages": [ 393 - { 394 - "baggageCode": "string", 395 - "description": "string", 396 - "price": 0, 397 - "currency": "string", 398 - "included": true 399 - } 400 - ] 401 - } 402 - ] 348 + "departureFlightInfo": { 349 + "flightNumber": "string", 350 + "terminalCode": "string", 351 + "date": "2024-04-11T05:16:08.335Z", 352 + "time": "string" 403 403 }, 404 - "extraServices": [ 354 + "insurancePrice": { 355 + "insuranceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 356 + "insuranceServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 357 + "insurancePriceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 358 + "touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 359 + "insuranceName": "string", 360 + "insuranceDescription": "string", 361 + "contragentName": "string", 362 + "contragentFullName": "string", 363 + "actualStartDate": "2024-04-11T05:16:08.335Z", 364 + "actualEndDate": "2024-04-11T05:16:08.335Z", 365 + "costCurrencyCode": "string", 366 + "costAmount": 0, 367 + "priceCurrencyCode": "string", 368 + "priceAmount": 0, 369 + "coverageCurrencyCode": "string", 370 + "coverageAmount": 0 371 + }, 372 + "selectedVisaId": "string", 373 + "transfers": [ 405 405 { 406 - "extraServiceCode": "string", 407 - "extraServiceTypeCode": "string", 408 - "isMandatory": 0, 409 - "extraServiceName": "string", 410 - "minimalServiceAmount": 0, 411 - "includedPriceCode": "string", 412 - "prices": [ 375 + "id": "string", 376 + "type": "Arrival", 377 + "flightId": "string", 378 + "flightInfo": { 379 + "flightNumber": "string", 380 + "terminalCode": "string", 381 + "date": "2024-04-11T05:16:08.335Z", 382 + "time": "string" 383 + }, 384 + "checkInHotelId": "string", 385 + "checkOutHotelId": "string", 386 + "selectedTransferPriceId": "string", 387 + "transferPrices": [ 413 413 { 414 - " extraServicePriceCode": "string",415 - " displayName": "string",416 - " restrictionInfo":"string",417 - " additionalInfo":"string",418 - "price": 0,419 - " extraPrice": 0,420 - "c urrency":"string"389 + "id": "string", 390 + "name": "string", 391 + "adultPlaces": 0, 392 + "childPlaces": 0, 393 + "perPersonPrice": true, 394 + "adultPrice": 0, 395 + "childPrice": 0 421 421 } 422 422 ] 423 423 } 424 424 ], 425 - "insurancePrice": { 426 - "name": "string", 427 - "price": 0, 428 - "priceSurcarge": 0, 429 - "actualStartDate": "2023-12-26T12:55:59.433Z", 430 - "actualEndDate": "2023-12-26T12:55:59.433Z", 431 - "optional": true, 432 - "includedInPackagePrice": true 433 - } 400 + "errorCode": "string", 401 + "errorMessage": "string", 402 + "description": "string" 434 434 } 435 435 ], 436 - "refreshPriceResult": "Success" 405 + "visas": [ 406 + { 407 + "prid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 408 + "prName": "string", 409 + "prValue": 0, 410 + "sortingOrder": 0 411 + } 412 + ], 413 + "terminals": [ 414 + { 415 + "terminalCode": "string", 416 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 417 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 418 + "terminalName": "string", 419 + "countryCode": "string", 420 + "note": "string" 421 + } 422 + ], 423 + "containsError": true, 424 + "refreshPriceResult": "Success", 425 + "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 426 + "reservationDetailsUnavailable": true 437 437 } 438 438 {{/code}} 439 439 ... ... @@ -442,346 +442,561 @@ 442 442 443 443 {{code language="Json"}} 444 444 { 445 - "package": { 446 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 447 - "priceCurrency": "USD", 448 - "totalPrice": 937.16, 449 - "agentCommissionPercent": 0.00, 450 - "agentCommissionAmount": 0.00, 451 - "includedExtrasAmount": 0, 452 - "priceDifference": 0, 453 - "hotel": { 454 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 455 - "providerId": 13, 456 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 457 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 458 - "nigths": 2, 459 - "mealPlan": "BB", 460 - "hotelClass": "4", 461 - "availabilityType": "StopSale", 462 - "availableRoomsCount": 0, 463 - "fewRooms": true, 464 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 465 - "roomCategoryName": "1 B/R Apartment City View", 466 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 467 - "checkInDate": "2024-02-15T20:00:00.000Z", 468 - "checkOutDate": "2024-02-17T20:00:00.000Z", 469 - "adults": 1, 470 - "children": 1, 471 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 472 - "districtName": "Al Barsha", 473 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 474 - "cityName": "Dubai", 475 - "countryCode": "AE", 476 - "countryName": "United Arab Emirates", 477 - "hasAlcohol": false, 478 - "hasFreeWifi": true, 479 - "hasMetro": true, 480 - "hasPool": true, 481 - "hasMall": false, 482 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 483 - "cancellationPolicy": { 484 - "noShowChargeValue": 100.00, 485 - "noShowChargeValueType": "%", 486 - "earlyDepartureChargeValue": 100.00, 487 - "earlyDepartureChargeValueType": "%", 488 - "conditions": [ 489 - { 490 - "timeunits": 5, 491 - "timeunitType": "Day", 492 - "timeOffsetTypeName": "Before Arrival", 493 - "chargeValue": 100.00, 494 - "chargeValueType": "%" 495 - } 496 - ] 497 - } 435 + "priceCurrency": "USD", 436 + "totalPrice": 782, 437 + "agentCommissionPercent": 0.00, 438 + "agentCommissionAmount": 0, 439 + "requiredCitizenIdentifiers": [ 440 + { 441 + "countryCode": "KZ", 442 + "identifierType": "TIN" 498 498 }, 499 - "flight": { 500 - "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57", 501 - "departureDate": "2024-02-15T20:00:00.000Z", 502 - "returnDate": "2024-02-17T20:00:00.000Z", 503 - "departureTicketsLeft": 7, 504 - "returnTicketsLeft": 7, 505 - "departureAvailabilityType": "FewPlaces", 506 - "returnAvailabilityType": "FewPlaces", 507 - "isTwoWay": true, 508 - "sameBaggageForAll": false, 509 - "totalBaggage": true, 510 - "departureSegments": [ 511 - { 512 - "airlineCode": "KC", 513 - "airlineName": "Air Astana-", 514 - "flightCode": "KC899", 515 - "class": "econom", 516 - "lugageWeight": 20, 517 - "handLugageWeight": 6, 518 - "departureFlightDate": "2024-02-15T20:00:00.000Z", 519 - "departureCountryName": "Kazakhstan", 520 - "departureCityName": "Almaty", 521 - "departureAirportCode": "ALA", 522 - "departureAirportName": "Almaty Intl Airport", 523 - "departureTerminalCode": "ALA", 524 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 525 - "arrivalCountryName": "United Arab Emirates", 526 - "arrivalCityName": "Dubai", 527 - "arrivalAirportCode": "DXB", 528 - "arrivalAirportName": "Dubai Intl Airport", 529 - "arrivalTerminalCode": "DXB1", 530 - "flightDuration": "0h 50m" 531 - } 444 + { 445 + "countryCode": "AZ", 446 + "identifierType": "FIN" 447 + } 448 + ], 449 + "hotels": [ 450 + { 451 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 452 + "touristIds": [ 453 + "27977a19-045e-4990-95a8-fbd7d49083de", 454 + "0b3cb288-00c5-4c68-946e-87fc5f5d5b82" 532 532 ], 533 - "returnSegments": [ 456 + "description": "Ibis Al Rigga" 457 + } 458 + ], 459 + "tourists": [ 460 + { 461 + "id": "27977a19-045e-4990-95a8-fbd7d49083de", 462 + "age": 33, 463 + "isAdult": true, 464 + "flightIds": [ 465 + "53552191-59ea-469d-ae9d-5b848da8839d" 466 + ], 467 + "flights": [ 534 534 { 535 - "airlineCode": "KC", 536 - "airlineName": "Air Astana-", 537 - "flightCode": "KC900", 538 - "class": "econom", 539 - "lugageWeight": 20, 540 - "handLugageWeight": 6, 541 - "departureFlightDate": "2024-02-17T20:00:00.000Z", 542 - "departureCountryName": "United Arab Emirates", 543 - "departureCityName": "Dubai", 544 - "departureAirportCode": "DXB", 545 - "departureAirportName": "Dubai Intl Airport", 546 - "departureTerminalCode": "DXB1", 547 - "arrivalFlightDate": "2024-02-17T20:00:00.000Z", 548 - "arrivalCountryName": "Kazakhstan", 549 - "arrivalCityName": "Almaty", 550 - "arrivalAirportCode": "ALA", 551 - "arrivalAirportName": "Almaty Intl Airport", 552 - "arrivalTerminalCode": "ALA", 553 - "flightDuration": "8h 15m" 469 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 470 + "note": "Kazunion Block, Baggage Info: 20 Kg Included" 554 554 } 555 555 ], 556 - "passengers": [ 473 + "insurancePrice": { 474 + "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 475 + "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 476 + "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 477 + "touristId": "27977a19-045e-4990-95a8-fbd7d49083de", 478 + "insuranceName": "Medical INS (N10000)", 479 + "contragentName": "Nomad Insurance", 480 + "contragentFullName": "Nomad Insurance", 481 + "actualStartDate": "2024-05-17T00:00:00.000", 482 + "actualEndDate": "2024-05-21T00:00:00.000", 483 + "costCurrencyCode": "USD", 484 + "costAmount": 6.70, 485 + "priceCurrencyCode": "USD", 486 + "priceAmount": 11.20, 487 + "coverageCurrencyCode": "USD", 488 + "coverageAmount": 10000.0000 489 + }, 490 + "selectedVisaId": "00000000-0000-0000-0000-000000000000", 491 + "transfers": [ 557 557 { 558 - "id": "42779531011000004-A1", 559 - "isAdult": true, 560 - "forwardBaggages": [ 493 + "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 494 + "type": "Arrival", 495 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 496 + "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 497 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 498 + "transferPrices": [ 561 561 { 562 - " baggageCode": "TOTAL_BAGGAGE",563 - " description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS,OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",564 - " price":45.00,565 - "c urrency":"USD",566 - " included":false567 - }568 - ],569 - "backwardBaggages":[500 + "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 501 + "name": "GROUP", 502 + "adultPlaces": 1, 503 + "childPlaces": 1, 504 + "perPersonPrice": true, 505 + "adultPrice": 0, 506 + "childPrice": 0 507 + }, 570 570 { 571 - "baggageCode": "INCLUDED_IN_FORWARD", 572 - "price": 0, 573 - "included": false 509 + "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 510 + "name": "MINIVAN", 511 + "adultPlaces": 5, 512 + "childPlaces": 0, 513 + "perPersonPrice": false, 514 + "adultPrice": 45.00000000, 515 + "childPrice": 0 516 + }, 517 + { 518 + "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 519 + "name": "TOYOTA HIACE", 520 + "adultPlaces": 9, 521 + "childPlaces": 0, 522 + "perPersonPrice": false, 523 + "adultPrice": 50.00000000, 524 + "childPrice": 0 525 + }, 526 + { 527 + "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 528 + "name": "HIGER BUS (27 SEATERS)", 529 + "adultPlaces": 27, 530 + "childPlaces": 0, 531 + "perPersonPrice": false, 532 + "adultPrice": 85.00000000, 533 + "childPrice": 0 534 + }, 535 + { 536 + "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 537 + "name": "HIGER 53", 538 + "adultPlaces": 51, 539 + "childPlaces": 0, 540 + "perPersonPrice": false, 541 + "adultPrice": 120.00000000, 542 + "childPrice": 0 543 + }, 544 + { 545 + "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 546 + "name": "MERCEDES S CLASS 400", 547 + "adultPlaces": 3, 548 + "childPlaces": 0, 549 + "perPersonPrice": false, 550 + "adultPrice": 140.00000000, 551 + "childPrice": 0 552 + }, 553 + { 554 + "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 555 + "name": "MERCEDES V CLASS", 556 + "adultPlaces": 7, 557 + "childPlaces": 0, 558 + "perPersonPrice": false, 559 + "adultPrice": 140.00000000, 560 + "childPrice": 0 561 + }, 562 + { 563 + "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 564 + "name": "MERCEDES S CLASS 500", 565 + "adultPlaces": 3, 566 + "childPlaces": 0, 567 + "perPersonPrice": false, 568 + "adultPrice": 165.00000000, 569 + "childPrice": 0 574 574 } 575 575 ] 576 576 }, 577 577 { 578 - "id": "42779531011000004-C1", 579 - "isAdult": false, 580 - "forwardBaggages": [ 574 + "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 575 + "type": "Departure", 576 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 577 + "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 578 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 579 + "transferPrices": [ 581 581 { 582 - " baggageCode": "TOTAL_BAGGAGE",583 - " description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS,OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",584 - " price":45.00,585 - "c urrency":"USD",586 - " included":false587 - }588 - ],589 - "backwardBaggages":[581 + "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 582 + "name": "GROUP", 583 + "adultPlaces": 1, 584 + "childPlaces": 1, 585 + "perPersonPrice": true, 586 + "adultPrice": 0, 587 + "childPrice": 0 588 + }, 590 590 { 591 - "baggageCode": "INCLUDED_IN_FORWARD", 592 - "price": 0, 593 - "included": false 590 + "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 591 + "name": "MINIVAN", 592 + "adultPlaces": 5, 593 + "childPlaces": 0, 594 + "perPersonPrice": false, 595 + "adultPrice": 45.00000000, 596 + "childPrice": 0 597 + }, 598 + { 599 + "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 600 + "name": "TOYOTA HIACE", 601 + "adultPlaces": 9, 602 + "childPlaces": 0, 603 + "perPersonPrice": false, 604 + "adultPrice": 50.00000000, 605 + "childPrice": 0 606 + }, 607 + { 608 + "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 609 + "name": "HIGER BUS (27 SEATERS)", 610 + "adultPlaces": 27, 611 + "childPlaces": 0, 612 + "perPersonPrice": false, 613 + "adultPrice": 85.00000000, 614 + "childPrice": 0 615 + }, 616 + { 617 + "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 618 + "name": "HIGER 53", 619 + "adultPlaces": 51, 620 + "childPlaces": 0, 621 + "perPersonPrice": false, 622 + "adultPrice": 120.00000000, 623 + "childPrice": 0 624 + }, 625 + { 626 + "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 627 + "name": "MERCEDES S CLASS 400", 628 + "adultPlaces": 3, 629 + "childPlaces": 0, 630 + "perPersonPrice": false, 631 + "adultPrice": 140.00000000, 632 + "childPrice": 0 633 + }, 634 + { 635 + "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 636 + "name": "MERCEDES V CLASS", 637 + "adultPlaces": 7, 638 + "childPlaces": 0, 639 + "perPersonPrice": false, 640 + "adultPrice": 140.00000000, 641 + "childPrice": 0 642 + }, 643 + { 644 + "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 645 + "name": "MERCEDES S CLASS 500", 646 + "adultPlaces": 3, 647 + "childPlaces": 0, 648 + "perPersonPrice": false, 649 + "adultPrice": 165.00000000, 650 + "childPrice": 0 594 594 } 595 595 ] 596 596 } 597 - ] 654 + ], 655 + "description": "Test Teeeest" 598 598 }, 599 - "extraServices": [], 600 - "insurancePrice": { 601 - "name": "Medical INS (N10000)", 602 - "price": 13.44, 603 - "priceSurcarge": 0.00, 604 - "actualStartDate": "2024-02-15T20:00:00.000Z", 605 - "actualEndDate": "2024-02-17T20:00:00.000Z", 606 - "optional": false, 607 - "includedInPackagePrice": true 608 - } 609 - }, 610 - "altPackages": [ 611 611 { 612 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8", 613 - "priceCurrency": "USD", 614 - "totalPrice": 968.40, 615 - "agentCommissionPercent": 0.00, 616 - "agentCommissionAmount": 0.00, 617 - "includedExtrasAmount": 0, 618 - "priceDifference": 31.24, 619 - "hotel": { 620 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 621 - "providerId": 13, 622 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 623 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 624 - "nigths": 2, 625 - "mealPlan": "BB", 626 - "hotelClass": "4", 627 - "availabilityType": "StopSale", 628 - "availableRoomsCount": 0, 629 - "fewRooms": true, 630 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 631 - "roomCategoryName": "1 B/R Apartment City View", 632 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 633 - "checkInDate": "2024-02-15T20:00:00.000Z", 634 - "checkOutDate": "2024-02-17T20:00:00.000Z", 635 - "adults": 1, 636 - "children": 1, 637 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 638 - "districtName": "Al Barsha", 639 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 640 - "cityName": "Dubai", 641 - "countryCode": "AE", 642 - "countryName": "United Arab Emirates", 643 - "hasAlcohol": false, 644 - "hasFreeWifi": true, 645 - "hasMetro": true, 646 - "hasPool": true, 647 - "hasMall": false, 648 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 649 - "cancellationPolicy": { 650 - "noShowChargeValue": 100.00, 651 - "noShowChargeValueType": "%", 652 - "earlyDepartureChargeValue": 100.00, 653 - "earlyDepartureChargeValueType": "%", 654 - "conditions": [ 658 + "id": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82", 659 + "age": 33, 660 + "isAdult": true, 661 + "flightIds": [ 662 + "53552191-59ea-469d-ae9d-5b848da8839d" 663 + ], 664 + "flights": [ 665 + { 666 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 667 + "note": "Kazunion Block, Baggage Info: 20 Kg Included" 668 + } 669 + ], 670 + "insurancePrice": { 671 + "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 672 + "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 673 + "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 674 + "touristId": "0b3cb288-00c5-4c68-946e-87fc5f5d5b82", 675 + "insuranceName": "Medical INS (N10000)", 676 + "contragentName": "Nomad Insurance", 677 + "contragentFullName": "Nomad Insurance", 678 + "actualStartDate": "2024-05-17T00:00:00.000", 679 + "actualEndDate": "2024-05-21T00:00:00.000", 680 + "costCurrencyCode": "USD", 681 + "costAmount": 6.70, 682 + "priceCurrencyCode": "USD", 683 + "priceAmount": 11.20, 684 + "coverageCurrencyCode": "USD", 685 + "coverageAmount": 10000.0000 686 + }, 687 + "selectedVisaId": "00000000-0000-0000-0000-000000000000", 688 + "transfers": [ 689 + { 690 + "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 691 + "type": "Arrival", 692 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 693 + "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 694 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 695 + "transferPrices": [ 655 655 { 656 - "timeunits": 5, 657 - "timeunitType": "Day", 658 - "timeOffsetTypeName": "Before Arrival", 659 - "chargeValue": 100.00, 660 - "chargeValueType": "%" 697 + "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 698 + "name": "GROUP", 699 + "adultPlaces": 1, 700 + "childPlaces": 1, 701 + "perPersonPrice": true, 702 + "adultPrice": 0, 703 + "childPrice": 0 704 + }, 705 + { 706 + "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 707 + "name": "MINIVAN", 708 + "adultPlaces": 5, 709 + "childPlaces": 0, 710 + "perPersonPrice": false, 711 + "adultPrice": 45.00000000, 712 + "childPrice": 0 713 + }, 714 + { 715 + "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 716 + "name": "TOYOTA HIACE", 717 + "adultPlaces": 9, 718 + "childPlaces": 0, 719 + "perPersonPrice": false, 720 + "adultPrice": 50.00000000, 721 + "childPrice": 0 722 + }, 723 + { 724 + "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 725 + "name": "HIGER BUS (27 SEATERS)", 726 + "adultPlaces": 27, 727 + "childPlaces": 0, 728 + "perPersonPrice": false, 729 + "adultPrice": 85.00000000, 730 + "childPrice": 0 731 + }, 732 + { 733 + "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 734 + "name": "HIGER 53", 735 + "adultPlaces": 51, 736 + "childPlaces": 0, 737 + "perPersonPrice": false, 738 + "adultPrice": 120.00000000, 739 + "childPrice": 0 740 + }, 741 + { 742 + "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 743 + "name": "MERCEDES S CLASS 400", 744 + "adultPlaces": 3, 745 + "childPlaces": 0, 746 + "perPersonPrice": false, 747 + "adultPrice": 140.00000000, 748 + "childPrice": 0 749 + }, 750 + { 751 + "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 752 + "name": "MERCEDES V CLASS", 753 + "adultPlaces": 7, 754 + "childPlaces": 0, 755 + "perPersonPrice": false, 756 + "adultPrice": 140.00000000, 757 + "childPrice": 0 758 + }, 759 + { 760 + "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 761 + "name": "MERCEDES S CLASS 500", 762 + "adultPlaces": 3, 763 + "childPlaces": 0, 764 + "perPersonPrice": false, 765 + "adultPrice": 165.00000000, 766 + "childPrice": 0 661 661 } 662 662 ] 769 + }, 770 + { 771 + "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 772 + "type": "Departure", 773 + "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 774 + "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 775 + "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 776 + "transferPrices": [ 777 + { 778 + "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 779 + "name": "GROUP", 780 + "adultPlaces": 1, 781 + "childPlaces": 1, 782 + "perPersonPrice": true, 783 + "adultPrice": 0, 784 + "childPrice": 0 785 + }, 786 + { 787 + "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 788 + "name": "MINIVAN", 789 + "adultPlaces": 5, 790 + "childPlaces": 0, 791 + "perPersonPrice": false, 792 + "adultPrice": 45.00000000, 793 + "childPrice": 0 794 + }, 795 + { 796 + "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 797 + "name": "TOYOTA HIACE", 798 + "adultPlaces": 9, 799 + "childPlaces": 0, 800 + "perPersonPrice": false, 801 + "adultPrice": 50.00000000, 802 + "childPrice": 0 803 + }, 804 + { 805 + "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 806 + "name": "HIGER BUS (27 SEATERS)", 807 + "adultPlaces": 27, 808 + "childPlaces": 0, 809 + "perPersonPrice": false, 810 + "adultPrice": 85.00000000, 811 + "childPrice": 0 812 + }, 813 + { 814 + "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 815 + "name": "HIGER 53", 816 + "adultPlaces": 51, 817 + "childPlaces": 0, 818 + "perPersonPrice": false, 819 + "adultPrice": 120.00000000, 820 + "childPrice": 0 821 + }, 822 + { 823 + "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 824 + "name": "MERCEDES S CLASS 400", 825 + "adultPlaces": 3, 826 + "childPlaces": 0, 827 + "perPersonPrice": false, 828 + "adultPrice": 140.00000000, 829 + "childPrice": 0 830 + }, 831 + { 832 + "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 833 + "name": "MERCEDES V CLASS", 834 + "adultPlaces": 7, 835 + "childPlaces": 0, 836 + "perPersonPrice": false, 837 + "adultPrice": 140.00000000, 838 + "childPrice": 0 839 + }, 840 + { 841 + "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 842 + "name": "MERCEDES S CLASS 500", 843 + "adultPlaces": 3, 844 + "childPlaces": 0, 845 + "perPersonPrice": false, 846 + "adultPrice": 165.00000000, 847 + "childPrice": 0 848 + } 849 + ] 663 663 } 664 - }, 665 - "flight": { 666 - "id": "63d79c94-1e19-443f-8a17-50e59e633ea8", 667 - "departureDate": "2024-02-15T20:00:00.000Z", 668 - "returnDate": "2024-02-17T20:00:00.000Z", 669 - "departureTicketsLeft": 50, 670 - "returnTicketsLeft": 50, 671 - "departureAvailabilityType": "FewPlaces", 672 - "returnAvailabilityType": "FewPlaces", 673 - "isTwoWay": true, 674 - "sameBaggageForAll": false, 675 - "totalBaggage": false, 676 - "departureSegments": [ 677 - { 678 - "airlineCode": "FZ", 679 - "airlineName": "Fly Dubai.", 680 - "flightCode": "FZ1722", 681 - "class": "econom", 682 - "lugageWeight": 20, 683 - "handLugageWeight": 6, 684 - "departureFlightDate": "2024-02-15T20:00:00.000Z", 685 - "departureCountryName": "Kazakhstan", 686 - "departureCityName": "Almaty", 687 - "departureAirportCode": "ALA", 688 - "departureAirportName": "Almaty Intl Airport", 689 - "departureTerminalCode": "ALA", 690 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 691 - "arrivalCountryName": "United Arab Emirates", 692 - "arrivalCityName": "Dubai", 693 - "arrivalAirportCode": "DXB", 694 - "arrivalAirportName": "Dubai Intl Airport", 695 - "arrivalTerminalCode": "DXB3", 696 - "flightDuration": "0h 55m" 697 - } 698 - ], 699 - "returnSegments": [ 700 - { 701 - "airlineCode": "FZ", 702 - "airlineName": "Fly Dubai.", 703 - "flightCode": "FZ1721", 704 - "class": "econom", 705 - "lugageWeight": 20, 706 - "handLugageWeight": 6, 707 - "departureFlightDate": "2024-02-17T20:00:00.000Z", 708 - "departureCountryName": "United Arab Emirates", 709 - "departureCityName": "Dubai", 710 - "departureAirportCode": "DXB", 711 - "departureAirportName": "Dubai Intl Airport", 712 - "departureTerminalCode": "DXB3", 713 - "arrivalFlightDate": "2024-02-18T20:00:00.000Z", 714 - "arrivalCountryName": "Kazakhstan", 715 - "arrivalCityName": "Almaty", 716 - "arrivalAirportCode": "ALA", 717 - "arrivalAirportName": "Almaty Intl Airport", 718 - "arrivalTerminalCode": "DXB3", 719 - "flightDuration": "8h 10m" 720 - } 721 - ], 722 - "passengers": [ 723 - { 724 - "id": "42779547001000004-A1", 725 - "isAdult": true, 726 - "selectedForwardBaggageCode": "INCLUDED", 727 - "selectedBackwardBaggageCode": "INCLUDED", 728 - "forwardBaggages": [ 729 - { 730 - "baggageCode": "INCLUDED", 731 - "description": "20 KG INCLUDED", 732 - "price": 0.0, 733 - "currency": "USD", 734 - "included": true 735 - } 736 - ], 737 - "backwardBaggages": [ 738 - { 739 - "baggageCode": "INCLUDED", 740 - "description": "20 KG INCLUDED", 741 - "price": 0.0, 742 - "currency": "USD", 743 - "included": true 744 - } 745 - ] 746 - }, 747 - { 748 - "id": "42779547001000004-C1", 749 - "isAdult": false, 750 - "selectedForwardBaggageCode": "INCLUDED", 751 - "selectedBackwardBaggageCode": "INCLUDED", 752 - "forwardBaggages": [ 753 - { 754 - "baggageCode": "INCLUDED", 755 - "description": "20 KG INCLUDED", 756 - "price": 0.0, 757 - "currency": "USD", 758 - "included": true 759 - } 760 - ], 761 - "backwardBaggages": [ 762 - { 763 - "baggageCode": "INCLUDED", 764 - "description": "20 KG INCLUDED", 765 - "price": 0.0, 766 - "currency": "USD", 767 - "included": true 768 - } 769 - ] 770 - } 771 - ] 772 - }, 773 - "extraServices": [], 774 - "insurancePrice": { 775 - "name": "Medical INS (N10000)", 776 - "price": 13.44, 777 - "priceSurcarge": 0.00, 778 - "actualStartDate": "2024-02-15T20:00:00.000Z", 779 - "actualEndDate": "2024-02-17T20:00:00.000Z", 780 - "optional": false, 781 - "includedInPackagePrice": true 782 - } 851 + ], 852 + "description": "Teeeeest Teest" 853 + } 854 + ], 855 + "visas": [ 856 + { 857 + "prid": "00000000-0000-0000-0000-000000000000", 858 + "prName": "WITHOUT VISA", 859 + "prValue": 0.00000000, 860 + "sortingOrder": 4 783 783 }, 784 784 { 863 + "prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b", 864 + "prName": "TOURIST VISA", 865 + "prValue": 80.01000000, 866 + "sortingOrder": 2 867 + }, 868 + { 869 + "prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb", 870 + "prName": "SERVICE VISA", 871 + "prValue": 120.08000000, 872 + "sortingOrder": 3 873 + } 874 + ], 875 + "terminals": [ 876 + { 877 + "terminalCode": "DXB2", 878 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 879 + "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 880 + "terminalName": "DXB2", 881 + "countryCode": "AE" 882 + }, 883 + { 884 + "terminalCode": "DXB3", 885 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 886 + "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 887 + "terminalName": "DXB3", 888 + "countryCode": "AE" 889 + }, 890 + { 891 + "terminalCode": "ETD", 892 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 893 + "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 894 + "terminalName": "Etihad Main Office Dubai", 895 + "countryCode": "AE", 896 + "note": "Noor Islamic Bank MS" 897 + }, 898 + { 899 + "terminalCode": "XGD", 900 + "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 901 + "districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf", 902 + "terminalName": "Dnata - Clock Tower", 903 + "countryCode": "AE" 904 + }, 905 + { 906 + "terminalCode": "Etihad Bus Station", 907 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 908 + "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 909 + "terminalName": "Etihad Bus Station", 910 + "countryCode": "AE" 911 + }, 912 + { 913 + "terminalCode": "DXB1", 914 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 915 + "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 916 + "terminalName": "DXB1", 917 + "countryCode": "AE" 918 + }, 919 + { 920 + "terminalCode": "DWC", 921 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 922 + "districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444", 923 + "terminalName": "DWC", 924 + "countryCode": "AE", 925 + "note": "Al Maktoum intl. airport" 926 + }, 927 + { 928 + "terminalCode": "DXB", 929 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 930 + "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 931 + "terminalName": "DXB", 932 + "countryCode": "AE" 933 + }, 934 + { 935 + "terminalCode": "SHJ", 936 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 937 + "districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d", 938 + "terminalName": "SHJ", 939 + "countryCode": "AE" 940 + }, 941 + { 942 + "terminalCode": "AUH", 943 + "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 944 + "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 945 + "terminalName": "AUH", 946 + "countryCode": "AE" 947 + }, 948 + { 949 + "terminalCode": "QIW", 950 + "cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88", 951 + "districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94", 952 + "terminalName": "Um Al Quwain Terminal ", 953 + "countryCode": "AE" 954 + }, 955 + { 956 + "terminalCode": "AUH3", 957 + "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 958 + "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 959 + "terminalName": "AUH3", 960 + "countryCode": "AE" 961 + }, 962 + { 963 + "terminalCode": "QAJ", 964 + "cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d", 965 + "districtUID": "70e57708-9de2-4505-b550-f4627ae40877", 966 + "terminalName": "Ajman Terminal ", 967 + "countryCode": "AE" 968 + }, 969 + { 970 + "terminalCode": "RKT", 971 + "cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b", 972 + "districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42", 973 + "terminalName": "Ras Al Khaimah Terminal ", 974 + "countryCode": "AE" 975 + }, 976 + { 977 + "terminalCode": "FJR", 978 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 979 + "districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82", 980 + "terminalName": "Fujairah Terminal ", 981 + "countryCode": "AE" 982 + } 983 + ], 984 + "containsError": false, 985 + "refreshPriceResult": "Success", 986 + "reservationId": "3882a7ee-fec1-4bd3-9e73-ccc4613be36d", 987 + "reservationDetailsUnavailable": false, 988 + "error": false 989 +} 785 785 {{/code}} 786 786 787 787 ... ... @@ -788,7 +788,7 @@ 788 788 === Schema === 789 789 790 790 {{success}} 791 -C alcOnlyHotelPackageResponse{996 +CheckoutFormOut{ 792 792 793 793 |error|boolean 794 794 |errorCode|string ... ... @@ -797,128 +797,287 @@ 797 797 nullable: true 798 798 |userErrorDescription|string 799 799 nullable: true 800 -|package|OnlyHotelPackage{((( 801 -|id|string 802 -nullable: true 803 803 |priceCurrency|string 804 804 nullable: true 805 805 |totalPrice|number($double) 806 806 |agentCommissionPercent|number($double) 807 807 |agentCommissionAmount|number($double) 808 -|hotel|PackageHotel{((( 1010 +|requiredCitizenIdentifiers|[ 1011 +nullable: trueCitizenIdentifier{((( 1012 +|countryCode|string 1013 +nullable: true 1014 +|identifierType|IdentifierTypeEnumstringEnum: 1015 +[ TIN, FIN ] 1016 + 1017 +}] 1018 +))) 1019 +|hotels|[ 1020 +nullable: trueCheckoutHotelOut{((( 809 809 |hotelPriceId|string 810 810 nullable: true 811 -|providerId|integer($int32) 812 -|hotelName|string 1023 +|touristIds|[ 1024 +nullable: truestring($uuid)] 1025 +|errorCode|string 813 813 nullable: true 814 -| hotelCode|string1027 +|errorMessage|string 815 815 nullable: true 816 -|nigths|integer($int32) 817 -|mealPlan|string 1029 +|description|string 818 818 nullable: true 819 -|hotelClass|string 1031 + 1032 +}] 1033 +))) 1034 +|tourists|[ 1035 +nullable: trueCheckoutTouristOut{((( 1036 +|id|string($uuid) 1037 +|age|integer($int32) 820 820 nullable: true 821 -|availabilityType|RoomAvailabilityTypeEnumstringEnum: 822 -[ OnRequest, FreeSale, StopSale ] 823 -|availableRoomsCount|integer($int32) 824 -|fewRooms|boolean 825 -|roomCategoryCode|string 1039 +|isAdult|boolean 1040 +|flightIds|[ 1041 +nullable: truestring] 1042 +|flights|[ 1043 +nullable: trueCheckoutFlightOut{((( 1044 +|flightId|string 826 826 nullable: true 827 -| roomCategoryName|string1046 +|note|string 828 828 nullable: true 829 -|placementTypeName|string 1048 + 1049 +}] 1050 +))) 1051 +|arrivalFlightInfo|ManualFlightInfo{((( 1052 +|flightNumber|string 830 830 nullable: true 831 -| placementDescription|string1054 +|terminalCode|string 832 832 nullable: true 833 -|checkInDate|string($date-time) 834 -|checkOutDate|string($date-time) 835 -|adults|integer($int32) 836 -|children|integer($int32) 837 -|districtUID|string($uuid) 1056 +|date|string($date-time) 838 838 nullable: true 839 -| districtName|string1058 +|time|string 840 840 nullable: true 841 -|cityUID|string($uuid) 1060 + 1061 +} 1062 +))) 1063 +|departureFlightInfo|ManualFlightInfo{((( 1064 +|flightNumber|string 842 842 nullable: true 843 -| cityName|string1066 +|terminalCode|string 844 844 nullable: true 845 -| countryCode|string1068 +|date|string($date-time) 846 846 nullable: true 847 -| countryName|string1070 +|time|string 848 848 nullable: true 849 -|hasAlcohol|boolean 850 -|hasFreeWifi|boolean 851 -|hasMetro|boolean 852 -|hasPool|boolean 853 -|hasMall|boolean 854 -|cancellationPolicyDescription|string 1072 + 1073 +} 1074 +))) 1075 +|insurancePrice|InsurancePriceForTourist{((( 1076 +|insuranceId|string($uuid) 1077 +|insuranceServiceId|string($uuid) 1078 +|insurancePriceId|string($uuid) 1079 +|touristId|string($uuid) 1080 +|insuranceName|string 855 855 nullable: true 856 -|cancellationPolicy|CancellationPolicyExchange{((( 857 -|cancellationPolicyCode|string 1082 +|insuranceDescription|string 858 858 nullable: true 859 -| noShowChargeValue|number($double)1084 +|contragentName|string 860 860 nullable: true 861 -| noShowChargeValueType|string1086 +|contragentFullName|string 862 862 nullable: true 863 -|earlyDepartureChargeValue|number($double) 1088 +|actualStartDate|string($date-time) 1089 +|actualEndDate|string($date-time) 1090 +|costCurrencyCode|string 864 864 nullable: true 865 -|earlyDepartureChargeValueType|string 1092 +|costAmount|number($double) 1093 +|priceCurrencyCode|string 866 866 nullable: true 867 -|conditions|[ 868 -nullable: trueCancellationPolicyConditionExchange{((( 869 -|timeunits|integer($int32) 870 -|timeunitType|string 1095 +|priceAmount|number($double) 1096 +|coverageCurrencyCode|string 871 871 nullable: true 872 -|timeOffsetTypeName|string 1098 +|coverageAmount|number($double) 1099 + 1100 +} 1101 +))) 1102 +|selectedVisaId|string 873 873 nullable: true 874 -|chargeValue|number($double) 1104 +|transfers|[ 1105 +nullable: trueCheckoutTransferOut{((( 1106 +|id|string 875 875 nullable: true 876 -|chargeValueType|string 1108 +|type|CheckoutTransferTypeEnumstringEnum: 1109 +[ Arrival, Departure, HotelToHotel ] 1110 +|flightId|string 877 877 nullable: true 1112 +|flightInfo|ManualFlightInfo{((( 1113 +|flightNumber|string 1114 +nullable: true 1115 +|terminalCode|string 1116 +nullable: true 1117 +|date|string($date-time) 1118 +nullable: true 1119 +|time|string 1120 +nullable: true 878 878 879 -}] 880 -))) 881 - 882 882 } 883 883 ))) 884 - 885 -} 886 -))) 887 -|extraServices|[ 888 -nullable: trueHotelExtraServiceBase{((( 889 -|extraServiceCode|string 1124 +|checkInHotelId|string 890 890 nullable: true 891 -| extraServiceTypeCode|string1126 +|checkOutHotelId|string 892 892 nullable: true 893 -|isMandatory|integer($int32) 894 -|extraServiceName|string 1128 +|selectedTransferPriceId|string 895 895 nullable: true 896 -|minimalServiceAmount|number($double) 897 -|includedPriceCode|string 1130 +|transferPrices|[ 1131 +nullable: trueCheckoutTransferPrice{((( 1132 +|id|string 898 898 nullable: true 899 -|prices|[ 900 -nullable: trueHotelExtraServicePriceBase{((( 901 -|extraServicePriceCode|string 1134 +|name|string 902 902 nullable: true 903 -|displayName|string 1136 +|adultPlaces|integer($int32) 1137 +|childPlaces|integer($int32) 1138 +|perPersonPrice|boolean 1139 +|adultPrice|number($double) 1140 +|childPrice|number($double) 1141 + 1142 +}] 1143 +))) 1144 + 1145 +}] 1146 +))) 1147 +|errorCode|string 904 904 nullable: true 905 -| restrictionInfo|string1149 +|errorMessage|string 906 906 nullable: true 907 -| additionalInfo|string1151 +|description|string 908 908 nullable: true 909 -|price|number($double) 910 -|extraPrice|number($double) 911 -|currency|string 912 -nullable: true 913 913 914 914 }] 915 915 ))) 1156 +|visas|[ 1157 +nullable: trueServicePrice{((( 1158 +|prid|string($uuid) 1159 +|prName|string 1160 +nullable: true 1161 +|prValue|number($double) 1162 +|sortingOrder|integer($int32) 916 916 917 917 }] 918 918 ))) 1166 +|terminals|[ 1167 +nullable: trueTerminal{((( 1168 +|terminalCode|string 1169 +nullable: true 1170 +|cityUID|string($uuid) 1171 +nullable: true 1172 +|districtUID|string($uuid) 1173 +nullable: true 1174 +|terminalName|string 1175 +nullable: true 1176 +|countryCode|string 1177 +nullable: true 1178 +|note|string 1179 +nullable: true 919 919 920 -} 1181 +}] 921 921 ))) 1183 +|containsError|boolean 1184 +|refreshPriceResult|RefreshPriceResultEnumstringEnum: 1185 +[ Success, HotelPriceNoMoreAvailable, FlightPriceNoMoreAvailable ] 1186 +|reservationId|string($uuid) 1187 +|reservationDetailsUnavailable|boolean 922 922 923 923 } 924 924 {{/success}} 1191 + 1192 + 1193 + 1194 +== Description == 1195 + 1196 + 1197 +=== Request === 1198 + 1199 +(% class="table-bordered" %) 1200 +|=Field Path|=Data Type|=Description 1201 +|calcTourPackageRequests[*].refreshPrices|Boolean|Indicates whether to refresh the prices for the tour package. 1202 +|calcTourPackageRequests[*].packageId|String|Unique identifier for the tour package. 1203 +|calcTourPackageRequests[*].flightPassengers[*].id|String|Unique identifier for a flight passenger within the package. 1204 +|calcTourPackageRequests[*].flightPassengers[*].selectedForwardBaggageCode|String|Code indicating the baggage option selected for the forward journey. 1205 +|calcTourPackageRequests[*].flightPassengers[*].selectedBackwardBaggageCode|String|Code indicating the baggage option selected for the return journey. 1206 +|calcTourPackageRequests[*].extraServicePriceCodes|Array|An array of codes for extra services priced within the package. 1207 +|calcTourPackageRequests[*].includeInsurance|Boolean|Indicates if insurance is included in the tour package. 1208 +|calcOnlyHotelPackageRequests|Array|Details about hotel-only package requests, if applicable. 1209 +|calcOnlyAviaPackageRequests|Array|Details about avia-only package requests, if applicable. 1210 +|hotels[*].note|String|Additional notes regarding the hotel booking. 1211 +|hotels[*].agentConfirmationNumber|String|Confirmation number provided by the agent for the hotel booking. 1212 +|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1213 +|hotels[*].touristIds[*]|String|List of IDs for tourists staying at the hotel. 1214 +|tourists[*].id|String|Unique identifier for the tourist. 1215 +|tourists[*].isMale|Boolean|Indicates if the tourist is male. 1216 +|tourists[*].firstName|String|First name of the tourist. 1217 +|tourists[*].lastName|String|Last name of the tourist. 1218 +|tourists[*].birthDate|String|Birth date of the tourist. 1219 +|tourists[*].citizenship|String|Citizenship of the tourist. 1220 +|tourists[*].passportNumber|String|Passport number of the tourist. 1221 +|tourists[*].passportIssue|String|Issue date of the tourist's passport. 1222 +|tourists[*].passportExpiry|String|Expiry date of the tourist's passport. 1223 +|tourists[*].tin|String|Tax identification number of the tourist, if applicable. 1224 +|tourists[*].selectedVisaId|String|ID of the selected visa option for the tourist. 1225 +|tourists[*].flights[*].flightId|String|Identifier for flights associated with the tourist. 1226 +|tourists[*].flights[*].note|String|Additional notes or details about the flight. 1227 +|tourists[*].flightIds[*]|String|Array of flight IDs associated with the tourist. 1228 +|tourists[*].insurancePrice.insuranceId|String|Identifier for the insurance plan selected for the tourist. 1229 +|...|...|Additional fields for insurancePrice as detailed in previous responses. 1230 +|tourists[*].departureFlightInfo.date|String|Departure date for the tourist's flight, if applicable. 1231 +|tourists[*].departureFlightInfo.time|String|Departure time for the tourist's flight, if applicable. 1232 +|tourists[*].departureFlightInfo.flightNumber|String|Flight number for the tourist's departure flight, if applicable. 1233 +|tourists[*].departureFlightInfo.terminalCode|String|Terminal code for the tourist's departure flight, if applicable. 1234 +|tourists[*].arrivalFlightInfo.date|String|Arrival date for the tourist's flight, if applicable. 1235 +|tourists[*].arrivalFlightInfo.time|String|Arrival time for the tourist's flight, if applicable. 1236 +|tourists[*].arrivalFlightInfo.flightNumber|String|Flight number for the tourist's arrival flight, if applicable. 1237 +|tourists[*].arrivalFlightInfo.terminalCode|String|Terminal code for the tourist's arrival flight, if applicable. 1238 +|tourists[*].transfers[*].id|String|Unique identifier for a transfer service associated with the tourist. 1239 +|tourists[*].transfers[*].selectedTransferPriceId|String|ID of the selected pricing option for the transfer. 1240 +|note|String|General note regarding the reservation, intended for testing or additional information. 1241 +|contactPhone|String|Contact phone number associated with the reservation. 1242 +|reservationId|String|Unique identifier for the entire reservation. 1243 + 1244 +=== Response === 1245 + 1246 +(% class="table-bordered" %) 1247 +|=Field Path|=Data Type|=Description 1248 +|priceCurrency|String|Currency code (ISO 4217) for all transactional amounts mentioned in the response. 1249 +|totalPrice|Number|Total price of the reservation. 1250 +|agentCommissionPercent|Number|The percentage of the total price allocated as commission for the agent. 1251 +|agentCommissionAmount|Number|The total commission amount in priceCurrency. 1252 +|requiredCitizenIdentifiers[*].countryCode|String|The ISO 3166-1 alpha-2 country code for which an identifier is required. 1253 +|requiredCitizenIdentifiers[*].identifierType|String|Type of identifier required (e.g., "TIN", "FIN"). 1254 +|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1255 +|hotels[*].touristIds[*]|Array|List of tourist IDs that are booked in this hotel. 1256 +|hotels[*].description|String|Description of the hotel booking. 1257 +|tourists[*].id|String|Unique identifier for a tourist. 1258 +|tourists[*].age|Number|Age of the tourist. 1259 +|tourists[*].isAdult|Boolean|Indicates whether the tourist is an adult. 1260 +|tourists[*].flightIds[*]|Array|List of flight IDs associated with the tourist. 1261 +|tourists[*].flights[*].flightId|String|Unique identifier for the flight. 1262 +|tourists[*].flights[*].note|String|Notes or additional information about the flight. 1263 +|tourists[*].insurancePrice.*|Various|Detailed information about the insurance price, including ID, name, coverage, and cost details. 1264 +|tourists[*].selectedVisaId|String|Identifier for the selected visa option for the tourist. 1265 +|tourists[*].transfers[*].id|String|Unique identifier for the transfer. 1266 +|tourists[*].transfers[*].type|String|Type of transfer (e.g., "Arrival", "Departure"). 1267 +|tourists[*].transfers[*].flightId|String|The flight ID associated with the transfer. 1268 +|tourists[*].transfers[*].checkInHotelId|String|Hotel ID for check-in associated with the transfer. 1269 +|tourists[*].transfers[*].checkOutHotelId|String|Hotel ID for check-out associated with the transfer. 1270 +|tourists[*].transfers[*].selectedTransferPriceId|String|The ID of the selected pricing option for the transfer. 1271 +|tourists[*].transfers[*].transferPrices[*].*|Various|Detailed information about each transfer price option, including ID, name, and cost details. 1272 +|visas[*].prid|String|Unique identifier for a visa option. 1273 +|visas[*].prName|String|Name of the visa option. 1274 +|visas[*].prValue|Number|The cost associated with this visa option. 1275 +|visas[*].sortingOrder|Number|Sorting order for the visa options. 1276 +|terminals[*].terminalCode|String|Code representing the terminal. 1277 +|terminals[*].cityUID|String|Unique identifier for the city where the terminal is located. 1278 +|terminals[*].districtUID|String|Unique identifier for the district of the terminal. 1279 +|terminals[*].terminalName|String|Name of the terminal. 1280 +|terminals[*].countryCode|String|The ISO 3166-1 alpha-2 country code for the terminal's country. 1281 +|terminals[*].note|String|Additional notes or information about the terminal. 1282 +|containsError|Boolean|Indicates if the response contains any errors. 1283 +|refreshPriceResult|String|The result of attempting to refresh the price (e.g., "Success"). 1284 +|reservationId|String|Unique identifier for the reservation. 1285 +|reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable. 1286 +|error|Boolean|A generic error indicator, presumably redundant with containsError. 1287 + 1288 +