Skip Navigation

Get Hotel List

4.1.0
Hotel
Search
SOAP API
Travel Agency
  • Added an optional parameter CorporateNumber to pass corporate related information to CSL.

API Information

Format
XML
Current Version
4.1.0
Environment
Production

What's New

  • Added an optional parameter CorporateNumber to pass corporate related information to CSL.

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:

<POS>
        <Source PseudoCityCode="TM51"/>
</POS>
<CorporateNumber>1245346</CorporateNumber>

  • In this version new functionality and enhancements were introduced.

API Information

Format
XML
Current Version
4.0.0
Environment
Production

What's New

  • In this version new functionality and enhancements were introduced.

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>

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>

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" .../>

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"/>