Skip Navigation

Check For Profile Duplicate Object AS

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

Check for Profile Duplicate Object AS (EPS_AS_EXT_ProfileDupCheckRQ) is an Airline Profiles API used to verify a profile for duplication in the database.

Target Audience
Airline Carrier
API Version
6.86.0
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileDupCheckRQ

Profiles: Profiles are individual entities for which information is stored. The system supports Traveler, Corporation, Agent, and Operational Profiles.

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

Sample Request
<Sabre_OTA_ProfileDuplicateCheckRQ Version="6.86" xmlns="http://www.sabre.com/eps/schemas">
    <Profile>
        <TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="*"/>
        <Traveler>
            <PersonName>
                <NamePrefix>Mr</NamePrefix>
                <GivenName>ELSA</GivenName>
                <SurName>FOUST</SurName>
            </PersonName>
            <Email EmailAddress="CARRINGTON6543949@GETZ.com"/>
        </Traveler>
    </Profile>
</Sabre_OTA_ProfileDuplicateCheckRQ>