Changes for page 3. Room Availabilities

Last modified by Giorgi Mdivnishvili on 2024/02/27 22:04

From version 4.1
edited by Giorgi Mdivnishvili
on 2024/02/27 09:55
Change comment: There is no comment for this version
To version 3.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -49,28 +49,25 @@
49 49  
50 50  
51 51  
52 -(% class="info" %)|**Value**|**Description**
53 -|**hotelid**|GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
54 -|**roomcategory**|GUID of the Room category
55 -|**roomcategorytype**|GUID of the Room category type. Unique by description of the room
56 -|**roomcategoryname**|string. The name of the room category
57 -|**startdate**|Date. Start date of the limit period
58 -|**enddate**|Date. End date of the limit period
59 -|**note**|string. Free formed text
60 -|**pricestatus**|string. Values can be
61 61  
53 +**hotelid:**                        GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
62 62  
63 -(% class="box errormessage" %)
64 -(((
55 +**roomcategory:              **GUID of the Room category
56 +
57 +**roomcategorytype:       **GUID of the Room category type. Unique by description of the room
58 +
59 +**roomcategoryname:     **string. The name of the room category
60 +
61 +**startdate:                     **Date. Start date of the limit period
62 +
63 +**enddate:                       **Date. End date of the limit period
64 +
65 +**note:**                            string. Free formed text
66 +
67 +**pricestatus:**                  string. Values can be:
68 +
65 65  "STOP" – means STOP SALE. The room is not available for specified period
66 -)))
67 67  
68 -(% class="box errormessage" %)
69 -(((
70 70  "REQUEST" – means“ON REQUEST”. The availability must be checked for specified period.
71 -)))
72 72  
73 -(% class="box errormessage" %)
74 -(((
75 75  "FREE" – this status is optional. Means FREE SALE.
76 -)))