Changes for page 3. CalcPackage
Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03
From version 2.1
edited by Giorgi Mdivnishvili
on 2023/12/18 18:09
on 2023/12/18 18:09
Change comment:
There is no comment for this version
To version 11.1
edited by Giorgi Mdivnishvili
on 2024/01/09 13:01
on 2024/01/09 13:01
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 -CalcPackage 1 +3. CalcPackage - Content
-
... ... @@ -6,13 +6,12 @@ 6 6 7 7 = Method Description = 8 8 9 -Th einitialmethodoftheintegrationprocess isauthorization.Youwillbeprovidedwithatestuser username andpasswordtogeneratetheaccesstoken that you willneedtopassin allthefollowingmethods.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 11 - 12 12 == Endpoint URL - [POST] == 13 13 14 14 {{info}} 15 -[[https:~~/~~/ online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage>>https://online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage]]14 +[[https:~~/~~/integration.kazunion.com/api/TourPackages/CalcPackage>>https://integration.kazunion.com/api/TourPackages/CalcPackage]] 16 16 {{/info}} 17 17 18 18 ... ... @@ -27,22 +27,45 @@ 27 27 == Request Body == 28 28 29 29 {{code language="Json"}} 30 - none{29 +{ 31 31 "packageId": "string", 32 32 "extraServicePriceCodes": [ 33 33 "string" 34 - ] 33 + ], 34 + "flightPassengers": [ 35 + { 36 + "id": "string", 37 + "selectedForwardBaggageCode": "string", 38 + "selectedBackwardBaggageCode": "string" 39 + } 40 + ], 41 + "includeInsurance": true, 42 + "refreshPrices": true 35 35 } 36 36 {{/code}} 37 37 38 -== (% id="cke_bm_10575S" style="display:none" %) (%%)Request Body example == 46 +(% class="wikigeneratedid" id="HRequestBodyexample" %) 47 +(% id="cke_bm_10575S" style="display:none" %) 39 39 49 + 50 + 51 +== Request Body example == 52 + 40 40 {{code language="Json"}} 41 41 { 42 - "packageId": " onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",55 + "packageId": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 43 43 "extraServicePriceCodes": [ 44 44 45 - ] 58 + ], 59 + "flightPassengers": [ 60 + { 61 + "id": "42779531011000004-A1", 62 + "selectedForwardBaggageCode": "", 63 + "selectedBackwardBaggageCode": "" 64 + } 65 + ], 66 + "includeInsurance": true, 67 + "refreshPrices": true 46 46 } 47 47 {{/code}} 48 48 ... ... @@ -56,11 +56,14 @@ 56 56 "errorDescription": "string", 57 57 "userErrorDescription": "string", 58 58 "package": { 81 + "cacheKey": "string", 59 59 "id": "string", 60 60 "priceCurrency": "string", 61 61 "totalPrice": 0, 62 62 "agentCommissionPercent": 0, 63 63 "agentCommissionAmount": 0, 87 + "includedExtrasAmount": 0, 88 + "priceDifference": 0, 64 64 "hotel": { 65 65 "hotelPriceId": "string", 66 66 "providerId": 0, ... ... @@ -76,8 +76,8 @@ 76 76 "roomCategoryName": "string", 77 77 "placementTypeName": "string", 78 78 "placementDescription": "string", 79 - "checkInDate": "2023-12- 14T08:49:36.703Z",80 - "checkOutDate": "2023-12- 14T08:49:36.703Z",104 + "checkInDate": "2023-12-26T12:55:59.433Z", 105 + "checkOutDate": "2023-12-26T12:55:59.433Z", 81 81 "adults": 0, 82 82 "children": 0, 83 83 "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", ... ... @@ -109,6 +109,90 @@ 109 109 ] 110 110 } 111 111 }, 137 + "flight": { 138 + "id": "string", 139 + "departureDate": "2023-12-26T12:55:59.433Z", 140 + "returnDate": "2023-12-26T12:55:59.433Z", 141 + "departureTicketsLeft": 0, 142 + "returnTicketsLeft": 0, 143 + "departureAvailabilityType": "OnRequest", 144 + "returnAvailabilityType": "OnRequest", 145 + "isTwoWay": true, 146 + "sameBaggageForAll": true, 147 + "totalBaggage": true, 148 + "departureSegments": [ 149 + { 150 + "airlineCode": "string", 151 + "airlineName": "string", 152 + "flightCode": "string", 153 + "class": "string", 154 + "lugageWeight": 0, 155 + "handLugageWeight": 0, 156 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 157 + "departureCountryName": "string", 158 + "departureCityName": "string", 159 + "departureAirportCode": "string", 160 + "departureAirportName": "string", 161 + "departureTerminalCode": "string", 162 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 163 + "arrivalCountryName": "string", 164 + "arrivalCityName": "string", 165 + "arrivalAirportCode": "string", 166 + "arrivalAirportName": "string", 167 + "arrivalTerminalCode": "string", 168 + "flightDuration": "string" 169 + } 170 + ], 171 + "returnSegments": [ 172 + { 173 + "airlineCode": "string", 174 + "airlineName": "string", 175 + "flightCode": "string", 176 + "class": "string", 177 + "lugageWeight": 0, 178 + "handLugageWeight": 0, 179 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 180 + "departureCountryName": "string", 181 + "departureCityName": "string", 182 + "departureAirportCode": "string", 183 + "departureAirportName": "string", 184 + "departureTerminalCode": "string", 185 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 186 + "arrivalCountryName": "string", 187 + "arrivalCityName": "string", 188 + "arrivalAirportCode": "string", 189 + "arrivalAirportName": "string", 190 + "arrivalTerminalCode": "string", 191 + "flightDuration": "string" 192 + } 193 + ], 194 + "passengers": [ 195 + { 196 + "id": "string", 197 + "isAdult": true, 198 + "selectedForwardBaggageCode": "string", 199 + "selectedBackwardBaggageCode": "string", 200 + "forwardBaggages": [ 201 + { 202 + "baggageCode": "string", 203 + "description": "string", 204 + "price": 0, 205 + "currency": "string", 206 + "included": true 207 + } 208 + ], 209 + "backwardBaggages": [ 210 + { 211 + "baggageCode": "string", 212 + "description": "string", 213 + "price": 0, 214 + "currency": "string", 215 + "included": true 216 + } 217 + ] 218 + } 219 + ] 220 + }, 112 112 "extraServices": [ 113 113 { 114 114 "extraServiceCode": "string", ... ... @@ -129,8 +129,192 @@ 129 129 } 130 130 ] 131 131 } 132 - ] 133 - } 241 + ], 242 + "insurancePrice": { 243 + "name": "string", 244 + "price": 0, 245 + "priceSurcarge": 0, 246 + "actualStartDate": "2023-12-26T12:55:59.433Z", 247 + "actualEndDate": "2023-12-26T12:55:59.433Z", 248 + "optional": true, 249 + "includedInPackagePrice": true 250 + } 251 + }, 252 + "altPackages": [ 253 + { 254 + "cacheKey": "string", 255 + "id": "string", 256 + "priceCurrency": "string", 257 + "totalPrice": 0, 258 + "agentCommissionPercent": 0, 259 + "agentCommissionAmount": 0, 260 + "includedExtrasAmount": 0, 261 + "priceDifference": 0, 262 + "hotel": { 263 + "hotelPriceId": "string", 264 + "providerId": 0, 265 + "hotelName": "string", 266 + "hotelCode": "string", 267 + "nigths": 0, 268 + "mealPlan": "string", 269 + "hotelClass": "string", 270 + "availabilityType": "OnRequest", 271 + "availableRoomsCount": 0, 272 + "fewRooms": true, 273 + "roomCategoryCode": "string", 274 + "roomCategoryName": "string", 275 + "placementTypeName": "string", 276 + "placementDescription": "string", 277 + "checkInDate": "2023-12-26T12:55:59.433Z", 278 + "checkOutDate": "2023-12-26T12:55:59.433Z", 279 + "adults": 0, 280 + "children": 0, 281 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 282 + "districtName": "string", 283 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 284 + "cityName": "string", 285 + "countryCode": "string", 286 + "countryName": "string", 287 + "hasAlcohol": true, 288 + "hasFreeWifi": true, 289 + "hasMetro": true, 290 + "hasPool": true, 291 + "hasMall": true, 292 + "cancellationPolicyDescription": "string", 293 + "cancellationPolicy": { 294 + "cancellationPolicyCode": "string", 295 + "noShowChargeValue": 0, 296 + "noShowChargeValueType": "string", 297 + "earlyDepartureChargeValue": 0, 298 + "earlyDepartureChargeValueType": "string", 299 + "conditions": [ 300 + { 301 + "timeunits": 0, 302 + "timeunitType": "string", 303 + "timeOffsetTypeName": "string", 304 + "chargeValue": 0, 305 + "chargeValueType": "string" 306 + } 307 + ] 308 + } 309 + }, 310 + "flight": { 311 + "id": "string", 312 + "departureDate": "2023-12-26T12:55:59.433Z", 313 + "returnDate": "2023-12-26T12:55:59.433Z", 314 + "departureTicketsLeft": 0, 315 + "returnTicketsLeft": 0, 316 + "departureAvailabilityType": "OnRequest", 317 + "returnAvailabilityType": "OnRequest", 318 + "isTwoWay": true, 319 + "sameBaggageForAll": true, 320 + "totalBaggage": true, 321 + "departureSegments": [ 322 + { 323 + "airlineCode": "string", 324 + "airlineName": "string", 325 + "flightCode": "string", 326 + "class": "string", 327 + "lugageWeight": 0, 328 + "handLugageWeight": 0, 329 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 330 + "departureCountryName": "string", 331 + "departureCityName": "string", 332 + "departureAirportCode": "string", 333 + "departureAirportName": "string", 334 + "departureTerminalCode": "string", 335 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 336 + "arrivalCountryName": "string", 337 + "arrivalCityName": "string", 338 + "arrivalAirportCode": "string", 339 + "arrivalAirportName": "string", 340 + "arrivalTerminalCode": "string", 341 + "flightDuration": "string" 342 + } 343 + ], 344 + "returnSegments": [ 345 + { 346 + "airlineCode": "string", 347 + "airlineName": "string", 348 + "flightCode": "string", 349 + "class": "string", 350 + "lugageWeight": 0, 351 + "handLugageWeight": 0, 352 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 353 + "departureCountryName": "string", 354 + "departureCityName": "string", 355 + "departureAirportCode": "string", 356 + "departureAirportName": "string", 357 + "departureTerminalCode": "string", 358 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 359 + "arrivalCountryName": "string", 360 + "arrivalCityName": "string", 361 + "arrivalAirportCode": "string", 362 + "arrivalAirportName": "string", 363 + "arrivalTerminalCode": "string", 364 + "flightDuration": "string" 365 + } 366 + ], 367 + "passengers": [ 368 + { 369 + "id": "string", 370 + "isAdult": true, 371 + "selectedForwardBaggageCode": "string", 372 + "selectedBackwardBaggageCode": "string", 373 + "forwardBaggages": [ 374 + { 375 + "baggageCode": "string", 376 + "description": "string", 377 + "price": 0, 378 + "currency": "string", 379 + "included": true 380 + } 381 + ], 382 + "backwardBaggages": [ 383 + { 384 + "baggageCode": "string", 385 + "description": "string", 386 + "price": 0, 387 + "currency": "string", 388 + "included": true 389 + } 390 + ] 391 + } 392 + ] 393 + }, 394 + "extraServices": [ 395 + { 396 + "extraServiceCode": "string", 397 + "extraServiceTypeCode": "string", 398 + "isMandatory": 0, 399 + "extraServiceName": "string", 400 + "minimalServiceAmount": 0, 401 + "includedPriceCode": "string", 402 + "prices": [ 403 + { 404 + "extraServicePriceCode": "string", 405 + "displayName": "string", 406 + "restrictionInfo": "string", 407 + "additionalInfo": "string", 408 + "price": 0, 409 + "extraPrice": 0, 410 + "currency": "string" 411 + } 412 + ] 413 + } 414 + ], 415 + "insurancePrice": { 416 + "name": "string", 417 + "price": 0, 418 + "priceSurcarge": 0, 419 + "actualStartDate": "2023-12-26T12:55:59.433Z", 420 + "actualEndDate": "2023-12-26T12:55:59.433Z", 421 + "optional": true, 422 + "includedInPackagePrice": true 423 + } 424 + } 425 + ], 426 + "refreshPriceResult": "Success" 134 134 } 135 135 {{/code}} 136 136 ... ... @@ -140,27 +140,29 @@ 140 140 {{code language="Json"}} 141 141 { 142 142 "package": { 143 - "id": " onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",436 + "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 144 144 "priceCurrency": "USD", 145 - "totalPrice": 3 81.70,438 + "totalPrice": 937.16, 146 146 "agentCommissionPercent": 0.00, 147 147 "agentCommissionAmount": 0.00, 441 + "includedExtrasAmount": 0, 442 + "priceDifference": 0, 148 148 "hotel": { 149 - "hotelPriceId": " 504f63ca-6dd5-4d84-8245-cf7e77ccff73",444 + "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 150 150 "providerId": 13, 151 - "hotelName": " GoldenTulipAlBarsha Hotel",152 - "hotelCode": " ed0820c5-29b0-4e1b-8bcf-9f3c181e7961",153 - "nigths": 4,154 - "mealPlan": " RO",446 + "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 447 + "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 448 + "nigths": 2, 449 + "mealPlan": "BB", 155 155 "hotelClass": "4", 156 - "availabilityType": " FreeSale",451 + "availabilityType": "StopSale", 157 157 "availableRoomsCount": 0, 158 158 "fewRooms": true, 159 - "roomCategoryCode": "e 63ea5ac-4883-4059-bb0a-795a534bbbfb",160 - "roomCategoryName": " SuperiorTwin",161 - "placementTypeName": "SNGL + CHILD( 6-11.99)sharing",162 - "checkInDate": "2024-02-1 7T08:00:00.000Z",163 - "checkOutDate": "2024-02- 21T08:00:00.000Z",454 + "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 455 + "roomCategoryName": "1 B/R Apartment City View", 456 + "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 457 + "checkInDate": "2024-02-15T20:00:00.000Z", 458 + "checkOutDate": "2024-02-17T20:00:00.000Z", 164 164 "adults": 1, 165 165 "children": 1, 166 166 "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", ... ... @@ -169,12 +169,12 @@ 169 169 "cityName": "Dubai", 170 170 "countryCode": "AE", 171 171 "countryName": "United Arab Emirates", 172 - "hasAlcohol": true,467 + "hasAlcohol": false, 173 173 "hasFreeWifi": true, 174 - "hasMetro": false,469 + "hasMetro": true, 175 175 "hasPool": true, 176 176 "hasMall": false, 177 - "cancellationPolicyDescription": "Cancellation Policy: 15 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",472 + "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 178 178 "cancellationPolicy": { 179 179 "noShowChargeValue": 100.00, 180 180 "noShowChargeValueType": "%", ... ... @@ -182,7 +182,7 @@ 182 182 "earlyDepartureChargeValueType": "%", 183 183 "conditions": [ 184 184 { 185 - "timeunits": 15,480 + "timeunits": 5, 186 186 "timeunitType": "Day", 187 187 "timeOffsetTypeName": "Before Arrival", 188 188 "chargeValue": 100.00, ... ... @@ -191,10 +191,292 @@ 191 191 ] 192 192 } 193 193 }, 194 - "extraServices": [] 489 + "flight": { 490 + "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57", 491 + "departureDate": "2024-02-15T20:00:00.000Z", 492 + "returnDate": "2024-02-17T20:00:00.000Z", 493 + "departureTicketsLeft": 7, 494 + "returnTicketsLeft": 7, 495 + "departureAvailabilityType": "FewPlaces", 496 + "returnAvailabilityType": "FewPlaces", 497 + "isTwoWay": true, 498 + "sameBaggageForAll": false, 499 + "totalBaggage": true, 500 + "departureSegments": [ 501 + { 502 + "airlineCode": "KC", 503 + "airlineName": "Air Astana-", 504 + "flightCode": "KC899", 505 + "class": "econom", 506 + "lugageWeight": 20, 507 + "handLugageWeight": 6, 508 + "departureFlightDate": "2024-02-15T20:00:00.000Z", 509 + "departureCountryName": "Kazakhstan", 510 + "departureCityName": "Almaty", 511 + "departureAirportCode": "ALA", 512 + "departureAirportName": "Almaty Intl Airport", 513 + "departureTerminalCode": "ALA", 514 + "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 515 + "arrivalCountryName": "United Arab Emirates", 516 + "arrivalCityName": "Dubai", 517 + "arrivalAirportCode": "DXB", 518 + "arrivalAirportName": "Dubai Intl Airport", 519 + "arrivalTerminalCode": "DXB1", 520 + "flightDuration": "0h 50m" 521 + } 522 + ], 523 + "returnSegments": [ 524 + { 525 + "airlineCode": "KC", 526 + "airlineName": "Air Astana-", 527 + "flightCode": "KC900", 528 + "class": "econom", 529 + "lugageWeight": 20, 530 + "handLugageWeight": 6, 531 + "departureFlightDate": "2024-02-17T20:00:00.000Z", 532 + "departureCountryName": "United Arab Emirates", 533 + "departureCityName": "Dubai", 534 + "departureAirportCode": "DXB", 535 + "departureAirportName": "Dubai Intl Airport", 536 + "departureTerminalCode": "DXB1", 537 + "arrivalFlightDate": "2024-02-17T20:00:00.000Z", 538 + "arrivalCountryName": "Kazakhstan", 539 + "arrivalCityName": "Almaty", 540 + "arrivalAirportCode": "ALA", 541 + "arrivalAirportName": "Almaty Intl Airport", 542 + "arrivalTerminalCode": "ALA", 543 + "flightDuration": "8h 15m" 544 + } 545 + ], 546 + "passengers": [ 547 + { 548 + "id": "42779531011000004-A1", 549 + "isAdult": true, 550 + "forwardBaggages": [ 551 + { 552 + "baggageCode": "TOTAL_BAGGAGE", 553 + "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 554 + "price": 45.00, 555 + "currency": "USD", 556 + "included": false 557 + } 558 + ], 559 + "backwardBaggages": [ 560 + { 561 + "baggageCode": "INCLUDED_IN_FORWARD", 562 + "price": 0, 563 + "included": false 564 + } 565 + ] 566 + }, 567 + { 568 + "id": "42779531011000004-C1", 569 + "isAdult": false, 570 + "forwardBaggages": [ 571 + { 572 + "baggageCode": "TOTAL_BAGGAGE", 573 + "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 574 + "price": 45.00, 575 + "currency": "USD", 576 + "included": false 577 + } 578 + ], 579 + "backwardBaggages": [ 580 + { 581 + "baggageCode": "INCLUDED_IN_FORWARD", 582 + "price": 0, 583 + "included": false 584 + } 585 + ] 586 + } 587 + ] 588 + }, 589 + "extraServices": [], 590 + "insurancePrice": { 591 + "name": "Medical INS (N10000)", 592 + "price": 13.44, 593 + "priceSurcarge": 0.00, 594 + "actualStartDate": "2024-02-15T20:00:00.000Z", 595 + "actualEndDate": "2024-02-17T20:00:00.000Z", 596 + "optional": false, 597 + "includedInPackagePrice": true 598 + } 195 195 }, 196 - "error": false 197 -} 600 + "altPackages": [ 601 + { 602 + "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8", 603 + "priceCurrency": "USD", 604 + "totalPrice": 968.40, 605 + "agentCommissionPercent": 0.00, 606 + "agentCommissionAmount": 0.00, 607 + "includedExtrasAmount": 0, 608 + "priceDifference": 31.24, 609 + "hotel": { 610 + "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 611 + "providerId": 13, 612 + "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 613 + "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 614 + "nigths": 2, 615 + "mealPlan": "BB", 616 + "hotelClass": "4", 617 + "availabilityType": "StopSale", 618 + "availableRoomsCount": 0, 619 + "fewRooms": true, 620 + "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 621 + "roomCategoryName": "1 B/R Apartment City View", 622 + "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 623 + "checkInDate": "2024-02-15T20:00:00.000Z", 624 + "checkOutDate": "2024-02-17T20:00:00.000Z", 625 + "adults": 1, 626 + "children": 1, 627 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 628 + "districtName": "Al Barsha", 629 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 630 + "cityName": "Dubai", 631 + "countryCode": "AE", 632 + "countryName": "United Arab Emirates", 633 + "hasAlcohol": false, 634 + "hasFreeWifi": true, 635 + "hasMetro": true, 636 + "hasPool": true, 637 + "hasMall": false, 638 + "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 639 + "cancellationPolicy": { 640 + "noShowChargeValue": 100.00, 641 + "noShowChargeValueType": "%", 642 + "earlyDepartureChargeValue": 100.00, 643 + "earlyDepartureChargeValueType": "%", 644 + "conditions": [ 645 + { 646 + "timeunits": 5, 647 + "timeunitType": "Day", 648 + "timeOffsetTypeName": "Before Arrival", 649 + "chargeValue": 100.00, 650 + "chargeValueType": "%" 651 + } 652 + ] 653 + } 654 + }, 655 + "flight": { 656 + "id": "63d79c94-1e19-443f-8a17-50e59e633ea8", 657 + "departureDate": "2024-02-15T20:00:00.000Z", 658 + "returnDate": "2024-02-17T20:00:00.000Z", 659 + "departureTicketsLeft": 50, 660 + "returnTicketsLeft": 50, 661 + "departureAvailabilityType": "FewPlaces", 662 + "returnAvailabilityType": "FewPlaces", 663 + "isTwoWay": true, 664 + "sameBaggageForAll": false, 665 + "totalBaggage": false, 666 + "departureSegments": [ 667 + { 668 + "airlineCode": "FZ", 669 + "airlineName": "Fly Dubai.", 670 + "flightCode": "FZ1722", 671 + "class": "econom", 672 + "lugageWeight": 20, 673 + "handLugageWeight": 6, 674 + "departureFlightDate": "2024-02-15T20:00:00.000Z", 675 + "departureCountryName": "Kazakhstan", 676 + "departureCityName": "Almaty", 677 + "departureAirportCode": "ALA", 678 + "departureAirportName": "Almaty Intl Airport", 679 + "departureTerminalCode": "ALA", 680 + "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 681 + "arrivalCountryName": "United Arab Emirates", 682 + "arrivalCityName": "Dubai", 683 + "arrivalAirportCode": "DXB", 684 + "arrivalAirportName": "Dubai Intl Airport", 685 + "arrivalTerminalCode": "DXB3", 686 + "flightDuration": "0h 55m" 687 + } 688 + ], 689 + "returnSegments": [ 690 + { 691 + "airlineCode": "FZ", 692 + "airlineName": "Fly Dubai.", 693 + "flightCode": "FZ1721", 694 + "class": "econom", 695 + "lugageWeight": 20, 696 + "handLugageWeight": 6, 697 + "departureFlightDate": "2024-02-17T20:00:00.000Z", 698 + "departureCountryName": "United Arab Emirates", 699 + "departureCityName": "Dubai", 700 + "departureAirportCode": "DXB", 701 + "departureAirportName": "Dubai Intl Airport", 702 + "departureTerminalCode": "DXB3", 703 + "arrivalFlightDate": "2024-02-18T20:00:00.000Z", 704 + "arrivalCountryName": "Kazakhstan", 705 + "arrivalCityName": "Almaty", 706 + "arrivalAirportCode": "ALA", 707 + "arrivalAirportName": "Almaty Intl Airport", 708 + "arrivalTerminalCode": "DXB3", 709 + "flightDuration": "8h 10m" 710 + } 711 + ], 712 + "passengers": [ 713 + { 714 + "id": "42779547001000004-A1", 715 + "isAdult": true, 716 + "selectedForwardBaggageCode": "INCLUDED", 717 + "selectedBackwardBaggageCode": "INCLUDED", 718 + "forwardBaggages": [ 719 + { 720 + "baggageCode": "INCLUDED", 721 + "description": "20 KG INCLUDED", 722 + "price": 0.0, 723 + "currency": "USD", 724 + "included": true 725 + } 726 + ], 727 + "backwardBaggages": [ 728 + { 729 + "baggageCode": "INCLUDED", 730 + "description": "20 KG INCLUDED", 731 + "price": 0.0, 732 + "currency": "USD", 733 + "included": true 734 + } 735 + ] 736 + }, 737 + { 738 + "id": "42779547001000004-C1", 739 + "isAdult": false, 740 + "selectedForwardBaggageCode": "INCLUDED", 741 + "selectedBackwardBaggageCode": "INCLUDED", 742 + "forwardBaggages": [ 743 + { 744 + "baggageCode": "INCLUDED", 745 + "description": "20 KG INCLUDED", 746 + "price": 0.0, 747 + "currency": "USD", 748 + "included": true 749 + } 750 + ], 751 + "backwardBaggages": [ 752 + { 753 + "baggageCode": "INCLUDED", 754 + "description": "20 KG INCLUDED", 755 + "price": 0.0, 756 + "currency": "USD", 757 + "included": true 758 + } 759 + ] 760 + } 761 + ] 762 + }, 763 + "extraServices": [], 764 + "insurancePrice": { 765 + "name": "Medical INS (N10000)", 766 + "price": 13.44, 767 + "priceSurcarge": 0.00, 768 + "actualStartDate": "2024-02-15T20:00:00.000Z", 769 + "actualEndDate": "2024-02-17T20:00:00.000Z", 770 + "optional": false, 771 + "includedInPackagePrice": true 772 + } 773 + }, 774 + { 198 198 {{/code}} 199 199 200 200 ... ... @@ -335,5 +335,3 @@ 335 335 336 336 } 337 337 {{/success}} 338 - 339 -