Changes for page 4. Hotel Extras
Last modified by Giorgi Mdivnishvili on 2024/02/27 22:06
From version 17.1
edited by Giorgi Mdivnishvili
on 2024/02/27 22:06
on 2024/02/27 22:06
Change comment:
There is no comment for this version
To version 15.1
edited by Giorgi Mdivnishvili
on 2024/02/27 09:40
on 2024/02/27 09:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -217,7 +217,6 @@ 217 217 218 218 == Definitions == 219 219 220 -(% class="table-bordered" %) 221 221 (% class="info" %)|**Value**|**Description** 222 222 |**hotelid**|GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel 223 223 |**hotelname**|string. Name of the hotel ... ... @@ -244,4 +244,27 @@ 244 244 |** stayperiodstart**|If not null, then the reservation (stay date) should be starting from specified date 245 245 |** stayperiodend**|If not null, then the reservation (stay date) should end before specified date 246 246 247 - 246 +|hotelid|GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel 247 +|hotelname|string. Name of the hotel 248 +|servicetype|Object type of service/gala dinner 249 +|roomcategorytype|GUID of the Room category type. Unique by description of the room 250 +|roomcategoryname|string. The name of the room category 251 +|extraservicetypeid|GUID of the service type. Unique for GALA DINNER, CHRISTMAS DINNER etc 252 +|extraservicetype|Sstring. The name of the extra service type. E.g. GALA DINNER 253 +|extraserviceid|GUID of the extra service provided/requested by the hotel 254 +|extraservice|String. The name of the service/extra for the specific hotel. E.g. NEW YEAR GALA DINNER IN ATLANTIS 255 +|servicedescriptionnote|String. Optional description to be displayed to client. The description explains the conditions of the gala dinner in human readable format 256 +|serviceconditionsnote|String. Optional description of conditions of the service to be displayed to client. The conditions displayed are in human readable format 257 +|ismandatory|Boolean. 1 if this dinner/service is mandatory for the stay. 0 if using of this service/dinner is optional 258 +|serviceprices|Array of different options for gala dinners/extra services 259 +| description|Description of one of the option 260 +| adult|Price for the adult 261 +| teen|Price for the teenager (Age is specified in maxage property) 262 +| child|Price for the child (Age is specified in maxage property) 263 +| infant|Price for the infant (Age is specified in maxage property). If priceid is null, then infant is not allowed 264 +|serviceconditions|conditions to be met in order to request this dinner/service 265 +| bookingstartdate|If not null, then the booking should be done starting from this date 266 +| bookingenddate|If not null, then the booking should be done ending this date 267 +| minimumstay|If not null, then the booking duration should be at least the specified days 268 +| stayperiodstart|If not null, then the reservation (stay date) should be starting from specified date 269 +| stayperiodend|If not null, then the reservation (stay date) should end before specified date