Skip Navigation

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

Search Profile Objects AS (EPS_AS_EXT_ProfileSearchRQ) is an Airline Profiles API used to search for profiles and templates.

Target Audience
Airline Carrier
API Version
6.86.0
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileSearchRQ
  • 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 perform a profile search. 
  • 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_ProfileSearchRQ Target="Production" TimeStamp="2001-12-17T09:30:47.0Z" Version="6.86" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sabre.com/eps/schemas \schemas\Sabre_OTA_ProfileSearchRQ.xsd">
    <ProfileSearchCriteria ExcludeDeletedProfiles="Y" ProfileNameOnly="N" SearchOperationType="AND">
        <TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL">
            <Login LoginID="SampleProfileLogin"/>
        </TPA_Identity>
    </ProfileSearchCriteria>
</Sabre_OTA_ProfileSearchRQ>