Skip to main content

Search by Address

Address

Search by an Address to return associated hotels. Each parameter can be used by itself or in combination with the other parameters to narrow the results.

Note: Only applicable for the Hotel List operation

ParameterDescriptionType
addressCityCity associated with a hotel address. Use "%" as a wildcard.String
addressStateCode of a state or province associated with an address. ISO State/Prov code.String
addressPostal CodePostal code associated with a hotel address. Use "%" as a wildcard.String
addressCountryCountry of the address. (ISO Alpha-2 letter alpha country code.)String

Sample Requests

  • City Name
/v1/api/hotel/list?chainId=12723&addressCity=Southlake

 

  • City Name starting with S
/v1/api/hotel/list?chainId=12723&addressCity=S%

 

  • State or Province code
/v1/api/hotel/list?chainId=12723&addressState=TX

 

  • State or Province code and city name
/v1/api/hotel/list?chainId=12723&addressState=TX&addressCity=Southlake

 

  • Postal Code
/v1/api/hotel/list?chainId=12723&addressPostal=76092

 

  • Postal Code starting with 760
/v1/api/hotel/list?chainId=12723&addressPostal=760%
  • Country
/v1/api/hotel/list?chainId=12723&addressCountry=US