Changes for page 1. SearchTourPackages
Last modified by Giorgi Mdivnishvili on 2025/02/12 15:25
From version 21.1
edited by Giorgi Mdivnishvili
on 2024/01/10 17:51
on 2024/01/10 17:51
Change comment:
There is no comment for this version
To version 10.1
edited by Giorgi Mdivnishvili
on 2023/12/15 12:20
on 2023/12/15 12:20
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 - 1.SearchTourPackages1 +SearchTourPackages - Content
-
... ... @@ -6,22 +6,21 @@ 6 6 7 7 = Method Description = 8 8 9 -To ur packagemean,tour withhotelandflighttogether.Usingthismethod givesdataaboutfullpackage availabilitywith flightand hotel options.9 +The initial method of the integration process is authorization. You will be provided with a test user username and password to generate the access token that you will need to pass in all the following methods. 10 10 11 -It's possible to receive data as current dates, also in date ranges using parameter "stayDays": 0, "stayDaysTo": 0. the maximum difference between the days can be 7. Below you can see examples. 12 12 13 - 14 14 == Endpoint URL - [POST] == 15 15 16 16 {{info}} 17 - [[https:~~/~~/integration.kazunion.com/api/TourPackages/SearchTourPackages>>https://integration.kazunion.com/api/TourPackages/SearchTourPackages]]15 +{{{ }}} 18 18 {{/info}} 19 19 18 + 20 20 == Request Parameters == 21 21 22 22 (% class="box infomessage" %) 23 23 ((( 24 -None 23 +None 25 25 ))) 26 26 27 27 ... ... @@ -42,13 +42,13 @@ 42 42 "tag": "string" 43 43 } 44 44 ], 45 - "checkInDate": "2023-12-14", 46 - "checkInDateTo": "2023-12-14", 47 - "checkOutDate": "2023-12-14", 44 + "checkInDate": "2023-12-14T13:43:54.766Z", 45 + "checkInDateTo": "2023-12-14T13:43:54.766Z", 46 + "checkOutDate": "2023-12-14T13:43:54.766Z", 48 48 "stayDays": 0, 49 49 "stayDaysTo": 0, 50 - "departureDate": "2023-12-14", 51 - "returnDate": "2023-12-14", 49 + "departureDate": "2023-12-14T13:43:54.766Z", 50 + "returnDate": "2023-12-14T13:43:54.766Z", 52 52 "airlineCode": "string", 53 53 "ticketType": "string", 54 54 "directFlightsOnly": true, ... ... @@ -87,65 +87,6 @@ 87 87 {{/code}} 88 88 89 89 90 -== Request example == 91 - 92 -{{code language="Json"}} 93 -{ 94 - "departureCountryCode": "KZ", 95 - "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8", 96 - "arrivalCountryCode": "AE", 97 - "arrivalLocations": [ 98 - { 99 - "type": "city", 100 - "label": "Dubai", 101 - "value": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 102 - "tag": "Dubai" 103 - } 104 - ], 105 - "checkInDate": "2024-02-05T20:00:00.000Z", 106 - "checkInDateTo": "2024-02-10T20:00:00.000Z", 107 - 108 - "stayDays": 3, 109 - "stayDaysTo": 6, 110 - 111 - "airlineCode": "", 112 - "ticketType": "", 113 - "directFlightsOnly": true, 114 - "longConnectTime": true, 115 - "adults": 1, 116 - "children": 1, 117 - "childrenAges": [ 118 - 2 119 - ], 120 - "extendedSearch": false, 121 - "totalPriceFrom": 100, 122 - "totalPriceTo": 15000, 123 - "recommended": true, 124 - "popular": true, 125 - "freeSale": true, 126 - "groupByHotel": true, 127 - "hotelCodes": [ 128 - 129 - ], 130 - "mealPlans": [ 131 - 132 - ], 133 - "hotelClasses": [ 134 - 135 - ], 136 - "hotelTypes": [ 137 - 138 - ], 139 - "hotelServices": [ 140 - 141 - ], 142 - "pagingId": "", 143 - "pageNumber": 10, 144 - "pageRowCount": 10 145 -} 146 -{{/code}} 147 - 148 - 149 149 == Response Body == 150 150 151 151 {{code language="json"}} ... ... @@ -325,525 +325,271 @@ 325 325 {{/code}} 326 326 327 327 328 -== Response example ==268 +=== example === 329 329 330 330 {{code language="Json"}} 331 -{ 332 - "packages": [ 333 - { 334 - "cacheKey": "c705ab31e00e4f9a81c2fd46b2cdbb47f6fd9a6e16984236beb979b31aefafa4:{79}:i:10", 335 - "id": "tour:b01c168e-2ea7-4ea6-b6e0-55abb8cab0a0:da894a1e-88c0-4877-b216-0eeeabe186f3:4298d06f-4344-4a39-ad98-071b7760cf30", 336 - "priceCurrency": "USD", 337 - "totalPrice": 1033.53, 338 - "agentCommissionPercent": 0.0, 339 - "agentCommissionAmount": 0.0, 340 - "includedExtrasAmount": 0, 341 - "priceDifference": 0, 342 - "hotel": { 343 - "hotelPriceId": "da894a1e-88c0-4877-b216-0eeeabe186f3", 344 - "providerId": 13, 345 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 346 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 347 - "nigths": 3, 348 - "mealPlan": "BB", 349 - "hotelClass": "4", 350 - "availabilityType": "FreeSale", 351 - "availableRoomsCount": 0, 352 - "fewRooms": true, 353 - "roomCategoryCode": "bc5f2224-bd4c-49b2-ab57-01eb7fa80d41", 354 - "roomCategoryName": "1 B/R Suite City View", 355 - "placementTypeName": "DBL", 356 - "checkInDate": "2024-02-09T20:00:00.000Z", 357 - "checkOutDate": "2024-02-12T20:00:00.000Z", 358 - "adults": 1, 359 - "children": 1, 360 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 361 - "districtName": "Al Barsha", 362 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 363 - "cityName": "Dubai", 364 - "countryCode": "AE", 365 - "countryName": "United Arab Emirates", 366 - "hasAlcohol": false, 367 - "hasFreeWifi": true, 368 - "hasMetro": true, 369 - "hasPool": true, 370 - "hasMall": false, 371 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 372 - "cancellationPolicy": { 373 - "noShowChargeValue": 100.0, 374 - "noShowChargeValueType": "%", 375 - "earlyDepartureChargeValue": 100.0, 376 - "earlyDepartureChargeValueType": "%", 377 - "conditions": [ 378 - { 379 - "timeunits": 5, 380 - "timeunitType": "Day", 381 - "timeOffsetTypeName": "Before Arrival", 382 - "chargeValue": 100.0, 383 - "chargeValueType": "%" 384 - } 385 - ] 386 - } 387 - }, 388 - "flight": { 389 - "id": "4298d06f-4344-4a39-ad98-071b7760cf30", 390 - "departureDate": "2024-02-09T20:00:00.000Z", 391 - "returnDate": "2024-02-12T20:00:00.000Z", 392 - "departureTicketsLeft": 7, 393 - "returnTicketsLeft": 7, 394 - "departureAvailabilityType": "FewPlaces", 395 - "returnAvailabilityType": "FewPlaces", 396 - "isTwoWay": true, 397 - "sameBaggageForAll": false, 398 - "totalBaggage": false, 399 - "departureSegments": [ 400 - { 401 - "airlineCode": "KC", 402 - "airlineName": "Air Astana-", 403 - "flightCode": "KC897", 404 - "class": "econom", 405 - "lugageWeight": 20, 406 - "handLugageWeight": 6, 407 - "departureFlightDate": "2024-02-09T20:00:00.000Z", 408 - "departureCountryName": "Kazakhstan", 409 - "departureCityName": "Almaty", 410 - "departureAirportCode": "ALA", 411 - "departureAirportName": "Almaty Intl Airport", 412 - "departureTerminalCode": "ALA", 413 - "arrivalFlightDate": "2024-02-09T20:00:00.000Z", 414 - "arrivalCountryName": "United Arab Emirates", 415 - "arrivalCityName": "Dubai", 416 - "arrivalAirportCode": "DXB", 417 - "arrivalAirportName": "Dubai Intl Airport", 418 - "arrivalTerminalCode": "DXB1", 419 - "flightDuration": "0h 50m" 420 - } 421 - ], 422 - "returnSegments": [ 423 - { 424 - "airlineCode": "KC", 425 - "airlineName": "Air Astana-", 426 - "flightCode": "KC900", 427 - "class": "econom", 428 - "lugageWeight": 20, 429 - "handLugageWeight": 6, 430 - "departureFlightDate": "2024-02-12T20:00:00.000Z", 431 - "departureCountryName": "United Arab Emirates", 432 - "departureCityName": "Dubai", 433 - "departureAirportCode": "DXB", 434 - "departureAirportName": "Dubai Intl Airport", 435 - "departureTerminalCode": "DXB1", 436 - "arrivalFlightDate": "2024-02-12T20:00:00.000Z", 437 - "arrivalCountryName": "Kazakhstan", 438 - "arrivalCityName": "Almaty", 439 - "arrivalAirportCode": "ALA", 440 - "arrivalAirportName": "Almaty Intl Airport", 441 - "arrivalTerminalCode": "ALA", 442 - "flightDuration": "8h 15m" 443 - } 444 - ], 445 - "passengers": [ 446 - { 447 - "id": "42768722011000004-A1", 448 - "isAdult": true, 449 - "forwardBaggages": [], 450 - "backwardBaggages": [] 451 - }, 452 - { 453 - "id": "42768722011000004-C1", 454 - "isAdult": false, 455 - "forwardBaggages": [], 456 - "backwardBaggages": [] 457 - } 458 - ] 459 - }, 460 - "extraServices": [], 461 - "insurancePrice": { 462 - "name": "Medical INS (N10000)", 463 - "price": 17.92, 464 - "priceSurcarge": 0.0, 465 - "actualStartDate": "2024-02-09T20:00:00.000Z", 466 - "actualEndDate": "2024-02-12T20:00:00.000Z", 467 - "optional": false, 468 - "includedInPackagePrice": true 469 - } 470 - } 471 - ], 472 - "pagingId": "79", 473 - "pageNumber": 10, 474 - "pageCount": 2452, 475 - "totalCount": 2452, 476 - "error": false 477 -} 271 +X 478 478 {{/code}} 479 479 480 480 481 481 === Schema === 482 482 483 -{{ success}}277 +{{code language="none"}} 484 484 SearchTourPackagesResponse{ 485 - 486 -|error|boolean 487 -|errorCode|string 488 -nullable: true 489 -|errorDescription|string 490 -nullable: true 491 -|userErrorDescription|string 492 -nullable: true 493 -|packages|[ 494 -nullable: trueTourPackage{((( 495 -|cacheKey|string 496 -nullable: true 497 -|id|string 498 -nullable: true 499 -|priceCurrency|string 500 -nullable: true 501 -|totalPrice|number($double) 502 -|agentCommissionPercent|number($double) 503 -|agentCommissionAmount|number($double) 504 -|includedExtrasAmount|number($double) 505 -|priceDifference|number($double) 506 -|hotel|PackageHotel{((( 507 -|hotelPriceId|string 508 -nullable: true 509 -|providerId|integer($int32) 510 -|hotelName|string 511 -nullable: true 512 -|hotelCode|string 513 -nullable: true 514 -|nigths|integer($int32) 515 -|mealPlan|string 516 -nullable: true 517 -|hotelClass|string 518 -nullable: true 519 -|availabilityType|RoomAvailabilityTypeEnumstringEnum: 520 -[ OnRequest, FreeSale, StopSale ] 521 -|availableRoomsCount|integer($int32) 522 -|fewRooms|boolean 523 -|roomCategoryCode|string 524 -nullable: true 525 -|roomCategoryName|string 526 -nullable: true 527 -|placementTypeName|string 528 -nullable: true 529 -|placementDescription|string 530 -nullable: true 531 -|checkInDate|string($date-time) 532 -|checkOutDate|string($date-time) 533 -|adults|integer($int32) 534 -|children|integer($int32) 535 -|districtUID|string($uuid) 536 -nullable: true 537 -|districtName|string 538 -nullable: true 539 -|cityUID|string($uuid) 540 -nullable: true 541 -|cityName|string 542 -nullable: true 543 -|countryCode|string 544 -nullable: true 545 -|countryName|string 546 -nullable: true 547 -|hasAlcohol|boolean 548 -|hasFreeWifi|boolean 549 -|hasMetro|boolean 550 -|hasPool|boolean 551 -|hasMall|boolean 552 -|cancellationPolicyDescription|string 553 -nullable: true 554 -|cancellationPolicy|CancellationPolicyExchange{((( 555 -|cancellationPolicyCode|string 556 -nullable: true 557 -|noShowChargeValue|number($double) 558 -nullable: true 559 -|noShowChargeValueType|string 560 -nullable: true 561 -|earlyDepartureChargeValue|number($double) 562 -nullable: true 563 -|earlyDepartureChargeValueType|string 564 -nullable: true 565 -|conditions|[ 566 -nullable: trueCancellationPolicyConditionExchange{((( 567 -|timeunits|integer($int32) 568 -|timeunitType|string 569 -nullable: true 570 -|timeOffsetTypeName|string 571 -nullable: true 572 -|chargeValue|number($double) 573 -nullable: true 574 -|chargeValueType|string 575 -nullable: true 576 - 279 +error boolean 280 +errorCode string 281 +nullable: true 282 +errorDescription string 283 +nullable: true 284 +userErrorDescription string 285 +nullable: true 286 +packages [ 287 +nullable: true 288 +TourPackage{ 289 +cacheKey string 290 +nullable: true 291 +id string 292 +nullable: true 293 +priceCurrency string 294 +nullable: true 295 +totalPrice number($double) 296 +agentCommissionPercent number($double) 297 +agentCommissionAmount number($double) 298 +includedExtrasAmount number($double) 299 +priceDifference number($double) 300 +hotel PackageHotel{ 301 +hotelPriceId string 302 +nullable: true 303 +providerId integer($int32) 304 +hotelName string 305 +nullable: true 306 +hotelCode string 307 +nullable: true 308 +nigths integer($int32) 309 +mealPlan string 310 +nullable: true 311 +hotelClass string 312 +nullable: true 313 +availabilityType RoomAvailabilityTypeEnum[...] 314 +availableRoomsCount integer($int32) 315 +fewRooms boolean 316 +roomCategoryCode string 317 +nullable: true 318 +roomCategoryName string 319 +nullable: true 320 +placementTypeName string 321 +nullable: true 322 +placementDescription string 323 +nullable: true 324 +checkInDate string($date-time) 325 +checkOutDate string($date-time) 326 +adults integer($int32) 327 +children integer($int32) 328 +districtUID string($uuid) 329 +nullable: true 330 +districtName string 331 +nullable: true 332 +cityUID string($uuid) 333 +nullable: true 334 +cityName string 335 +nullable: true 336 +countryCode string 337 +nullable: true 338 +countryName string 339 +nullable: true 340 +hasAlcohol boolean 341 +hasFreeWifi boolean 342 +hasMetro boolean 343 +hasPool boolean 344 +hasMall boolean 345 +cancellationPolicyDescription string 346 +nullable: true 347 +cancellationPolicy CancellationPolicyExchange{ 348 +cancellationPolicyCode string 349 +nullable: true 350 +noShowChargeValue number($double) 351 +nullable: true 352 +noShowChargeValueType string 353 +nullable: true 354 +earlyDepartureChargeValue number($double) 355 +nullable: true 356 +earlyDepartureChargeValueType string 357 +nullable: true 358 +conditions [ 359 +nullable: true 360 +CancellationPolicyConditionExchange{ 361 +timeunits integer($int32) 362 +timeunitType string 363 +nullable: true 364 +timeOffsetTypeName string 365 +nullable: true 366 +chargeValue number($double) 367 +nullable: true 368 +chargeValueType string 369 +nullable: true 577 577 }] 578 -))) 579 - 580 580 } 581 -))) 582 - 583 583 } 584 -))) 585 -|flight|PackageFlight{((( 586 -|id|string 587 -nullable: true 588 -|departureDate|string($date-time) 589 -|returnDate|string($date-time) 590 -nullable: true 591 -|departureTicketsLeft|integer($int32) 592 -|returnTicketsLeft|integer($int32) 593 -|departureAvailabilityType|FlightAvailabilityTypestringEnum: 594 -[ OnRequest, FreeSale, FewPlaces, StopSale ] 595 -|returnAvailabilityType|FlightAvailabilityTypestringEnum: 596 -[ OnRequest, FreeSale, FewPlaces, StopSale ] 597 -|isTwoWay|boolean 598 -|departureSegments|[ 599 -nullable: trueFlightSegment{((( 600 -|airlineCode|string 601 -nullable: true 602 -|airlineName|string 603 -nullable: true 604 -|flightCode|string 605 -nullable: true 606 -|class|string 607 -nullable: true 608 -|lugageWeight|number($double) 609 -|handLugageWeight|number($double) 610 -|departureFlightDate|string($date-time) 611 -|departureCountryName|string 612 -nullable: true 613 -|departureCityName|string 614 -nullable: true 615 -|departureAirportCode|string 616 -nullable: true 617 -|departureAirportName|string 618 -nullable: true 619 -|departureTerminalCode|string 620 -nullable: true 621 -|arrivalFlightDate|string($date-time) 622 -|arrivalCountryName|string 623 -nullable: true 624 -|arrivalCityName|string 625 -nullable: true 626 -|arrivalAirportCode|string 627 -nullable: true 628 -|arrivalAirportName|string 629 -nullable: true 630 -|arrivalTerminalCode|string 631 -nullable: true 632 -|flightDuration|string 633 -nullable: true 634 -|baggages|[ 635 -nullable: trueBaggage{((( 636 -|baggageCode|string 637 -nullable: true 638 -|description|string 639 -nullable: true 640 -|price|number($double) 641 -|currency|string 642 -nullable: true 643 -|included|boolean 644 - 373 +flight PackageFlight{ 374 +id string 375 +nullable: true 376 +departureDate string($date-time) 377 +returnDate string($date-time) 378 +nullable: true 379 +departureTicketsLeft integer($int32) 380 +returnTicketsLeft integer($int32) 381 +departureAvailabilityType FlightAvailabilityTypestring 382 +Enum: 383 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 384 +returnAvailabilityType FlightAvailabilityTypestring 385 +Enum: 386 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 387 +isTwoWay boolean 388 +departureSegments [ 389 +nullable: true 390 +FlightSegment{ 391 +airlineCode string 392 +nullable: true 393 +airlineName string 394 +nullable: true 395 +flightCode string 396 +nullable: true 397 +class string 398 +nullable: true 399 +lugageWeight number($double) 400 +handLugageWeight number($double) 401 +departureFlightDate string($date-time) 402 +departureCountryName string 403 +nullable: true 404 +departureCityName string 405 +nullable: true 406 +departureAirportCode string 407 +nullable: true 408 +departureAirportName string 409 +nullable: true 410 +departureTerminalCode string 411 +nullable: true 412 +arrivalFlightDate string($date-time) 413 +arrivalCountryName string 414 +nullable: true 415 +arrivalCityName string 416 +nullable: true 417 +arrivalAirportCode string 418 +nullable: true 419 +arrivalAirportName string 420 +nullable: true 421 +arrivalTerminalCode string 422 +nullable: true 423 +flightDuration string 424 +nullable: true 425 +baggages [ 426 +nullable: true 427 +Baggage{ 428 +baggageCode string 429 +nullable: true 430 +description string 431 +nullable: true 432 +price number($double) 433 +currency string 434 +nullable: true 435 +included boolean 645 645 }] 646 -))) 647 - 648 648 }] 649 - )))650 - |returnSegments|[651 - nullable: trueFlightSegment{(((652 - |airlineCode|string653 -nullable: 654 - |airlineName|string655 -nullable: 656 - |flightCode|string657 -nullable: 658 - |class|string659 -nullable: 660 - |lugageWeight|number($double)661 - |handLugageWeight|number($double)662 - |departureFlightDate|string($date-time)663 - |departureCountryName|string664 -nullable: 665 - |departureCityName|string666 -nullable: 667 - |departureAirportCode|string668 -nullable: 669 - |departureAirportName|string670 -nullable: 671 - |departureTerminalCode|string672 -nullable: 673 - |arrivalFlightDate|string($date-time)674 - |arrivalCountryName|string675 -nullable: 676 - |arrivalCityName|string677 -nullable: 678 - |arrivalAirportCode|string679 -nullable: 680 - |arrivalAirportName|string681 -nullable: 682 - |arrivalTerminalCode|string683 -nullable: 684 - |flightDuration|string685 -nullable: 686 - |baggages|[687 -nullable: Baggage{(((688 - |baggageCode|string689 - nullable:true690 - |description|string691 - nullable:true692 - |price|number($double)693 - |currency|string694 - nullable:true695 - |included|boolean696 - 438 +returnSegments [ 439 +nullable: true 440 +FlightSegment{ 441 +airlineCode string 442 +nullable: true 443 +airlineName string 444 +nullable: true 445 +flightCode string 446 +nullable: true 447 +class string 448 +nullable: true 449 +lugageWeight number($double) 450 +handLugageWeight number($double) 451 +departureFlightDate string($date-time) 452 +departureCountryName string 453 +nullable: true 454 +departureCityName string 455 +nullable: true 456 +departureAirportCode string 457 +nullable: true 458 +departureAirportName string 459 +nullable: true 460 +departureTerminalCode string 461 +nullable: true 462 +arrivalFlightDate string($date-time) 463 +arrivalCountryName string 464 +nullable: true 465 +arrivalCityName string 466 +nullable: true 467 +arrivalAirportCode string 468 +nullable: true 469 +arrivalAirportName string 470 +nullable: true 471 +arrivalTerminalCode string 472 +nullable: true 473 +flightDuration string 474 +nullable: true 475 +baggages [ 476 +nullable: true 477 +Baggage{ 478 +baggageCode string 479 +nullable: true 480 +description string 481 +nullable: true 482 +price number($double) 483 +currency string 484 +nullable: true 485 +included boolean 697 697 }] 698 -))) 699 - 700 700 }] 701 -))) 702 - 703 703 } 704 - )))705 - |extraServices|[706 - nullable: trueHotelExtraServiceBase{(((707 - |extraServiceCode|string708 -nullable: 709 - |extraServiceTypeCode|string710 -nullable: 711 - |isMandatory|integer($int32)712 - |extraServiceName|string713 -nullable: 714 - |minimalServiceAmount|number($double)715 - |includedPriceCode|string716 -nullable: 717 - |prices|[718 -nullable: HotelExtraServicePriceBase{(((719 - |extraServicePriceCode|string720 - nullable:true721 - |displayName|string722 - nullable:true723 - |restrictionInfo|string724 - nullable:true725 - |additionalInfo|string726 -n ullable:true727 - |price|number($double)728 - |extraPrice|number($double)729 - |currency|string730 - nullable:true731 - 489 +extraServices [ 490 +nullable: true 491 +HotelExtraServiceBase{ 492 +extraServiceCode string 493 +nullable: true 494 +extraServiceTypeCode string 495 +nullable: true 496 +isMandatory integer($int32) 497 +extraServiceName string 498 +nullable: true 499 +minimalServiceAmount number($double) 500 +includedPriceCode string 501 +nullable: true 502 +prices [ 503 +nullable: true 504 +HotelExtraServicePriceBase{ 505 +extraServicePriceCode string 506 +nullable: true 507 +displayName string 508 +nullable: true 509 +restrictionInfo string 510 +nullable: true 511 +additionalInfo string 512 +nullable: true 513 +price number($double) 514 +extraPrice number($double) 515 +currency string 516 +nullable: true 732 732 }] 733 -))) 734 - 735 735 }] 736 -))) 737 -|insurancePrice|InsurancePrice{((( 738 -|name|string 739 -nullable: true 740 -|price|number($double) 741 -|priceSurcarge|number($double) 742 -|actualStartDate|string($date-time) 743 -|actualEndDate|string($date-time) 744 -|optional|boolean 745 -|includedInPackagePrice|boolean 746 - 519 +insurancePrice InsurancePrice{ 520 +name string 521 +nullable: true 522 +price number($double) 523 +priceSurcarge number($double) 524 +actualStartDate string($date-time) 525 +actualEndDate string($date-time) 526 +optional boolean 527 +includedInPackagePrice boolean 747 747 } 748 -))) 749 - 750 750 }] 751 -))) 752 -|pagingId|string 753 -nullable: true 754 -|pageNumber|integer($int64) 755 -|pageCount|integer($int64) 756 - 530 +pagingId string 531 +nullable: true 532 +pageNumber integer($int64) 533 +pageCount integer($int64) 757 757 } 758 -{{/success}} 759 - 760 - 761 -== Definitions == 762 - 763 - 764 -=== Paging and Caching === 765 - 766 -During the first request, Paging id must be empty like this ( "pagingId": "",) pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search like this: 767 - 768 - 769 -==== first request ==== 770 - 771 -{{code language="Json"}} 772 - { 773 - "pagingId": "", 774 - "pageNumber": 1, 775 - "pageRowCount":10 776 - } 777 777 {{/code}} 778 - 779 - 780 -==== Request with caching ==== 781 - 782 -as we receive response, in the end we can see pagingId- number, chich we can use for caching, and then just switch pagenumbers. for cleaning cache, it's important to make new request without pagingID 783 - 784 -{{code language="Json"}} 785 - { 786 - "pagingId": "80", 787 - "pageNumber": 1, 788 - "pageRowCount":10 789 - } 790 -{{/code}} 791 - 792 - 793 -=== search parameter options === 794 - 795 -in the request body it's available to filter search results with parameters. parameter examples: 796 - 797 -{{code language="Json"}} 798 - { "totalPriceFrom": 500, 799 - "totalPriceTo": 10000, 800 - "hotelTypes": [ 801 - "CityHotel", 802 - "BeachHotel", 803 - "SecondLineBeach" 804 - ], 805 - "hotelClasses": [ 806 - "1", 807 - "2", 808 - "3", 809 - "4", 810 - "5", 811 - "6" 812 - ], 813 - "hotelServices": [ 814 - "HasAlcohol", 815 - "HasFreeWifi", 816 - "HasMetro", 817 - "HasPool", 818 - "HasMall" 819 - ], 820 - "mealPlans": [ 821 - "RO", 822 - "BB", 823 - "HB", 824 - "FB", 825 - "AL" 826 - ] 827 -} 828 -{{/code}} 829 - 830 - 831 - 832 -== Important == 833 - 834 -{{error}} 835 -It's Important to in every other request header, put Auth token 836 - 837 -**Key **- Authorization 838 - 839 -**Value **- Bearer Token what is given in this response. 840 - 841 - 842 -**also note in headers that:** 843 - 844 -Content-Type - application/json 845 - 846 -**Key - **X-nugios-timezone 847 - 848 -**Value **- 240 849 -{{/error}}