Skip Navigation

Rail Reservation Search

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 Rail Reservation Search API (RailReservationSearchRQ) is used to search reservations by passenger/travel data (email address, reservation status, reservation time range).

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

The Rail Reservation Search API supports a "basket concept", and upon success, the output displays PNR content (PNR reference, travelers, itinerary, fares, tickets, delivery modes, contacts etc.).

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
<ns8:RailReservationSearchRQ xmlns:ns8="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:ns10="http://webservices.sabre.com/sabreXML/RCP/ota" 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/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: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:ns9="http://webservices.sabre.com/sabreXML/RCP/common" CorrelationID="11141632" MarketingCarrier="3Y" PrimaryLangID="en" Version="1.22.0">
    <ns9:POS>
        <ns10:Source>
            <ns10:RequestorID ID="SABTSTMG4" Type="4"/>
        </ns10:Source>
    </ns9:POS>
    <ns8:SearchCriteria>
        <ns8:ReservationStateCriteria>
            <ns8:ReservationStateCriterion>Unpaid</ns8:ReservationStateCriterion>
        </ns8:ReservationStateCriteria>
        <ns8:EmailCriteria>
            <ns8:EmailCriterion>EMAIL_644208_352_1@SABRE.COM</ns8:EmailCriterion>
        </ns8:EmailCriteria>
    </ns8:SearchCriteria>
