Merge Profile Objects AS (EPS_AS_EXT_ProfileMergeRQ) is an Airline Profiles API used to merge duplicate profiles into a master profile. Duplicates can be verified prior to the merge using Check For Profile Duplicate Object AS.
Target Audience
Airline Carrier
API Version
v6.80.0
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileMergeRQ
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_ProfileMergeRQ xmlns="http://www.sabre.com/eps/schemas" Version="6.79">
<MasterProfile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="3501859065"/>
</MasterProfile>
<DuplicateProfile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="4173548877"/>
</DuplicateProfile>
</Sabre_OTA_ProfileMergeRQ>
<MasterProfile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="3501859065"/>
</MasterProfile>
<DuplicateProfile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="4173548877"/>
</DuplicateProfile>
</Sabre_OTA_ProfileMergeRQ>