The Read Profile Objects AS (EPS_AS_EXT_ProfileReadRQ) API is a Customer Insight service used to read profiles and templates.
Target Audience
Airline Carrier
API Version
6.76.2
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileReadRQ
- 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 read 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_ProfileReadRQ Target="Production" TimeStamp="2001-12-17T09:30:47.0Z" Version="6.74.2" xsi:schemaLocation="http://www.sabre.com/eps/schemas \schemas\Sabre_OTA_ProfileReadRQ.xsd" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Profile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="15032190"/>
<PartialReadSubjectAreas>
<SubjectAreaName>PersonName</SubjectAreaName>
<SubjectAreaName>CustLoyalty</SubjectAreaName>
<SubjectAreaName>RelatedIndividual</SubjectAreaName>
</PartialReadSubjectAreas>
</Profile>
</Sabre_OTA_ProfileReadRQ>
<Profile>
<TPA_Identity ClientCode="AS" ClientContextCode="CI" DomainID="ZX" ProfileTypeCode="TVL" UniqueID="15032190"/>
<PartialReadSubjectAreas>
<SubjectAreaName>PersonName</SubjectAreaName>
<SubjectAreaName>CustLoyalty</SubjectAreaName>
<SubjectAreaName>RelatedIndividual</SubjectAreaName>
</PartialReadSubjectAreas>
</Profile>
</Sabre_OTA_ProfileReadRQ>