Skip Navigation

Update Profile Objects AS

6.86.0
Air
Profiles
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.

Update Profile Objects AS (EPS_AS_EXT_ProfileUpdateRQ) is an Airline Profiles API that updates profiles and templates.

Target Audience
Airline Carrier
API Version
6.86.0
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileUpdateRQ
  • Profiles: Profiles are individual entities for which information is stored. The system supports Traveler, Corporation, Agent, and Operational profiles. 
  • Templates: A template can be created to govern the structure of each profile type. It provides the basis that determines which items or data elements within the database are available for you to update a profile. 
  • Filters: Currently not supported.
  • Formats: Currently not supported.

Additional information about these elements and their functionality can be found in the Resources tab.

Sample Request
<Sabre_OTA_ProfileUpdateRQ Target="Production" TimeStamp="2012-07-27T07:16:46.723Z" Version="6.86" xsi:schemaLocation="http://www.sabre.com/eps/schemas \schemas\Sabre_OTA_ProfileUpdateRQ.xsd" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ProfileInfo>
        <Profile CreateDateTime="2012-07-27T07:16:46.723Z" UpdateDateTime="2012-07-27T07:16:46.723Z">
            <TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="3727602653"/>
            <Traveler>
                <Customer BirthDate="2012-07-27">
                    <PersonName LanguageIDCode="EN-US">
                        <NamePrefix>MRS</NamePrefix>
                        <GivenName>BRADLEY</GivenName>
                        <SurName>FRANCIS</SurName>
                    </PersonName>
                    <Email EmailTypeCode="HOM" FormatTypeCode="TEXT" EmailAddress="TEST_MAYHEW4430@GMAIL.EDU"/>
                </Customer>
            </Traveler>
        </Profile>
    </ProfileInfo>
</Sabre_OTA_ProfileUpdateRQ>