</ns8:RailReservationSearchRQ>
Sample Response
<ns16:RailReservationSearchRS xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrs" 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: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: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="11141632" MarketingCarrier="3Y" TransactionIdentifier="V0_B_1_000129" Version="1.22.0">
    <ns16:Success/>
    <ns16:RailReservation>
        <rcmn:BookingRef ID="2181864474"/>
        <rcmn:Travelers>
            <rcmn:Traveler ID="1">
                <rcmn:PersonName>
                    <rota:GivenName>JOHNNYONE</rota:GivenName>
                    <rota:Surname>DOE</rota:Surname>
                </rcmn:PersonName>
            </rcmn:Traveler>
            <rcmn:Traveler ID="2">
                <rcmn:PersonName>
                    <rota:GivenName>JOHNTWO</rota:GivenName>
                    <rota:Surname>DOE</rota:Surname>
                </rcmn:PersonName>
            </rcmn:Traveler>
            <rcmn:Traveler ID="3">
                <rcmn:PersonName>
                    <rota:GivenName>JOHNNYTHREE</rota:GivenName>
                    <rota:Surname>DOE</rota:Surname>
                </rcmn:PersonName>
            </rcmn:Traveler>
            <rcmn:Traveler ID="4">
                <rcmn:PersonName>
                    <rota:GivenName>JOHNONE</rota:GivenName>
                    <rota:Surname>DOE</rota:Surname>
                </rcmn:PersonName>
            </rcmn:Traveler>
            <rcmn:Traveler ID="5">
                <rcmn:PersonName>
                    <rota:GivenName>JOHNTHREE</rota:GivenName>
                    <rota:Surname>DOE</rota:Surname>
                </rcmn:PersonName>
            </rcmn:Traveler>
        </rcmn:Travelers>
        <rcmn:Itineraries>
            <rcmn:Itinerary ID="608767258">
                <rcmn:OriginAndDestinations>
                    <rcmn:OriginAndDestination ArrivalDateTime="2018-10-03T11:20:00+01:00" DepartureDateTime="2018-10-03T07:00:00+01:00" Duration="P0Y0M0DT4H20M0.000S" ID="1">
                        <rcmn:Origin LocationCode="KGX">LONDON KINGS CROSS</rcmn:Origin>
                        <rcmn:Destination LocationCode="EDB">EDINBURGH (WAVERLEY)</rcmn:Destination>
                        <rcmn:Segments>
                            <rcmn:Segment ArrivalDateTime="2018-10-03T11:20:00+01:00" DepartureDateTime="2018-10-03T07:00:00+01:00" Duration="P0Y0M0DT4H20M0.000S" ID="1">
                                <rcmn:Origin LocationCode="KGX">LONDON KINGS CROSS</rcmn:Origin>
                                <rcmn:Destination LocationCode="EDB">EDINBURGH (WAVERLEY)</rcmn:Destination>
                                <rcmn:CarrierCompany Code="GR" CompanyShortName="LONDON NORTH EASTERN RAILWAY"/>
                                <rcmn:TransportMode Name="Train"/>
                                <rcmn:Reservations>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Forward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Window" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Power Socket" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="K" PlaceNbr="15"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Backward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Window" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Power Socket" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="K" PlaceNbr="17"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Backward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Aisle" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="K" PlaceNbr="18"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                </rcmn:Reservations>
                            </rcmn:Segment>
                        </rcmn:Segments>
                    </rcmn:OriginAndDestination>
                </rcmn:OriginAndDestinations>
                <rcmn:TravelerRefs>
                    <rcmn:TravelerRef ID="1"/>
                    <rcmn:TravelerRef ID="2"/>
                    <rcmn:TravelerRef ID="3"/>
                </rcmn:TravelerRefs>
            </rcmn:Itinerary>
            <rcmn:Itinerary ID="608767259">
                <rcmn:OriginAndDestinations>
                    <rcmn:OriginAndDestination ArrivalDateTime="2018-10-09T22:46:00+01:00" DepartureDateTime="2018-10-09T20:15:00+01:00" Duration="P0Y0M0DT2H31M0.000S" ID="2">
                        <rcmn:Origin LocationCode="KGX">LONDON KINGS CROSS</rcmn:Origin>
                        <rcmn:Destination LocationCode="MAN">MANCHESTER PICCADILLY</rcmn:Destination>
                        <rcmn:Segments>
                            <rcmn:Segment ArrivalDateTime="2018-10-09T20:40:00+01:00" DepartureDateTime="2018-10-09T20:15:00+01:00" Duration="P0Y0M0DT0H25M0.000S" ID="2">
                                <rcmn:Origin LocationCode="KGX">LONDON KINGS CROSS</rcmn:Origin>
                                <rcmn:Destination LocationCode="EUS">LONDON EUSTON</rcmn:Destination>
                                <rcmn:TransportMode Name="Tube"/>
                            </rcmn:Segment>
                            <rcmn:Segment ArrivalDateTime="2018-10-09T22:46:00+01:00" DepartureDateTime="2018-10-09T20:40:00+01:00" Duration="P0Y0M0DT2H6M0.000S" ID="3">
                                <rcmn:Origin LocationCode="EUS">LONDON EUSTON</rcmn:Origin>
                                <rcmn:Destination LocationCode="MAN">MANCHESTER PICCADILLY</rcmn:Destination>
                                <rcmn:CarrierCompany Code="VT" CompanyShortName="VIRGIN TRAINS"/>
                                <rcmn:TransportMode Name="Train"/>
                                <rcmn:Reservations>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Forward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Window" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Power Socket" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near luggage rack" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near toilet" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="H" PlaceNbr="20"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Backward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Aisle" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near luggage rack" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near toilet" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="H" PlaceNbr="22"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                    <rcmn:Reservation>
                                        <rcmn:ReservationAttributes>
                                            <rcmn:ReservationAttribute Code="Backward" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Window" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Power Socket" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Table Seat" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near luggage rack" Type="SeatAttribute"/>
                                            <rcmn:ReservationAttribute Code="Near toilet" Type="SeatAttribute"/>
                                        </rcmn:ReservationAttributes>
                                        <rcmn:Places>
                                            <rcmn:Place CoachNbr="H" PlaceNbr="23"/>
                                        </rcmn:Places>
                                    </rcmn:Reservation>
                                </rcmn:Reservations>
                            </rcmn:Segment>
                        </rcmn:Segments>
                    </rcmn:OriginAndDestination>
                </rcmn:OriginAndDestinations>
                <rcmn:TravelerRefs>
                    <rcmn:TravelerRef ID="2"/>
                    <rcmn:TravelerRef ID="4"/>
                    <rcmn:TravelerRef ID="5"/>
                </rcmn:TravelerRefs>
            </rcmn:Itinerary>
        </rcmn:Itineraries>
        <rcmn:FareGroups>
            <rcmn:FareGroup>
                <rcmn:Fares>
                    <rcmn:Fare ClassOfService="F" Code="FOS" Name="ANYTIME SINGLE (1ST CLASS)">
                        <rcmn:Remarks>
                            <rcmn:Remark Code="SHORT DESCRIPTION">Travel any time of day.</rcmn:Remark>
                            <rcmn:Remark Code="TICKET TYPE">ANYTIME</rcmn:Remark>
                            <rcmn:Remark Code="DESCRIPTION">Flexible ticket with no time restrictions on when you can travel.   </rcmn:Remark>
                            <rcmn:Remark Code="VALIDITY">Your journey must be on the date, or the day after the date, specified on the ticket</rcmn:Remark>
                            <rcmn:Remark Code="BOOKING">Can be booked in advance or purchased on the day of travel.</rcmn:Remark>
                            <rcmn:Remark Code="REFUNDS">If you decide not to use your ticket to make all or part of your intended journey then you can apply for a refund from the My Account pages, or through Customer Support within 28 days of expiry of the ticket. A GBP 10.00 administration fee will apply and the amount of the refund will take into account any use you have made of the ticket and in some circumstances no refund will be paid. </rcmn:Remark>
                            <rcmn:Remark Code="AMENDING YOUR BOOKING">You can change the time of journey without changing your tickets. If you wish to change your date of travel or Class of ticket, you will need to buy a new ticket and apply for a refund on your current ticket. </rcmn:Remark>
                            <rcmn:Remark Code="DISCOUNTS">Yes - normal railcard and child discounts available.</rcmn:Remark>
                            <rcmn:Remark Code="RAILCARDS">Only Senior, Disabled Persons and HM Forces Railcards secure discounts in First Class, and, subject to time restriction, the Two Together Railcard.</rcmn:Remark>
                            <rcmn:Remark Code="BREAK OF JOURNEY">You may start, break and resume, or end your journey at any intermediate station along the route of travel.  </rcmn:Remark>
                        </rcmn:Remarks>
                        <rcmn:PassengerTypes>
                            <rcmn:PassengerType Code="Adult" CodeContext="1S" Quantity="2"/>
                        </rcmn:PassengerTypes>
                        <rcmn:UnitPrice Amount="252.00" CurrencyCode="GBP" UnitPerPassenger="true"/>
                    </rcmn:Fare>
                    <rcmn:Fare ClassOfService="F" Code="FOS" Name="ANYTIME SINGLE (1ST CLASS)">
                        <rcmn:Remarks>
                            <rcmn:Remark Code="SHORT DESCRIPTION">Travel any time of day.</rcmn:Remark>
                            <rcmn:Remark Code="TICKET TYPE">ANYTIME</rcmn:Remark>
                            <rcmn:Remark Code="DESCRIPTION">Flexible ticket with no time restrictions on when you can travel.   </rcmn:Remark>
                            <rcmn:Remark Code="VALIDITY">Your journey must be on the date, or the day after the date, specified on the ticket</rcmn:Remark>
                            <rcmn:Remark Code="BOOKING">Can be booked in advance or purchased on the day of travel.</rcmn:Remark>
                            <rcmn:Remark Code="REFUNDS">If you decide not to use your ticket to make all or part of your intended journey then you can apply for a refund from the My Account pages, or through Customer Support within 28 days of expiry of the ticket. A GBP 10.00 administration fee will apply and the amount of the refund will take into account any use you have made of the ticket and in some circumstances no refund will be paid. </rcmn:Remark>
                            <rcmn:Remark Code="AMENDING YOUR BOOKING">You can change the time of journey without changing your tickets. If you wish to change your date of travel or Class of ticket, you will need to buy a new ticket and apply for a refund on your current ticket. </rcmn:Remark>
                            <rcmn:Remark Code="DISCOUNTS">Yes - normal railcard and child discounts available.</rcmn:Remark>
                            <rcmn:Remark Code="RAILCARDS">Only Senior, Disabled Persons and HM Forces Railcards secure discounts in First Class, and, subject to time restriction, the Two Together Railcard.</rcmn:Remark>
                            <rcmn:Remark Code="BREAK OF JOURNEY">You may start, break and resume, or end your journey at any intermediate station along the route of travel.  </rcmn:Remark>
                        </rcmn:Remarks>
                        <rcmn:PassengerTypes>
                            <rcmn:PassengerType Code="Child" CodeContext="1S" Quantity="1"/>
                        </rcmn:PassengerTypes>
                        <rcmn:UnitPrice Amount="126.00" CurrencyCode="GBP" UnitPerPassenger="true"/>
                    </rcmn:Fare>
                </rcmn:Fares>
                <rcmn:Price Amount="630.00" CurrencyCode="GBP"/>
                <rcmn:JourneyRefs>
                    <rcmn:JourneyRef ID="1"/>
                </rcmn:JourneyRefs>
                <rcmn:TicketRefs>
                    <rcmn:TicketRef TicketDocumentNbr="608767258"/>
                </rcmn:TicketRefs>
            </rcmn:FareGroup>
            <rcmn:FareGroup>
                <rcmn:Fares>
                    <rcmn:Fare ClassOfService="F" Code="FOS" Name="ANYTIME SINGLE (1ST CLASS)">
                        <rcmn:Remarks>
                            <rcmn:Remark Code="SHORT DESCRIPTION">Travel any time of day.</rcmn:Remark>
                            <rcmn:Remark Code="TICKET TYPE">ANYTIME</rcmn:Remark>
                            <rcmn:Remark Code="DESCRIPTION">Flexible ticket with no time restrictions on when you can travel.   </rcmn:Remark>
                            <rcmn:Remark Code="VALIDITY">Your journey must be on the date, or the day after the date, specified on the ticket</rcmn:Remark>
                            <rcmn:Remark Code="BOOKING">Can be booked in advance or purchased on the day of travel.</rcmn:Remark>
                            <rcmn:Remark Code="REFUNDS">If you decide not to use your ticket to make all or part of your intended journey then you can apply for a refund from the My Account pages, or through Customer Support within 28 days of expiry of the ticket. A GBP 10.00 administration fee will apply and the amount of the refund will take into account any use you have made of the ticket and in some circumstances no refund will be paid. </rcmn:Remark>
                            <rcmn:Remark Code="AMENDING YOUR BOOKING">You can change the time of journey without changing your tickets. If you wish to change your date of travel or Class of ticket, you will need to buy a new ticket and apply for a refund on your current ticket. </rcmn:Remark>
                            <rcmn:Remark Code="DISCOUNTS">Yes - normal railcard and child discounts available.</rcmn:Remark>
                            <rcmn:Remark Code="RAILCARDS">Only Senior, Disabled Persons and HM Forces Railcards secure discounts in First Class, and, subject to time restriction, the Two Together Railcard.</rcmn:Remark>
                            <rcmn:Remark Code="BREAK OF JOURNEY">You may start, break and resume, or end your journey at any intermediate station along the route of travel.  </rcmn:Remark>
                        </rcmn:Remarks>
                        <rcmn:PassengerTypes>
                            <rcmn:PassengerType Code="Adult" CodeContext="1S" Quantity="1"/>
                        </rcmn:PassengerTypes>
                        <rcmn:UnitPrice Amount="245.00" CurrencyCode="GBP" UnitPerPassenger="true"/>
                    </rcmn:Fare>
                    <rcmn:Fare ClassOfService="F" Code="FOS" Name="ANYTIME SINGLE (1ST CLASS)">
                        <rcmn:Remarks>
                            <rcmn:Remark Code="SHORT DESCRIPTION">Travel any time of day.</rcmn:Remark>
                            <rcmn:Remark Code="TICKET TYPE">ANYTIME</rcmn:Remark>
                            <rcmn:Remark Code="DESCRIPTION">Flexible ticket with no time restrictions on when you can travel.   </rcmn:Remark>
                            <rcmn:Remark Code="VALIDITY">Your journey must be on the date, or the day after the date, specified on the ticket</rcmn:Remark>
                            <rcmn:Remark Code="BOOKING">Can be booked in advance or purchased on the day of travel.</rcmn:Remark>
                            <rcmn:Remark Code="REFUNDS">If you decide not to use your ticket to make all or part of your intended journey then you can apply for a refund from the My Account pages, or through Customer Support within 28 days of expiry of the ticket. A GBP 10.00 administration fee will apply and the amount of the refund will take into account any use you have made of the ticket and in some circumstances no refund will be paid. </rcmn:Remark>
                            <rcmn:Remark Code="AMENDING YOUR BOOKING">You can change the time of journey without changing your tickets. If you wish to change your date of travel or Class of ticket, you will need to buy a new ticket and apply for a refund on your current ticket. </rcmn:Remark>
                            <rcmn:Remark Code="DISCOUNTS">Yes - normal railcard and child discounts available.</rcmn:Remark>
                            <rcmn:Remark Code="RAILCARDS">Only Senior, Disabled Persons and HM Forces Railcards secure discounts in First Class, and, subject to time restriction, the Two Together Railcard.</rcmn:Remark>
                            <rcmn:Remark Code="BREAK OF JOURNEY">You may start, break and resume, or end your journey at any intermediate station along the route of travel.  </rcmn:Remark>
                        </rcmn:Remarks>
                        <rcmn:PassengerTypes>
                            <rcmn:PassengerType Code="Child" CodeContext="1S" Quantity="1"/>
                        </rcmn:PassengerTypes>
                        <rcmn:UnitPrice Amount="122.50" CurrencyCode="GBP" UnitPerPassenger="true"/>
                    </rcmn:Fare>
                    <rcmn:Fare ClassOfService="F" Code="FOS" Name="ANYTIME SINGLE (1ST CLASS)">
                        <rcmn:Remarks>
                            <rcmn:Remark Code="SHORT DESCRIPTION">Travel any time of day.</rcmn:Remark>
                            <rcmn:Remark Code="TICKET TYPE">ANYTIME</rcmn:Remark>
                            <rcmn:Remark Code="DESCRIPTION">Flexible ticket with no time restrictions on when you can travel.   </rcmn:Remark>
                            <rcmn:Remark Code="VALIDITY">Your journey must be on the date, or the day after the date, specified on the ticket</rcmn:Remark>
                            <rcmn:Remark Code="BOOKING">Can be booked in advance or purchased on the day of travel.</rcmn:Remark>
                            <rcmn:Remark Code="REFUNDS">If you decide not to use your ticket to make all or part of your intended journey then you can apply for a refund from the My Account pages, or through Customer Support within 28 days of expiry of the ticket. A GBP 10.00 administration fee will apply and the amount of the refund will take into account any use you have made of the ticket and in some circumstances no refund will be paid. </rcmn:Remark>
                            <rcmn:Remark Code="AMENDING YOUR BOOKING">You can change the time of journey without changing your tickets. If you wish to change your date of travel or Class of ticket, you will need to buy a new ticket and apply for a refund on your current ticket. </rcmn:Remark>
                            <rcmn:Remark Code="DISCOUNTS">Yes - normal railcard and child discounts available.</rcmn:Remark>
                            <rcmn:Remark Code="RAILCARDS">Only Senior, Disabled Persons and HM Forces Railcards secure discounts in First Class, and, subject to time restriction, the Two Together Railcard.</rcmn:Remark>
                            <rcmn:Remark Code="BREAK OF JOURNEY">You may start, break and resume, or end your journey at any intermediate station along the route of travel.  </rcmn:Remark>
                        </rcmn:Remarks>
                        <rcmn:PassengerTypes>
                            <rcmn:PassengerType Code="Adult" CodeContext="1S" Quantity="1"/>
                        </rcmn:PassengerTypes>
                        <rcmn:Discounts>
                            <rcmn:Discount Code="SRN" Name="SENIOR RAILCARD"/>
                        </rcmn:Discounts>
                        <rcmn:UnitPrice Amount="161.70" CurrencyCode="GBP" UnitPerPassenger="true"/>
                    </rcmn:Fare>
                </rcmn:Fares>
                <rcmn:Price Amount="529.20" CurrencyCode="GBP"/>
                <rcmn:JourneyRefs>
                    <rcmn:JourneyRef ID="2"/>
                </rcmn:JourneyRefs>
                <rcmn:TicketRefs>
                    <rcmn:TicketRef TicketDocumentNbr="608767259"/>
                </rcmn:TicketRefs>
            </rcmn:FareGroup>
        </rcmn:FareGroups>
        <rcmn:Tickets>
            <rcmn:Ticket TicketDocumentNbr="608767258" TicketStatus="RES">
                <rcmn:JourneyRefs>
                    <rcmn:JourneyRef ID="1"/>
                </rcmn:JourneyRefs>
            </rcmn:Ticket>
            <rcmn:Ticket TicketDocumentNbr="608767259" TicketStatus="RES">
                <rcmn:JourneyRefs>
                    <rcmn:JourneyRef ID="2"/>
                </rcmn:JourneyRefs>
            </rcmn:Ticket>
        </rcmn:Tickets>
        <rcmn:DeliveryModes>
            <rcmn:DeliveryMode Type="Collection">
                <rcmn:TicketNumbers>
                    <rcmn:TicketNumber TicketDocumentNbr="608767258"/>
                    <rcmn:TicketNumber TicketDocumentNbr="608767259"/>
                </rcmn:TicketNumbers>
            </rcmn:DeliveryMode>
        </rcmn:DeliveryModes>
        <rcmn:Contacts>
            <rcmn:Contact>
                <rcmn:Name>
                    <rcmn:PersonName>
                        <rota:GivenName>Sabre Agency 248</rota:GivenName>
                        <rota:Surname>Customer</rota:Surname>
                        <rota:NameTitle>MR</rota:NameTitle>
                    </rcmn:PersonName>
                </rcmn:Name>
                <rcmn:Emails>
                    <rcmn:Email>EMAIL_644208_352_1@SABRE.COM</rcmn:Email>
                </rcmn:Emails>
                <rcmn:Addresses>
                    <rcmn:Address>
                        <rota:AddressLine>Sabre</rota:AddressLine>
                        <rota:AddressLine>Wadowicka 6d</rota:AddressLine>
                        <rota:AddressLine>Entry D</rota:AddressLine>
                        <rota:CityName>Krakow</rota:CityName>
                        <rota:PostalCode>30-415</rota:PostalCode>
                        <rota:CountryName>GB</rota:CountryName>
                    </rcmn:Address>
                </rcmn:Addresses>
            </rcmn:Contact>
        </rcmn:Contacts>
    </ns16:RailReservation>
</ns16:RailReservationSearchRS>