Changes for page 3. Room Availabilities

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

From version 1.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:17
Change comment: There is no comment for this version
To version 5.1
edited by Giorgi Mdivnishvili
on 2024/02/27 22:04
Change comment: There is no comment for this version

Summary

Details

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