Release Notes
Looking for the latest features and enhancements to Sabre APIs? You're in the right place.
Method/Endpoint: /v1/trip/orders/
- GetBooking will start returning additional information regarding traveler association with flights and cars.
- GetBooking will start supporting additional information associated with hotel bookings: corporate id and arrival/departure flight details.
- GetBooking will start returning booking signature used to verify the state of the booking during modification (more information soon!).
- GetBooking will start expanding traveler information based on the guest details stored in the hotel booking.
- GetBooking will start returning agency IATA number if booking contains CSL (Content Services for Lodging) content.
- CancelBooking schema will be slightly improved by removing unused, duplicated properties related to queue placement.
Method/Endpoint: /All Api for Digital Connect Check-in
- New Features
- Residency Card Eligibility
- Return INF Passenger Name When Refreshing Passenger Details
- Return Cabin Class in fareInfo
- Defect Fixes
- Cannot Update KnownTraveler Number with ApplicableCountryCode
- BG CUTOVER: Seat Cannot be Assigned
- BG CUTOVER: All the passenger in the Same PNR is not Showing in the Passenger Details Window
- BG CUTOVER- Error on DW Visa Required even APP is OK to Board
- Redress Number Returned More than 2; HOST has Restriction of Max 2
Method/Endpoint: / Digital Connect - Self Service
- Features
- Travel Bank Refunds - Security Checks
- Seating Data and Air Extras retained upon upgrade.
- Verifying VCR status for upgrade flow
- Upgrade Flow - revert points in Flat Fee Upgrade
- Price breakdown per passenger in shop response
- Air Search Response enhancement - Endorsable Indicator and Meal Code
- DC Metasearch enhancement - optional Fare Basis Code
- Defect fixes
- Incorrect Departure Date in Stopover Flights
- Commercial Seat Name Incorrectly Displayed on EMD
- Restrictive Email Length Validation
- PNRs not Placed on Queue When Adding SSRs
- Redemption Booking SIgned-in User Details Issue
- Session Id Missing in PnrDisplay Response Headers
- Agent Sales Report Dashboard Activation Issue
- Ancillary Error for Second Bag Fee
Service Action Code: EnhancedEndTransactionRQ
- (10/04/2022) When you specify EnhancedEndTransactionRQ/Itinerary/@id in the request, the API will attempt to work around when encountering 'SIMULTANEOUS CHANGES TO PNR - USE IR TO IGNORE AND RETRIEVE PNR'. Up till this point the API call resulted in an error stating, that 'NO CHANGES MADE TO PNR - UPDATE OR IGNORE'. From now on the API will send IgnoreTransactionLLSRQ upon encountering this message, and return the following warning, along with EnhancedEndTransactionRS/ItineraryRef/@ID that contains the PNR locator: "The API has encountered simultaneous changes being made to the reservation and cleared all changes on this session. Please execute previous entries again."
- (12/07/2022) The API will now accurately commit the transaction upon encountering "DIRECT CONNECT CANCEL" message. Previously the API retried commit request but did not modify its behavior when "DIRECT CONNECT CANCEL" stopped appearing, which resulted in failed transactions. After the change, if the message stops coming back, the API will alter its processing and correctly commit the record.
- (01/31/2023) Introduced a sleep mechanism which allows more time for vehicle vendor (Dollar/Thrifty) to confirm a vehicle booking. Such a scenario can be identified by the vehicle vendor returning "WAITING FOR DC RESPONSE .... RETRY IN {n} SECONDS" message upon committing changes to a reservation.