Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45
From version 11.1
edited by Giorgi Mdivnishvili
on 2024/04/11 16:44
on 2024/04/11 16:44
Change comment:
There is no comment for this version
To version 13.2
edited by Giorgi Mdivnishvili
on 2024/04/11 17:38
on 2024/04/11 17:38
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 -SearchTourPackages - Basic version1 +SearchTourPackages - Basic Version - Content
-
... ... @@ -6,11 +6,32 @@ 6 6 7 7 = Method Description = 8 8 9 -Tour package mean, tour with hotel and flight together. Using this method gives data about full package availability with flight and hotel options. 10 10 11 - It'spossiblereceivedata as current dates, alsoindate rangesusing parameter"stayDays": 0, "stayDaysTo": 0. themaximum difference between the dayscanbe 7.Below you cansee examples.10 +=== Method Overview: Streamlined Tour Package Discovery and Booking === 12 12 12 +**Purpose:** This method outlines the most efficient process for locating and subsequently booking a tour package utilizing a minimal set of required parameters. It is designed to simplify the user interaction by reducing the complexity and volume of input data necessary for operation. 13 13 14 +**Procedure:** 15 + 16 +1. **Initialization**: Start by specifying the essential parameters. This approach is engineered to streamline the search and booking process, focusing on the core data elements critical for identifying suitable tour packages. 17 +1. **Search Execution**: Deploy the method with the specified parameters to initiate the search. The system is optimized to process these inputs, conducting a targeted query across available tour packages to identify matches that align with the user's criteria. 18 +1. **Selection and Booking**: Upon receiving search results, the user can select a desired tour package. The booking process is then initiated with the minimal parameters already provided, ensuring a seamless transition from selection to confirmation. 19 + 20 +**Parameter Details:** 21 + 22 +* The parameters required for this method are intentionally limited to essential elements only, aiming to expedite the search and booking phases while maintaining effectiveness. Details on these parameters, including data types and usage instructions, are documented separately. 23 + 24 +**Usage Notes:** 25 + 26 +* This method is particularly beneficial for users seeking a straightforward and efficient path to tour package booking, minimizing decision fatigue and enhancing user experience. 27 + 28 +**Examples:** 29 + 30 +* Code examples and detailed step-by-step instructions for utilizing this method are available in the subsequent sections, providing practical guidance on implementing the streamlined tour package discovery and booking process. 31 + 32 +This documentation segment aims to facilitate developers and users in leveraging a simplified method for tour package exploration and booking, ensuring an efficient and user-friendly interaction with the system. 33 + 34 + 14 14 == Endpoint URL - [POST] == 15 15 16 16 {{info}} ... ... @@ -758,7 +758,6 @@ 758 758 |pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page. 759 759 |searchCurrency|String|No|The currency in which the search results should be displayed. For example, "USD" for United States Dollar. 760 760 761 -=== === 762 762 763 763 === **Response Parameters** === 764 764 ... ... @@ -840,7 +840,6 @@ 840 840 |totalCount|Number|The total count of packages. This is the total number of packages in all pages of results. 841 841 |error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages. 842 842 843 -==== ==== 844 844 845 845 ==== first request ==== 846 846