v1
latestSwagger 2.02026-08-0689081.6 KBService
Retrieve descriptive details about specified hotels.
Retrieve hotel property information
post/hotels/details
Headers
Accept-Languagestring
Advertises which languages the client is able to understand
concur-correlationidstring required
This unique code can be used during troubleshooting as it identifies the API call in the log files.
Request body
Example request
{
"hotelCodes": [
{
"chainCode": "HH",
"propertyCode": "HH498949"
}
],
"requestorInfo": {
"bookingForSelf": true,
"loginId": "abc@concur.com",
"posRequestorId": "abc1234",
"travelerUuid": "123e4567-e89b-12d3-a456-426614174000",
"pcc": "ABC123"
}
}Response
Hotel descriptive info for requested properties
Example response
{
"hotelDetailsList": [
{
"hotelDescriptiveInfo": {
"descriptiveInfos": [
{
"contents": [
"Check-in at 3:00PM",
"Check-out at 11:00AM"
],
"endDate": "2021-11-20",
"otaCode": 8,
"startDate": "2021-10-20"
}
],
"mediaItems": [
{
"description": "Hotel entrance",
"url": "https://images.samplehost.com/samplepath/hotelEntrance.jpg"
}
],
"propertyDescription": "Offering a restaurant and a fitness centre, Hilton Garden Inn Long Island City is located in Long Island City. Free WiFi access is available. Each room here will provide you with a TV. Complete with a microwave, the dining area also has a refrigerator and a coffee machine. Guests will enjoy a full service restaurant and bar with evening room service. Other facilities offered at the property include a shared lounge and luggage storage. LaGuardia Airport is 8 km away. Guests are required to show a photo identification and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply. Due to Coronavirus (COVID-19), wearing a face mask is mandatory in all indoor common areas. In response to Coronavirus (COVID-19), additional safety and sanitation measures are currently in effect at this property. Food & beverage services at this property may be limited or unavailable due to Coronavirus (COVID-19). Due to Coronavirus (COVID-19), this property is taking steps to help protect the safety of guests and staff. Certain services and amenities may be reduced or unavailable as a result. Please note that the Extra Bed / Crib is subject to availability. The property will be under renovations to the lobby bar and lounge area from 6 January 2020 until 30 March 2020.\n"
},
"propertyRef": {
"chainCode": "HH",
"propertyCode": "HH498949"
}
}
]
}