v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Rate

getRatePlans

Returns the rates of the room type or promo code selected, based on the provided parameters. If no parameters are provided, then the method will return all publicly available rate plans. ### Group account support

get/getRatePlans

Query parameters

propertyIDsstring

List of property IDs, comma-separated, i.e. 37,345,89

rateIDsstring

List of Rate IDs, comma-separated, i.e. 37,345,89

roomTypeIDstring

List of Room Type IDs, comma-separated, i.e. 37,345,89

promoCodestring

List of Promo Codes, comma-separated, i.e. 37,345,89

includePromoCodeboolean

Include rate plans with promo code

startDatestring date required

Check-in date

endDatestring date required

Check-out date

adultsinteger

Number of adults

childreninteger

Number of children

detailedRatesboolean

If the rates need detailed information

includeSharedRoomsboolean

Include shared rooms in the result for multiple adults/children

Response

200 Response

successboolean

Returns if the request could be completed

messagestring nullable

To be used in case any error occurs (if success = false). If success = true, it does not exist.