Changes for page 2. Get Hotels

Last modified by Giorgi Mdivnishvili on 2024/02/29 09:39

From version 7.1
edited by Giorgi Mdivnishvili
on 2023/12/04 11:42
Change comment: There is no comment for this version
To version 8.1
edited by Giorgi Mdivnishvili
on 2023/12/04 11:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -106,29 +106,8 @@
106 106  
107 107  **The method returns the list of hotels with the statuses and timestamps of the prices**
108 108  
109 ->(((
110 -* **hotelid**: GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
111 -* **hotelname**: string. Name of the hotel
112 -* **pricestatus**: string. "ready" or "pending". “ready” means that prices are ready to be downloaded. “pending” means that price registration is under processing and not all prices are available for the hotel. In case of “pending” the prices should be downloaded later when the status is changed to “ready”.
113 -* **cityid**: GUID of the City where the hotel is located.
114 -* **cityname**: string. Name of the city
115 -* **districtid**: GUID of the district, where the hotel is located
116 -* **districtname**: string. Name of the district
117 -* **hasalcohol**: Boolean parameter. Describes whether hotel serves alcohol or not
118 -* **hasfreewifi**: Boolean parameter. Describes whether free wifi is available in the rooms
119 -* **hasmall**: Boolean parameter. Describes whether there is a shopping mall near the hotel
120 -* **hasmetro**: Boolean parameter. Describes whether there is a metro station near the hotel
121 -* **haspool**: Boolean parameter. Describes whether there is swimming pool in the hotel
122 -* **hotelclass**: string. “//”,””,”//~*~*”,”~*~*~*~*”,”~*~*~*~**” or ”Apartments”. Number of stars or Apartment hotel
123 -* **hoteltype**: string. "City" or “Beach”. Describes whether this hotel is located in the city or at the beach
124 -* **popular**: Boolean. Describes if the hotel was popular last 7 days
125 -* **recommended**: Boolean. True if the hotel is recommended by Rustar
126 -* **priceupdated**: DateTime of the last price update
127 -* **note**: string. Free formed text
128 -* **imageurl**: string. Optional. Points the URL for the image of the hotel if any.
129 -)))
130 130  
131 -(((
110 +
132 132  * **hotelid**: GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
133 133  * **hotelname**: string. Name of the hotel
134 134  * **pricestatus**: string. "ready" or "pending". “ready” means that prices are ready to be downloaded. “pending” means that price registration is under processing and not all prices are available for the hotel. In case of “pending” the prices should be downloaded later when the status is changed to “ready”.
... ... @@ -148,4 +148,3 @@
148 148  * **priceupdated**: DateTime of the last price update
149 149  * **note**: string. Free formed text
150 150  * **imageurl**: string. Optional. Points the URL for the image of the hotel if any.
151 -)))