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
Change comment: There is no comment for this version
To version 22.1
edited by Giorgi Mdivnishvili
on 2024/04/10 10:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -761,6 +761,41 @@
761 761  == Definitions ==
762 762  
763 763  
764 +(% class="table-bordered" %)
765 +|=Field|=Type|=Description
766 +|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan.
767 +|departureCityUID|string|The unique identifier for the departure city.
768 +|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates.
769 +|arrivalLocations|array|An array of objects, each representing an arrival location. Each object contains: type (string) - The type of the location. This can be "city". label (string) - The name of the location. value (string) - The unique identifier for the location. tag (string) - A tag for the location.
770 +|checkInDate|string|The check-in date in ISO 8601 format.
771 +|checkInDateTo|string|The latest possible check-in date in ISO 8601 format.
772 +|stayDays|integer|The minimum number of days to stay.
773 +|stayDaysTo|integer|The maximum number of days to stay.
774 +|airlineCode|string|The code of the airline. This field can be empty.
775 +|ticketType|string|The type of the ticket. This field can be empty.
776 +|directFlightsOnly|boolean|Indicates whether to search for direct flights only.
777 +|longConnectTime|boolean|Indicates whether to include flights with long connection times.
778 +|adults|integer|The number of adults.
779 +|children|integer|The number of children.
780 +|childrenAges|array|An array of integers, each representing the age of a child.
781 +|extendedSearch|boolean|Indicates whether to perform an extended search.
782 +|totalPriceFrom|float|The minimum total price.
783 +|totalPriceTo|float|The maximum total price.
784 +|recommended|boolean|Indicates whether to include recommended packages.
785 +|popular|boolean|Indicates whether to include popular packages.
786 +|freeSale|boolean|Indicates whether to include free sale packages.
787 +|groupByHotel|boolean|Indicates whether to group the results by hotel.
788 +|hotelCodes|array|An array of strings, each representing a hotel code. This field can be empty.
789 +|mealPlans|array|An array of meal plans. This field can be empty.
790 +|hotelClasses|array|An array of hotel classes. This field can be empty.
791 +|hotelTypes|array|An array of hotel types. This field can be empty.
792 +|hotelServices|array|An array of hotel services. This field can be empty.
793 +|pagingId|string|The paging ID for paginated results. This field can be empty.
794 +|pageNumber|integer|The page number for paginated results.
795 +|pageRowCount|integer|The number of rows per page for paginated results.
796 +
797 +=== ===
798 +
764 764  === Paging and Caching ===
765 765  
766 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: