Skip to main content

Get Hotel List

4.1.0
Hotel
Search
SOAP API
Travel Agency

API Information

Response Format
XML
Service Action Code
GetHotelListRQ
Current Version
4.1.0
Target Audience
Both TN and AS
Environment
Production

What's New


New Features

In the Request

Optional

Parameter: CorporateNumber

Type: element

Description: The corporate number field allows you to pass information related to corporate to CSL

Sample Value:

 
Note:

Relase note ID: 18116


API Information

Response Format
XML
Service Action Code
GetHotelListRQ
Current Version
4.0.0
Target Audience
Both TN and AS
Environment
Production

What's New


New Features

In the Request

Optional

Parameter: Filter search properties based on level of service

Type: list

Description: The property quality code filter allows users to filter properties based on the level of service. This field is based on the LOS OTA code.

Sample Value:

<PropertyQualityCodes Inclusive="true">
  <PropertyQualityCode>5</PropertyQualityCode>
  <PropertyQualityCode>6</PropertyQualityCode>
</PropertyQualityCodes>
Note:

In the Request

Optional

Parameter: PropertyQualityInfo

Type: boolean

Description: Allows users to control whether property quality codes are returned in the API response.

Sample Value:

<PropertyQualityInfo>true</PropertyQualityInfo>
Note:

Functional Updates And Enhancements

In the Response

Optional

Parameter: Hotel Codes and Sabre Hotel Codes

Type: string

Description: The response will always return a Global hotel code in the 'HotelCode' attribute in the response irrespective of the CodeContext specified in the request.

Sample Value:

Request:
<HotelRefs>
    <HotelRef HotelCode="1234" CodeContext="SABRE"/>
</HotelRefs>

<HotelInfo HotelCode="100095296"  CodeContext="GLOBAL" SabreHotelCode="1234" .../>
Note:

In the Request

Optional

Parameter: SabreRating

Type: number

Description: The SabreRating filter now allows users to filter properties with a lowest rating of 0.5 instead of 1.

Sample Value:

<SabreRating Min="0.5" Max="0.5"/>
Note:

Relase note ID: 16224