Changes for page 2. Hotel Prices
Last modified by Giorgi Mdivnishvili on 2024/02/27 12:01
From version 5.1
edited by Giorgi Mdivnishvili
on 2024/02/26 18:01
on 2024/02/26 18:01
Change comment:
There is no comment for this version
To version 6.1
edited by Giorgi Mdivnishvili
on 2024/02/27 09:52
on 2024/02/27 09:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +2,3 @@ 1 - 2 2 **https:~/~/restapi.rustaronline.com/v1.01/api/hotelprices** 3 3 4 4 Method: GET ... ... @@ -232,83 +232,48 @@ 232 232 {{/code}} 233 233 234 234 234 +(% class="info" %)|**Value**|((( 235 +**Description** 236 +))) 237 +|**priceid**|GUID of the unique price id in the database of Rustar. This field together with placement creates unique combination of price for room/promotion/mealplan 238 +|**hotelid**|GUID of the hotel in the database of Rustar. 239 +|**roomcategory**|GUID of the Room category 240 +|**roomcategorytype**|GUID of the Room category type. Unique by description of the room 241 +|**roomcategoryname**|string. The name of the room category 242 +|**startdate**|Date. Start date of the price period 243 +|**enddate**|Date. End date of the price period 244 +|**mealplan**|CHAR(2). “RO”,"BB",”HB”,”FB”,”AL” 245 +|**adults**|Integer. Number of Aduts with beds 246 +|**teens**|Integer. Number of children (Teenagers) without extra bed 247 +|**children**|Integer. Number of children between infant and teen ages without extra bed 248 +|**infants**|Integer. Number of infants 249 +|**teenswithextrabeds**|Integer. Number of children (Teenagers) with extra bed 250 +|**childrenwithextrabeds**|Integer. Number of children between infant and teen ages with extra bed 251 +|**childpolicy**| { 252 +|**infantmaxage**|Decimal. Max age of the infant by the policy of the hotel 253 +|**childmaxage**|Decimal. Max age of the child by the policy of the hotel 254 +|**teenmaxage**|Decimal. Max age of the teenager by the policy of the hotel 255 +|**}**| 256 +|**placement**|string. Accomodation of all guests in following format e.g. 257 +|**SGL+1CHDEB(3-13,99)+1CHD(0-2,99)**| 258 +|**price**|Decimal. Price for the accommodation/placement 259 +|**currency**|CHAR(3). Currency of the price above 260 +|**promotioncode**|string. Optional. Promotion code if any of the specified price 261 +|**promotion**| { Promotion terms if any 262 +|**staydays**| Integer. Number of days to stay for stay/pay promotion (n nights free) 263 +|**paydays**| Integer. Number of days that will be charged in case of “staydays” stay 264 +|**discount**| Decimal. Discount % that was applied for this promotion 265 +|**cashback**| Decimal. Cashback in specified currency that was applied for this promotion 266 +|**}**| 267 +|**conditions"**| { Optional conditions for using this price 268 +|**bookingstartdate**| Date. When it is allowed to start the reservation for this promotion/accomodation 269 +|**bookingenddate**| Date. Date, after when the sale of this promotion should be stopped. 270 +|**bookbefore**| Integer. Number of days before checkin to use this promotion (Early Bird) 271 +|**minimumstay**| Integer. Minimal stay of nights to use this promotion 272 +|**maximumstay**| Integer. Maximal stay of nights to use this promotion 273 +|**}**| 274 +|**isactive**| Boolean. True if the price is active and can be used. False if the price is deactivated/inactive. 235 235 236 -**priceid:** GUID of the unique price id in the database of Rustar. This field together with placement creates unique combination of price for room/promotion/mealplan 237 237 238 -**hotelid:** GUID of the hotel in the database of Rustar. 239 239 240 -**roomcategory: **GUID of the Room category 241 - 242 -**roomcategorytype: **GUID of the Room category type. Unique by description of the room 243 - 244 -**roomcategoryname: **string. The name of the room category 245 - 246 -**startdate: **Date. Start date of the price period 247 - 248 -**enddate: **Date. End date of the price period 249 - 250 -**mealplan: **CHAR(2). “RO”,"BB",”HB”,”FB”,”AL” 251 - 252 -**adults: **Integer. Number of Aduts with beds 253 - 254 -**teens: **Integer. Number of children (Teenagers) **without** extra bed 255 - 256 -**children: **Integer. Number of children between infant and teen ages **without** extra bed 257 - 258 -**infants: **Integer. Number of infants 259 - 260 -**teenswithextrabeds: **Integer. Number of children (Teenagers) **with** extra bed 261 - 262 -**childrenwithextrabeds: **Integer. Number of children between infant and teen ages **with** extra bed 263 - 264 -**childpolicy: {** 265 - 266 -**infantmaxage: **Decimal. Max age of the infant by the policy of the hotel 267 - 268 -**childmaxage: **Decimal. Max age of the child by the policy of the hotel 269 - 270 -**teenmaxage: **Decimal. Max age of the teenager by the policy of the hotel 271 - 272 -**}** 273 - 274 -**placement: **string. Accomodation of all guests in following format e.g. 275 - 276 -**"SGL+1CHDEB(3-13,99)+1CHD(0-2,99)"** 277 - 278 -**price: **Decimal. Price for the accommodation/placement 279 - 280 -**currency: **CHAR(3). Currency of the price above 281 - 282 -**promotioncode: **string. Optional. Promotion code if any of the specified price 283 - 284 -**promotion: { **Promotion terms if any 285 - 286 -**staydays: **Integer. Number of days to stay for stay/pay promotion (n nights free) 287 - 288 -**paydays: **Integer. Number of days that will be charged in case of “staydays” stay 289 - 290 -**discount: **Decimal. Discount % that was applied for this promotion 291 - 292 -**cashback: **Decimal. Cashback in specified currency that was applied for this promotion 293 - 294 -**}** 295 - 296 - 297 -**conditions": { **Optional conditions for using this price 298 - 299 -**bookingstartdate: **Date. When it is allowed to start the reservation for this promotion/accomodation 300 - 301 -**bookingenddate: **Date. Date, after when the sale of this promotion should be stopped. 302 - 303 -**bookbefore: **Integer. Number of days before checkin to use this promotion (Early Bird) 304 - 305 -**minimumstay: **Integer. Minimal stay of nights to use this promotion 306 - 307 -**maximumstay: **Integer. Maximal stay of nights to use this promotion 308 - 309 -**}** 310 - 311 -**isactive: **Boolean. True if the price is active and can be used. False if the price is deactivated/inactive. 312 - 313 - 314 314 Please be noted, that the prices are already calculated with all possible discounts.