The Retrieve Rail Reservation (RailReservationReadRQ) API is used to retrieve vendor rail reservations.
Reservations must exist in the vendor's system, and users invoking this API must have access rights to the reservation. Upon success, the response 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.
<ns10:ReservationReadDetails>
<ns10:BookingRef ID="98FF68" ID_Context="2C"/>
</ns10:ReservationReadDetails>
</ns10:RailReservationReadRQ>
<rrr:Success/>
<rrr:RailReservation ExpirationDateTime="2018-09-08T00:00:00.000" ReservationState="Standard">
<rcmn:BookingRef ID="98FF68" ID_Context="2V" Type="14"/>
<rcmn:Travelers>
<rcmn:Traveler BirthDate="1990-02-23" Citizenship="US" ID="1" Sex="MALE">
<rcmn:PersonName>
<rota:GivenName>JOHN</rota:GivenName>
<rota:Surname>DOE</rota:Surname>
</rcmn:PersonName>
<rcmn:Documents>
<rcmn:Document Code="PP" ExpireDate="2018-10-15" Number="1234" Type="Identification">
<rcmn:Details>
<rcmn:Detail Code="US" Type="DocIssueCountry"/>
</rcmn:Details>
</rcmn:Document>
</rcmn:Documents>
</rcmn:Traveler>
</rcmn:Travelers>
<rcmn:Itineraries>
<rcmn:Itinerary>
<rcmn:OriginAndDestinations>
<rcmn:OriginAndDestination ArrivalDateTime="2018-10-05T07:58:00.000" DepartureDateTime="2018-10-04T22:10:00.000" ID="1">
<rcmn:Origin LocationCode="WAS">Washington</rcmn:Origin>
<rcmn:Destination LocationCode="BOS">Boston (South Station)</rcmn:Destination>
<rcmn:Details>
<rcmn:Detail Code="false" Type="Modifiable"/>
</rcmn:Details>
<rcmn:Segments>
<rcmn:Segment ArrivalDateTime="2018-10-05T07:58:00.000" DepartureDateTime="2018-10-04T22:10:00.000" ID="1" IsOpen="false" TrainCode="C" TrainName="NORTHEAST REGIONAL" TrainNumber="66">
<rcmn:Origin LocationCode="WAS">Washington</rcmn:Origin>
<rcmn:Destination LocationCode="BOS">Boston (South Station)</rcmn:Destination>
<rcmn:Details>
<rcmn:Detail Code="no" Type="CrossBorder"/>
</rcmn:Details>
</rcmn:Segment>
</rcmn:Segments>
</rcmn:OriginAndDestination>
</rcmn:OriginAndDestinations>
</rcmn:Itinerary>
</rcmn:Itineraries>
<rcmn:FareGroups>
<rcmn:FareGroup>
<rcmn:Fares>
<rcmn:Fare Name="Reserved Coach Class Seat">
<rcmn:Remarks>
<rcmn:Remark Code="fareConditions">Refundable: Full value, no fees – prior to scheduled departure. eVoucher available: Full value, no fees – prior to scheduled departure. Flexible Fares are 100% refundable without any cancellation fee. Flexible Fare tickets can be canceled for a full refund of the ticket value or with the ticket value stored as a credit in an eVoucher that can be used for future Amtrak travel. If not canceled before the scheduled departure from the origin (no show), the entire amount is forfeited and cannot be applied toward future travel. The Flexible Fare is available on most trains and buses.</rcmn:Remark>
</rcmn:Remarks>
<rcmn:SegmentRefs>
<rcmn:SegmentRef ID="1"/>
</rcmn:SegmentRefs>
<rcmn:PassengerTypes>
<rcmn:PassengerType Code="F" TravelerRefID="1"/>
</rcmn:PassengerTypes>
<rcmn:ClassCode Code="Y" Quantity="1"/>
</rcmn:Fare>
</rcmn:Fares>
</rcmn:FareGroup>
</rcmn:FareGroups>
<rcmn:DeliveryModes>
<rcmn:DeliveryMode Code="EML" Type="Email - Electronic Ticket Delivery">
<rcmn:Price Amount="0.00"/>
<rcmn:Remarks>
<rcmn:Remark>Amtrak will deliver the eTicket as a PDF attachment to the e-mail receipt. Print the eTicket anywhere and bring it along with proper identification to board the train and show the conductor. Smartphone or tablets that receive e-mail and can open a PDF document, can be used to show the barcode on the screen to the conductor without printing it.</rcmn:Remark>
</rcmn:Remarks>
</rcmn:DeliveryMode>
</rcmn:DeliveryModes>
<rcmn:CancelInfo isEligible="false">
<rcmn:Remarks>
<rcmn:Remark>NO ADVANCE PAY FIELD</rcmn:Remark>
</rcmn:Remarks>
</rcmn:CancelInfo>
<rcmn:TPA_Extensions>
<rcmn:Amtrak_Extensions>
<rcmn:FareQualifier>
<rcmn:RateQualifier>YOB2</rcmn:RateQualifier>
</rcmn:FareQualifier>
</rcmn:Amtrak_Extensions>
</rcmn:TPA_Extensions>
</rrr:RailReservation>
<rrr:PaymentsBalance>
<rcmn:PaymentBalance>
<rcmn:Charges>
<rcmn:TotalCharge Amount="218.00" CurrencyCode="USD"/>
<rcmn:Charge Amount="218.00" CurrencyCode="USD" NewItemsAmount="218.00">
<rcmn:Surcharges>
<rcmn:Surcharge Amount="218.00" CurrencyCode="USD" Type="RailFare"/>
</rcmn:Surcharges>
</rcmn:Charge>
</rcmn:Charges>
</rcmn:PaymentBalance>
</rrr:PaymentsBalance>
</rrr:RailReservationReadRS>