v1.19.16 | June 1, 2022
- CSL segments now return a new IUR attribute, "LegacyCompatible".
API Information
What's New
- CSL segments now return a new IUR attribute, "LegacyCompatible".
New Features
In the Response
Optional
- Parameter: LegacyCompatible
-
Type: boolean
Description: The new IUR attribute "LegacyCompatible" is valid for GDS bookings only. This parameter is stored within the segment details, with a default value of "False". The data will be available in active segment details and also in historical details under the following elements: Reservation/PassengerReservation/Segments/Product/or:ProductDetails/or:Lodging/@LegacyCompatible Reservation/History/HistoryTransaction/ProductDetailsHistory/or:Lodging/@LegacyCompatible
Sample Value:
Example:
<or114:Lodging LegacyCompatible="true">
<or114:ResGlobalInfo>
<or114:BookingInfo Status="39" RequestorID="SG000000" InfoSource="100" TransactionId="IHFVIK0101653055002563" Email="Orville.Wright@sabre.com">
<or114:BookingKey>6fcba3a0-d52a-4d3a-a10c-2fe11bca63de</or114:BookingKey>
<or114:HotelReservationIds>
<or114:HotelReservation Id="IHFVIK" Type="24"/>
<or114:HotelReservation Id="99999999" Type="5"/>
<or114:HotelReservation Id="5603WIC502" Type="40"/>
</or114:HotelReservationIds>
</or114:BookingInfo>
...
<stl19:ProductDetailsHistory ProductId="3" productCategory="AGTLCSSEGMENT" productType="HHL" vendorCode="RT" statusCode="HK" startPoint="SYD" startDateTime="2022-09-13T00:00:00" endPoint="SYD" endDateTime="2022-09-15T00:00:00">
<or114:ProductName type="HHL">Lodging</or114:ProductName>
<or114:Lodging LegacyCompatible="true">
<or114:ResGlobalInfo>
...Note:
Relase note ID: 17299
v1.19.14 | December 10, 2021
API Information
What's New
Business Value
- Ability to retrieve additional data from the PNR
New Features
In the Response
Optional
- Parameter: New response schema element for PreReservedSeat, returned in case of seats that are unavailable following an equipment change
-
Type: boolean
Description: New element will be visible under: reservation/passengerReservation/segments/segment/air/seats/preReservedSeats/preReservedSeat/seatErrorDuringReaccommodation and reservation/passengerReservation/passengers/passenger/seats/preReservedSeats/preReservedSeat/seatErrorDuringReaccommodation
Sample Value:
Host Level:
*B«
SEATS/BOARDING PASS
1 1212Y 20DEC DFWORD HK¤ 18A NW BLP 1.1 SMITH/ALICE MRS
The same information in GetReservationRQ response:
<stl19:PreReservedSeat id="8">
<stl19:SeatNumber>18A</stl19:SeatNumber>
<stl19:SmokingPrefOfferedIndicator>false</stl19:SmokingPrefOfferedIndicator>
<stl19:SeatTypeCode>WLMOIQG</stl19:SeatTypeCode>
<stl19:SeatStatusCode>HK</stl19:SeatStatusCode>
<stl19:PreviousSeatStatusCode>SS</stl19:PreviousSeatStatusCode>
<stl19:SeatErrorDuringReaccommodation>true</stl19:SeatErrorDuringReaccommodation>
<stl19:BoardPoint>DFW</stl19:BoardPoint>
<stl19:OffPoint>ORD</stl19:OffPoint>
<stl19:Changed>Y</stl19:Changed>
<stl19:NameNumber>01.01</stl19:NameNumber>
</stl19:PreReservedSeat>Note:
Relase note ID: 16271