Last modified by Giorgi Mdivnishvili on 2025/10/22 13:39

From version 24.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:45
Change comment: There is no comment for this version
To version 25.1
edited by Giorgi Mdivnishvili
on 2025/10/22 13:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,7 +31,17 @@
31 31  
32 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 33  
34 +**Date Parameters**
34 34  
36 +* **checkInDate** — the date when the guest checks into the hotel.
37 +* **checkOutDate** — the date of departure from the hotel (the last day of stay).
38 +* (((
39 +If only these two parameters are specified during the search, the system will automatically select flight options that correspond to the hotel stay dates.
40 +
41 +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**).
42 +)))
43 +
44 +
35 35  == Endpoint URL - [POST] ==
36 36  
37 37  {{info}}