Skip Navigation

Migration Guide - Trip_SearchRQ until 4.2.0

4.2.0 and prior versions to 4.5.0

What's new?

v4.5.0:

  • In version 4.5.0 Trip_SearchRQ uses STL format version 1.19
  • For all Trip_SearchRQ versions we introduced a default limit of 500 PNRs in the response, unless defined differently in the request view (@ViewName)

v4.4.0:

  • Does not support response format TVL. The document has been modified to reflect this change. RQ and RS Samples have been updated
  • Introduces search by new criteria: EMD with attributes: EMDNumber and EMDCouponNumber

v4.3.0:

  • Added search options for Sabre Travel Network for Past Date PNRs
  • Added PastDate indicator in Trip_SearchRS for Past Date PNRs
  • PNR search options by foreign PNR record locators are described now
  • The service responses include more PNR data elements thanks to using newer XML schemas for STL and TVL response formats
  • The structure of the User Guide document was re-organized - e.g. use cases added, multiple minor corrections applied, an overview of service security presented, the complete response payloads stored as text files separately

v4.2.0:

  • New Destination Criteria added to allow the user to search by specific Start and End points or dates.

v4.1.0:

  • Expanded description of MatchMode attribute with examples (1.2).
  • Expanded View chart (1.3) to include ASYNC and Pagination.
  • New attribute added to Locator Criteria (2.4) to define the source of the locator.
  • New Criteria added to use Document (2.12) search containing different Document Types and Document Numbers in the SSRs.

v4.0.0:

  • Addition of Process Overview sections: Views and Subject Areas, Asynchronous searches.
  • New examples and payload files.

How to migrate from previous versions?

In order to use the latest version in Production, change the version number in the Trip_SearchRQ that you are currently using to 4.5.0 since it is backward compatible with prior versions.

<Trip_SearchRQ Version="4.5.0">
            <ReadRequests>
                <ReservationReadRequest>
                    <LocatorCriteria>
                        <Locator Id="EMWABI"/>
                    </LocatorCriteria>
                    <PosCriteria AnyBranch="true"/>
                    <ReturnOptions MaxItemsReturned="500" ResponseFormat="STL" ViewName="TripSerachBlobTN" SearchType="ACTIVE"/>
                </ReservationReadRequest>
            </ReadRequests>
</Trip_SearchRQ>