GET hotels/{hotelId}/server?key={key}
Gets the Server name of the Hotel specified by the HotelId parameter. Returns 404 (not found) if the hotel doesn't exist.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hotelId |
Id of the Hotel to be returned |
string |
Required |
key |
API - Key identifying the caller |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Server Name of the requested Hotel
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>