Changes for page 1. Hotels

Last modified by Giorgi Mdivnishvili on 2024/02/29 10:01

From version 7.1
edited by Giorgi Mdivnishvili
on 2024/02/26 16:20
Change comment: There is no comment for this version
To version 2.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -1. Hotels
1 +Hotels
Content
... ... @@ -70,25 +70,42 @@
70 70  
71 71  
72 72  
73 -**~ GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel**
73 +**hotelid:**              GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
74 74  
75 +**hotelname:**        string. Name of the hotel
75 75  
76 -|**hotelid**|GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
77 -|**hotelname**| string. Name of the hotel
78 -|**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”.
79 -|**cityid**|GUID of the City where the hotel is located.
80 -|**cityname**|String. Name of the city
81 -|**districtid**|GUID of the district, where the hotel is located
82 -|**districtname**|String. Name of the district
83 -|**hasalcohol**|Boolean parameter. Describes whether hotel serves alcohol or not
84 -|**hasfreewifi**|Boolean parameter. Describes whether free wifi is available in the rooms
85 -|**hasmall**|Boolean parameter. Describes whether there is a shopping mall near the hotel
86 -|**hasmetro**|Boolean parameter. Describes whether there is a metro station near the hotel
87 -|**haspool**|Boolean parameter. Describes whether there is swimming pool in the hotel
88 -|**hotelclass**|String. “*”,”~*~*”,”~*~**”,”~*~*~*~*”,”~*~*~*~**” or ”Apartments”. Number of stars or Apartment hotel
89 -|**hoteltype**|String. "City" or “Beach”. Describes whether this hotel is located in the city or at the beach
90 -|**popular**|Boolean. Describes if the hotel was popular last 7 days
91 -|**recommended**|Boolean. True if the hotel is recommended by Rustar
92 -|**priceupdated**|DateTime of the last price update
93 -|**note**|String. Free formed text
94 -|**imageurl**|String. Optional. Points the URL for the image of the hotel if any.
77 +**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”.
78 +
79 +**cityid:**                GUID of the City where the hotel is located.
80 +
81 +**cityname:**          string. Name of the city
82 +
83 +**districtid:**          GUID of the district, where the hotel is located
84 +
85 +**districtname: ** string. Name of the district
86 +
87 +**hasalcohol:**        Boolean parameter. Describes whether hotel serves alcohol or not
88 +
89 +**hasfreewifi:**       Boolean parameter. Describes whether free wifi is available in the rooms
90 +
91 +**hasmall:**            Boolean parameter. Describes whether there is a shopping mall near the hotel
92 +
93 +**hasmetro:**          Boolean parameter. Describes whether there is a metro station near the hotel
94 +
95 +**haspool:**            Boolean parameter. Describes whether there is swimming pool in the hotel
96 +
97 +**hotelclass:**         string. “*”,”~*~*”,”~*~**”,”~*~*~*~*”,”~*~*~*~**” or ”Apartments”. Number of stars or Apartment hotel
98 +
99 +**hoteltype:**          string. "City" or “Beach”. Describes whether this hotel is located in the city or at the beach
100 +
101 +**popular:**            Boolean. Describes if the hotel was popular last 7 days
102 +
103 +**recommended:**   Boolean. True if the hotel is recommended by Rustar
104 +
105 +**priceupdated:**    DateTime of the last price update
106 +
107 +**note:**                  string. Free formed text
108 +
109 +**imageurl:**           string. Optional. Points the URL for the image of the hotel if any.
110 +
111 +