Skip Navigation

Create Travel Bank Account

1.0.0
Air
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 Create Travel Bank Account(CreateTravelBankAccountRQ) is used to create a new account in the TravelBank System.

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
CreateTravelBankAccountRQ
Sample Request
<CreateAccountRQ 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">
    <User>
        <MarketCode>US</MarketCode>
        <AccountCreator>68B</AccountCreator>
        <Type>1</Type>
    </User>
    <Traveller>
        <UserName>3504418074</UserName>
        <Password>XXXXXX</Password>
        <TitleCode>MR</TitleCode>
        <FirstName>TEST1</FirstName>
        <LastName>TEST2</LastName>
        <Email>TEST123@TESTDOMAIN.com</Email>
        <LoginID>3504418074</LoginID>
    </Traveller>
</CreateAccountRQ>
Sample Response
<CreateAccountRS Version="1.0.0" 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>
    <UserID>9333719</UserID>
    <AccountNumber>8279001192695696</AccountNumber>
</CreateAccountRS>