v1
latestSwagger 2.02026-08-0689081.6 KBService
Retrieve rates for specific hotel properties
Retrieve hotel rates
post/hotels/rates
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
{
"checkin": "2021-10-20",
"checkout": "2021-10-23",
"guestCountryCode": "CA",
"hotelPropertyRefs": [
{
"chainCode": "HH",
"propertyCode": "HH498949"
}
],
"rateCategories": [
{
"otaCode": 1,
"value": "AAA"
}
],
"requestorInfo": {
"bookingForSelf": true,
"loginId": "abc@concur.com",
"posRequestorId": "abc1234",
"travelerUuid": "123e4567-e89b-12d3-a456-426614174000",
"pcc": "ABC123"
},
"customFields": [
{
"name": "OrgUnit",
"value": "Travel Agents"
}
]
}Response
Hotel rates for requested properties