Skip to main content

Manage Rail Ticketing

1.22.0
Rail
Ticketing
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 Manage Rail Ticketing (RailManageTicketRQ) service is used to issue a ticket, cancel a ticket already issued, and send a confirmation email to the passengers of a PNR with dematerialized tickets.

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

Upon success, the response contains the representation of a SNCF PNR: itinerary, segments,remarks, traveler names, and additionally, the ticket information.

RailManageBookingRQ service is used to issue tickets and also to carry out reservation that has not been issued.

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:RailManageTicketRQ xmlns:ns10="http://webservices.sabre.com/sabreXML/RCP/rmt" 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/rpnrs" xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrc" xmlns:ns17="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:ns18="http://webservices.sabre.com/sabreXML/RCP/rrr" xmlns:ns19="http://webservices.sabre.com/sabreXML/RCP/rmas" xmlns:ns2="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ns20="http://webservices.sabre.com/sabreXML/RCP/rl" xmlns:ns21="http://webservices.sabre.com/sabreXML/RCP/rs" xmlns:ns22="http://webservices.sabre.com/sabreXML/RCP/rmb" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#" xmlns:ns5="http://www.ebxml.org/namespaces/messageHeader" xmlns:ns6="http://www.w3.org/1999/xlink" 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" CorrelationID="123aa4" LocationCodeContext="2V" MarketingCarrier="2V" PrimaryLangID="EN" Version="1.22.0">
    <ns10:RequestTypes>
        <ns10:RequestType>SendConfirmation</ns10:RequestType>
    </ns10:RequestTypes>
    <ns10:TicketingDetails DocumentType="TD">
        <ns10:BookingRef ID="98FF68" ID_Context="2V" Type="14"/>
        <ns10:Contact>
            <ns9:Emails>
                <ns9:Email>rcpmailin+1@gmail.com</ns9:Email>
            </ns9:Emails>
        </ns10:Contact>
    </ns10:TicketingDetails>
</ns10:RailManageTicketRQ>
Sample Response
<rmt:RailManageTicketRS xmlns:rmt="http://webservices.sabre.com/sabreXML/RCP/rmt" 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:rota="http://webservices.sabre.com/sabreXML/RCP/ota" xmlns:rpnrs="http://webservices.sabre.com/sabreXML/RCP/rpnrs" 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" CorrelationID="123aa4" MarketingCarrier="2V" TransactionIdentifier="V0_B_1_000162" Version="1.22.0">
    <rmt:Success/>
</rmt:RailManageTicketRS>