Skip Navigation

Synchronize Rail Reservation

1.22.0
Rail
Reservation
SOAP API
Travel Agency

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

Deprecated API

Warning! Sabre Rail SOAP APIs will be decommissioned soon. New REST APIs documentation is available here.

The Synchronize Rail Reservation (RailPNRSynchRQ) service allows synchronization and import of vendor PNRs into Sabre PNR.

Target Audience
Travel Agency
API Version
1.22.0
Authentication
Session Token
Service Action Code
RailPNRSynchRQ

The request synchronizes content in the Sabre PNR with the vendor PNR.

The service can be also used to import a Vendor PNR into a new Sabre PNR.

It is often used after updating the already existing booking, after ticketing, immediate cancellations or any after sales operations. This Web service can be called at any time to ensure that both PNRs are synchronized.

If the operation is successfully completed, the PNR in the Sabre host system and in the AAA is modified, the Sabre session is closed, and the service ends the transaction in the AAA and host. The Success element is also returned, otherwise an error is returned with the reason for failure.

For more details please refer to Resources.

NOTE: Consuming this webservice and its content requires special permission. Before requesting access please make sure you have all the necessary agreements in place with the rail vendor(s) you would like to sell using Sabre Webservices. For more information on accessing Sabre Rail content and rail supplier contacts please visit the respective product page on Agency eServices.

Sample Request
<ns10:RailPNRSynchRQ xmlns:ns10="http://webservices.sabre.com/sabreXML/RCP/rpnrs" xmlns:ns11="http://webservices.sabre.com/sabreXML/RCP/rsm" xmlns:ns12="http://webservices.sabre.com/sabreXML/RCP/rd" xmlns:ns13="http://webservices.sabre.com/sabreXML/RCP/rrep" xmlns:ns14="http://webservices.sabre.com/sabreXML/RCP/ris" xmlns:ns15="http://webservices.sabre.com/sabreXML/RCP/rrc" xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:ns17="http://webservices.sabre.com/sabreXML/RCP/rrr" xmlns:ns18="http://webservices.sabre.com/sabreXML/RCP/rmas" xmlns:ns19="http://webservices.sabre.com/sabreXML/RCP/rl" xmlns:ns2="http://www.ebxml.org/namespaces/messageHeader" xmlns:ns20="http://webservices.sabre.com/sabreXML/RCP/rs" xmlns:ns21="http://webservices.sabre.com/sabreXML/RCP/rmb" xmlns:ns22="http://webservices.sabre.com/sabreXML/RCP/rmt" xmlns:ns23="http://webservices.sabre.com/pnrbuilder/v1_15" xmlns:ns24="http://services.sabre.com/res/or/v1_8" xmlns:ns3="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ns5="http://www.w3.org/1999/xlink" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="urn:schemas-sabre-com:soap-header-debug" xmlns:ns8="http://webservices.sabre.com/sabreXML/RCP/ota" xmlns:ns9="http://webservices.sabre.com/sabreXML/RCP/common" CloseSabrePnr="true" MarketingCarrier="3Y" PrimaryLangID="en" Version="1.22.0">
    <ns9:POS>
        <ns8:Source>
            <ns8:RequestorID ID="SABTSTMG4" Type="4"/>
        </ns8:Source>
    </ns9:POS>
    <ns10:sourcePNRLocator>2181855301</ns10:sourcePNRLocator>
    <ns10:targetPNRLocator/>
</ns10:RailPNRSynchRQ>
Sample Response
<rpnrs:RailPNRSynchRS xmlns:rpnrs="http://webservices.sabre.com/sabreXML/RCP/rpnrs" xmlns:ns11="http://webservices.sabre.com/sabreXML/RCP/rsm" xmlns:ns12="http://webservices.sabre.com/sabreXML/RCP/rd" xmlns:ns13="http://webservices.sabre.com/sabreXML/RCP/rrep" xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:rcmn="http://webservices.sabre.com/sabreXML/RCP/common" xmlns:ris="http://webservices.sabre.com/sabreXML/RCP/ris" xmlns:rl="http://webservices.sabre.com/sabreXML/RCP/rl" xmlns:rmas="http://webservices.sabre.com/sabreXML/RCP/rmas" xmlns:rmb="http://webservices.sabre.com/sabreXML/RCP/rmb" xmlns:rmt="http://webservices.sabre.com/sabreXML/RCP/rmt" xmlns:rota="http://webservices.sabre.com/sabreXML/RCP/ota" xmlns:rrc="http://webservices.sabre.com/sabreXML/RCP/rrc" xmlns:rrr="http://webservices.sabre.com/sabreXML/RCP/rrr" xmlns:rs="http://webservices.sabre.com/sabreXML/RCP/rs" MarketingCarrier="3Y" TransactionIdentifier="V0_B_1_013810" Version="1.22.0">
    <rpnrs:Success/>
    <rpnrs:targetPNRLocator CodeContext="1S">QKJINN</rpnrs:targetPNRLocator>
</rpnrs:RailPNRSynchRS>