Skip to main content

Rail Reports

1.22.0
Rail
Reporting
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 Reports API (RailReportsRQ) returns a report for the specified rail vendor (e.g. list of all bookings from a single agency for a specific period).

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

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:RailReportsRQ xmlns:ns10="http://webservices.sabre.com/sabreXML/RCP/rrep" 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/ris" xmlns:ns14="http://webservices.sabre.com/sabreXML/RCP/rpnrs" 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://schemas.xmlsoap.org/ws/2002/12/secext" 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: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" LocationCodeContext="RR" MarketingCarrier="RR" PrimaryLangID="en" Version="1.22.0">
    <ns10:ReportCriteria>
        <ns9:ReportName>AgencyAccountDetails</ns9:ReportName>
        <ns9:ReportType>Daily</ns9:ReportType>
        <ns9:OperationType>Booking</ns9:OperationType>
        <ns9:ReportStartDate>2018-09-04T00:52:10</ns9:ReportStartDate>
    </ns10:ReportCriteria>
</ns10:RailReportsRQ>
Sample Response
<ns13:RailReportsRS xmlns:ns13="http://webservices.sabre.com/sabreXML/RCP/rrep" xmlns:ns11="http://webservices.sabre.com/sabreXML/RCP/rsm" xmlns:ns12="http://webservices.sabre.com/sabreXML/RCP/rd" 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: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" MarketingCarrier="RR" TransactionIdentifier="V0_B_1_000045" Version="1.22.0">
    <ns13:Success/>
    <ns13:PaymentsBalance>
        <rcmn:PaymentBalance>
            <rcmn:AgencyAccountDetails>
                <rcmn:AccountBalance Amount="30000.00" CurrencyCode="RUB"/>
                <rcmn:AccountBalanceLimit Amount="0.00" CurrencyCode="RUB"/>
            </rcmn:AgencyAccountDetails>
        </rcmn:PaymentBalance>
    </ns13:PaymentsBalance>
</ns13:RailReportsRS>