If you want to use this function please contact support to have your IP address whitelisted
Post JSON data here to get descriptive information for a room or property. This information can be used to construct a booking application.
See here for information about using the JSON API.
The getDescriptions requires at least one of the parameters roomId or propId.
If propId is specified without roomId, property information only will be returned
If roomId is specified without propId, room information only will be returned
If both propId and roomId are specified, property and room information only will be returned
If propId and roomId = true is specified, property and information for all rooms will be returned
If the lang parameter is not specified, the default booking language will be assumed.
apiKey and propKey are not required to authenticate access to this function.
{ "propId": "3103" }
{ "propId": "3103", "roomId": true, "lang": "de" }
{ "roomId": "6027", "lang": "en" }