v4.1.0 | April 10, 2023
API Information
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
v4.0.0 | May 5, 2021
API Information
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