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