Skip Navigation

Modify Travel Bank Account

1.0.0
Air
Loyalty
SOAP API
Airline Carrier

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.

The Modify Travel Bank Account (UpdateTravelBankAccountRQ) web service allows a TravelBank account data modification.

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
UpdateTravelBankAccountRQ

The AccountNumber is an identifier of which account should be changed during web service execution.

Sample Request
<UpdateAccountRQ xmlns="http://webservices.sabre.com/sabreXML/2004/11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://webservices.sabre.com/sabreXML/2004/11 ../../../../pdc-schemas/src/main/resources/TravelBank/current/UpdateAccountRQ.xsd ">
    <User>
        <AccountNumber>8279001110048143</AccountNumber>
        <AccountUpdator>PDCAS</AccountUpdator>
    </User>
    <Traveller>
        <UserName>2023495906</UserName>
        <Password>XXXXXX</Password>
        <OldPassword>XXXXXX</OldPassword>
        <Email>TEST123@TESTDOMAIN.com</Email>
        <LoginID>1234567890</LoginID>
    </Traveller>
</UpdateAccountRQ>
Sample Response
<UpdateAccountRS xmlns="http://webservices.sabre.com/sabreXML/2004/11" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Status>000000</Status>
    <AccountNumber>8279001187530902</AccountNumber>
</UpdateAccountRS>