Changes for page 1. SearchTourPackages
Last modified by Giorgi Mdivnishvili on 2025/10/22 15:30
From version 54.1
edited by Giorgi Mdivnishvili
on 2025/10/22 15:29
on 2025/10/22 15:29
Change comment:
There is no comment for this version
To version 53.1
edited by Giorgi Mdivnishvili
on 2025/10/22 13:39
on 2025/10/22 13:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -33,6 +33,7 @@ 33 33 In cases where a user wants a longer trip — for example, a **10-day tour** with only **5 days at the hotel** — they can specify flight dates (**departureDate** and **returnDate**) separately from hotel stay dates (**checkInDate** and **checkOutDate**). 34 34 ))) 35 35 36 + 36 36 **Constraints:** 37 37 38 38 * The system imposes a constraint wherein the difference between nights and nightsTo cannot exceed 7 days. This limit is designed to refine search results and maintain query performance. ... ... @@ -793,12 +793,12 @@ 793 793 794 794 (% class="table-bordered" %) 795 795 |=Field|=Type|=Description 796 -|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan. 797 -|departureCityUID|string|The unique identifier for the departure city. **Mandatory**798 -|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates. **Mandatory**797 +|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan. 798 +|departureCityUID|string|The unique identifier for the departure city. 799 +|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates. 799 799 |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. 800 -|checkInDate|string|The check-in date in ISO 8601 format. - **Mandatory**801 -|checkInDateTo|string|The latest possible check-in date in ISO 8601 format. **Mandatory**801 +|checkInDate|string|The check-in date in ISO 8601 format. 802 +|checkInDateTo|string|The latest possible check-in date in ISO 8601 format. 802 802 |nights|integer|The minimum number of days to stay. 803 803 |nightsTo|integer|The maximum number of days to stay. 804 804 |airlineCode|string|The code of the airline. This field can be empty. ... ... @@ -805,9 +805,9 @@ 805 805 |ticketType|string|The type of the ticket. This field can be empty. definition of avia tickets classes. enum: F - First, B - Business, P = Premium, C - Coach 806 806 |directFlightsOnly|boolean|Indicates whether to search for direct flights only. 807 807 |longConnectTime|boolean|Indicates whether to include flights with long connection times. 808 -|adults|integer|The number of adults. **Mandatory**809 -|children|integer|The number of children. **Mandatory**810 -|childrenAges|array|An array of integers, each representing the age of a child. 809 +|adults|integer|The number of adults. 810 +|children|integer|The number of children. 811 +|childrenAges|array|An array of integers, each representing the age of a child. 811 811 |extendedSearch|boolean|Indicates whether to perform an extended search. 812 812 |totalPriceFrom|float|The minimum total price. 813 813 |totalPriceTo|float|The maximum total price.