Changes for page 4. Hotel Extras

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

From version 5.1
edited by Giorgi Mdivnishvili
on 2024/02/26 16:28
Change comment: There is no comment for this version
To version 13.1
edited by Giorgi Mdivnishvili
on 2024/02/27 09:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +12,3 @@
1 -{{box cssClass="floatinginfobox" title="**Contents**"}}
2 -
3 -
4 -{{toc/}}
5 -{{/box}}
6 -
7 -
8 -{{toc/}}
9 -
10 -
11 -
12 12  == Endpoint ==
13 13  
14 14  **https:~/~/restapi.rustaronline.com/v1.01/api/hotelextras**
... ... @@ -228,55 +228,31 @@
228 228  
229 229  == Definitions ==
230 230  
231 -**hotelid:**                          GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
220 +(% class="info" %)|Value|Description
221 +|hotelid|GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel
222 +|hotelname|string. Name of the hotel
223 +|servicetype|Object type of service/gala dinner
224 +|roomcategorytype|GUID of the Room category type. Unique by description of the room
225 +|roomcategoryname|string. The name of the room category
226 +|extraservicetypeid|GUID of the service type. Unique for GALA DINNER, CHRISTMAS DINNER etc
227 +|extraservicetype|Sstring. The name of the extra service type. E.g. GALA DINNER
228 +|extraserviceid|GUID of the extra service provided/requested by the hotel
229 +|extraservice|String. The name of the service/extra for the specific hotel. E.g. NEW YEAR GALA DINNER IN ATLANTIS
230 +|servicedescriptionnote|String. Optional description to be displayed to client. The description explains the conditions of the gala dinner in human readable format
231 +|serviceconditionsnote|String. Optional description of conditions of the service to be displayed to client. The conditions displayed are in human readable format
232 +|ismandatory|Boolean. 1 if this dinner/service is mandatory for the stay. 0 if using of this service/dinner is optional
233 +|serviceprices|Array of different options for gala dinners/extra services
234 +| description|Description of one of the option
235 +| adult|Price for the adult
236 +| teen|Price for the teenager (Age is specified in maxage property)
237 +| child|Price for the child (Age is specified in maxage property)
238 +| infant|Price for the infant (Age is specified in maxage property). If priceid is null, then infant is not allowed
239 +|serviceconditions|conditions to be met in order to request this dinner/service
240 +| bookingstartdate|If not null, then the booking should be done starting from this date
241 +| bookingenddate|If not null, then the booking should be done ending this date
242 +| minimumstay|If not null, then the booking duration should be at least the specified days
243 +| stayperiodstart|If not null, then the reservation (stay date) should be starting from specified date
244 +| stayperiodend|If not null, then the reservation (stay date) should end before specified date
232 232  
233 -**hotelname:**                    string. Name of the hotel
234 234  
235 -**servicetype:                   **Object type of service/gala dinner
236 -
237 -**roomcategorytype:         **GUID of the Room category type. Unique by description of the room
238 -
239 -**roomcategoryname:       **string. The name of the room category
240 -
241 -**extraservicetypeid:        **GUID of the service type. Unique for GALA DINNER, CHRISTMAS DINNER etc
242 -
243 -**extraservicetype:           **string. The name of the extra service type. E.g. GALA DINNER
244 -
245 -**extraserviceid:**               GUID of the extra service provided/requested by the hotel
246 -
247 -**extraservice:                  **string. The name of the service/extra for the specific hotel. E.g. NEW YEAR GALA DINNER IN ATLANTIS
248 -
249 -**servicedescriptionnote: **string. Optional description to be displayed to client. The description explains the conditions of the gala dinner in human readable format
250 -
251 -**serviceconditionsnote:   **string. Optional description of conditions of the service to be displayed to client. The conditions displayed are in human readable format
252 -
253 -**ismandatory:**                 Boolean. 1 if this dinner/service is mandatory for the stay. 0 if using of this service/dinner is optional
254 -
255 -**serviceprices:**                Array of different options for gala dinners/extra services
256 -
257 -**~ description:**                 Description of one of the option
258 -
259 - **adult:**                           Price for the adult
260 -
261 - **teen:**                            Price for the teenager (Age is specified in maxage property)
262 -
263 - **child:**                           Price for the child (Age is specified in maxage property)
264 -
265 - **infant:**                          Price for the infant (Age is specified in maxage property). If priceid is null, then infant is not allowed
266 -
267 -**serviceconditions:**          conditions to be met in order to request this dinner/service
268 -
269 - **bookingstartdate:        **If not null, then the booking should be done starting from this date
270 -
271 - **bookingenddate:**          If not null, then the booking should be done ending this date
272 -
273 - **minimumstay:**              If not null, then the booking duration should be at least the specified days
274 -
275 - **stayperiodstart:**           If not null, then the reservation (stay date) should be starting from specified date
276 -
277 - **stayperiodend:**             If not null, then the reservation (stay date) should end before specified date
278 -
279 -
280 -
281 -
282 282