Release Notes 25.2

Schema Version and Retirement

The latest schema, version 54.0, released with Universal API 25.2.

Important!

Effective January 23, 2025, the Travelport Universal API schema retirement process is being put on hold temporarily. See the Schema Retirement page for further details.

Functional Updates

U indicates content for the upcoming or recent releases.

Update Provider Detailed Description Associated Transactions Schema Change Schema Location/XPATH
Defect Fixes
  • DA 1061 Defect Fixes for Release 25.2.1

  • DA 1069 Defect Fixes for Release 25.2.2

  • DA 1070 Defect Fixes for Release 25.2.3

  • DA 1076 Defect Fixes for Release 25.2.4

     
Universal API Release 25.2.4

Vehicle Details return in separate fields.

 

1G

Previously, vehicle address details in Vehicle Matrix response returned in a single field. This enhancement returns details in separate fields for easier processing, and has been reflected in an updated schema file. E.g.,

Previous:

<vehicle:Address>2424 E Carr St Dallas TX US 75261 Dallas Fort Worth Intl  
Airport</vehicle:Address>

With this release:

<vehicle:AddressInfo Key="95aAA==">
 <Street>2424 E Carr St </Street>
 <City>Dallas</City>
 <State>TX</State>
 <PostalCode>75261</PostalCode>
 <Country>US</Country>
</vehicle:AddressInfo>

Vehicle Matrix

 

 

No

 

Vehicle v54.xsd

VehicleSearchAvailabilityRsp/VehicleDateLocation/VendorLocation

@Address

Updated v54 schema file

 

1G, 1V, 1P

Version 54.0 of the schema file, and the differences file, had a minor update to adjust for two field description updates (details in the Defect DA), and additional fields added for the vehicle address details in the Vehicle Matrix response, shown in the previous row in this table.

     
Universal API Release 25.2.3

Segment Status Change for NDC Bookings Retrieved via SOAP XML API Services.

1G

On June 26, 2025, Universal API (SOAP XML API Services) will be able to retrieve NDC bookings with segments containing both ZK and HK status.

  • Users who want to retrieve NDC bookings with ZK or HK status returned on NDC segments should reach out to their Travelport Account Representative and Opt-In for NDC bookings.

  • See DA-1065 for more details.

UR Retrieve

UR Modify

No

UniversalRecord.xsd

  • UniversalRecordRetrieveRsp

  • UniversalRecordModifyRsp

IndiGo Stretch Business Class fares are now accessible.

ACH

IndiGo Stretch Business Class Fares are now accessible. The delivery is in two phases.

  • Phase 1 delivery May 1, 2025 - Does not allow for fare combinations

  • Phase 2 delivery June 12, 2025 - Allows for fare combinations

See DA-1067 for further information.

Indigo No

Air.xsd, Universal.xsd

  • LowFareSearch

  • AirPrice

  • SeatMap

  • AirCreateReservtion

  • UniversalRecordRetrieve

Universal API Release 25.2.2
    No features were added in this release. See the Defect DA.      
Universal API Release 25.2.1
Version 54 schema released.

1G, 1V, 1P

 

Version 54.0 schema has been released with an updated schema .zip and .dif file.

Schema Yes

Schema v54.xsd

Vehicle Availability Matrix returns Geo Location for one-way rentals.

 

1G

 

 

This enhancement provides the ability to include the geo location for both a pickup and drop-off location, for one-way rentals, in the Vehicle Availability Matrix request to give travelers the option of selecting car rental companies near a specific location.

 

Vehicle Matrix

 

 

Yes

 

Vehicle v54.xsd

VehicleSearchAvailabilityReq/VehicleDateLocation

@Latitude

@Longitude

@Distance

@Unit

Vehicle Availability Matrix response returns lat/long, address, and hours.

1G

 

This enhancement returns the lat/long and address to allow the showing of the rental location on a map, and business operation hours of the rental company, in the vehicle availability matrix response.

 

Vehicle Matrix

 

 

Yes

 

Vehicle v54.xsd

VehicleSearchAvailabilityRsp/VehicleDateLocation/VendorLocation

@Address

@BusinessHours

Vehicle Availability Matrix response returns baggage count and passenger count.

 

1G

 

This enhancement returns both baggage and passenger count in the vehicle search matrix response. This provides the details to travelers so they can select a vehicle according to their needs.

 

Vehicle Matrix

 

Yes

 

Vehicle v54.xsd

VehicleSearchAvailabilityRsp/Vehicle

@PassengerCount

@BagCount

Vehicle Availability Matrix response returns make and model of vehicle.

 

1G

 

This enhancement returns the make and model for the vendor car type if ReturnAllRates is set to "true" so that travelers can decide on what kind of car to select for their rental based on the make and model options available for a specific vendor.

 

Vehicle Matrix

 

Yes

 

Vehicle v54.xsd

VehicleSearchAvailabilityReq @ReturnAllRates="true"

VehicleSearchAvailabilityRsp/Vehicle @MakeModel

 

New password requirements.

 

1G, 1V, 1P

 

A change in the process of how credentials and passwords are distributed when requested for new or existing SOAP XML API (Universal API) Services credentials has been implemented as of March 25th, 2025.

When requesting new Production or Pre-Production, or for additional credentials:

  • Your new credentials are delivered from an automated system via a noreply_bizagi@travelport.com encrypted email directly to the designated administrator at your company.

  • Your new password is delivered from an automated system via a api.details.receipts@travelport.com encrypted email directly to the designated administrator at your company.

For password reset for existing credentials:

  • The new password for existing credentials is delivered from an automated system via a api.details.receipts@travelport.com encrypted email, sent directly to the designated administrator at your company.

  • In some cases, credentials were created outside of the new system, e.g., created many years ago. For those infrequent scenarios, if a password reset is needed, it is delivered manually via an encrypted email sent directly to the designated administrator at your company.

For Admin Portal, or for additional credentials, an encrypted email is sent directly to the designated administrator at your company from noreply_bizagi@travelport.com.

In progress requests (started prior to the implementation of this new process):

  • For credential requests, the delivery of the credentials are delivered manually, as it was prior to March 25th 2025, which is from an encrypted email sent directly to the designated administrator at your company.

  • The password for the additional production credentials are delivered separately from an automated system via api.details.receipts@travelport.com encrypted email directly to the designated administrator at your company.

See DA 1030 for more details.

Getting Started No N/A

Chunked encoding is not supported by Universal API.

 

1G, 1V, 1P, ACH, RCS

 

Chunked encoding is a setting that can be sent in an HTTP header as Transfer-Encoding: chunked, allowing the data stream to be transmitted differently. When connecting an application to Travelport using SOAP XML API (Universal API) Services, chunked encoding should not be used to avoid any transmission errors when processing SOAP XML requests because chunked encoding is not supported.

See DA-1055 for further details.

Getting Started

 

No

 

N/A