Skip Navigation

Change AAA

2.0.3
Utility
Reservation
SOAP API
Travel Agency
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 Change AAA API (ContextChangeLLSRQ) is used to allow an authorized user application to change AAA, duty codes, or partitions within the Sabre ® host system.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.3
Authentication
Session Token
Service Action Code
ContextChangeLLSRQ

This Change API also allows an authorized user application to oversign with an alternate agent sign.

Note: Changing partitions requires a partition code. You may be required to send a password to change partitions. If you are not required to send a password, you must fill the .../Password element with eight (8) spaces.

In regards to changing the partition, if this API is consumed without errors, the response SOAP envelope returns a new security token via the node. All subsequent request envelopes must utilize this new security token. The former security token is invalid, and therefore, cannot be used.

Sample Request
<ContextChangeRQ Version="2.0.3">
    <ChangeAAA PseudoCityCode="7TZA"/>
</ContextChangeRQ>
<!--Change duty code.-->
<!--Equivalent Sabre host command: SI9-->
<ContextChangeRQ Version="2.0.3">
    <ChangeDuty Code="9"/>
</ContextChangeRQ>
Sample Response
<ContextChangeRS Version="2.0.3">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2013-06-25T09:37:20-05:00"/>
    </stl:ApplicationResults>
    <SecurityToken Updated="false">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/CERTG!ICESMSLB\/CRT.LB!-3778314304979377275!161702!0</SecurityToken>
    <Text>B4T0.7TZA*AW5.A</Text>
    <Text>NO MESSAGE..26JUN</Text>
</ContextChangeRS>