v1
latestSwagger 2.02026-08-0689081.6 KBService
Perform the initial search for hotels.
Perform the initial search for hotels according to params
post/hotels/search
Headers
Accept-Languagestring
Advertises which languages the client is able to understand
concur-correlationidstring required
Correlation ID to track the record across the logs
Request body
Example request
{
"checkin": "2021-10-20",
"checkout": "2021-10-23",
"customFields": [
{
"name": "OrgUnit",
"value": "Travel Agents"
}
],
"guestCountryCode": "CA",
"hotelPropertyRefs": [
{
"chainCode": "HH",
"propertyCode": "HH498949"
}
],
"locationSearch": {
"location": {
"address": {
"addressLines": [
"910 Mainland Street"
],
"city": "Vancouver",
"countryCode": "CA",
"postalCode": "V5K 0A1",
"state": "BC",
"stateName": "British Columbia"
},
"geoLocation": {
"latitude": 49.246292,
"longitude": -123.116226
},
"locationType": "Hotel",
"name": "Sheraton DFW Airport Hotel"
},
"maxRadius": {
"value": 5
},
"radius": {
"value": 5
}
},
"maxSearchResults": 100,
"rateCategories": [
{
"otaCode": 1,
"value": "AAA"
}
],
"requestorInfo": {
"bookingForSelf": true,
"loginId": "abc@concur.com",
"posRequestorId": "abc1234",
"travelerUuid": "123e4567-e89b-12d3-a456-426614174000",
"pcc": "ABC123"
}
}Response
Search results that meet criteria
Example response
{
"hotelProperties": [
{
"address": {
"addressLines": [
"910 Mainland Street"
],
"city": "Vancouver",
"countryCode": "CA",
"postalCode": "V5K 0A1",
"state": "BC",
"stateName": "British Columbia"
},
"altPropertyCode": {
"catalogCode": "HH498949"
},
"amenities": [
{
"cost": {
"amount": 190.95,
"currencyCode": "USD"
}
}
],
"chainCode": "HH",
"contactInfo": {
"faxNumber": "+1-555-555-5678",
"phoneNumbers": [
"+1-555-555-1234"
]
},
"hotelName": "JW Marriott Parq",
"leadImageURI": "https://images.samplehost.com/samplepath/leadimage.jpg",
"leadRate": {
"avgNightlyRate": {
"amount": 190.95,
"currencyCode": "USD"
}
},
"totalPrice": {
"totalOverStay": {
"amount": 190.95,
"currencyCode": "USD"
}
},
"onRequest": true,
"position": {
"latitude": 49.246292,
"longitude": -123.116226
},
"propertyCode": "HH498949",
"rating": {
"source": "NORTHSTAR",
"value": 4,
"name": "My Custom Source"
},
"superChainCode": "EM",
"sustainabilityAwards": [
{
"label": "EARTH_CHECK",
"level": "Gold",
"name": "Custom"
}
],
"emissionInfo": {
"emissions": 1.3141592722321,
"sustainabilityScore": 40
},
"exactMatch": true,
"acceptedPayments": "VISA",
"propertyTypeCode": 19,
"recommendationReasons": "MOST_BOOKED_BY_COMPANY"
}
]
}