v1

latestSwagger 2.02026-08-0689081.6 KB
Service

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

checkinstring date required

Check in date as entered by traveler

checkoutstring date required

Check out date as entered by traveler

guestCountryCodestring

Two-character ISO code (ISO ALPHA-2) for country

numGuestsinteger

No. of guests for accomodation

searchSessionTokenstring uuid

Session token to be generated and provided by server on initial "search" call that can be referenced back for future api calls on the same session.

accessViaMobileboolean

Indicates if the request is coming from mobile device

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

checkinstring date required
checkoutstring date required