Skip Navigation

Read Profile History AS

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

The Read Profile History As API (EPS_AS_EXT_ProfileHistoryRQ) is used to track the types of actions that have been performed on the subject areas for Profiles.

Target Audience
Airline Carrier
API Version
6.40.0
Authentication
Session Token
Service Action Code
EPS_AS_EXT_ProfileHistoryRQ

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 Sabre Profiles Technical User Guide.

Sample Request
<Sabre_OTA_ProfileHistoryRQ Target="Production" TimeStamp="2001-12-17T09:30:47.0Z" Version="6.40" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sabre.com/eps/schemas">
    <Profile>
        <TPA_Identity ClientCode="AS" ClientContextCode="TMP" DomainID="U0" ProfileTypeCode="TVL" UniqueID="102597606"/>
    </Profile>
</Sabre_OTA_ProfileHistoryRQ>
Sample Response
<Sabre_OTA_ProfileHistoryRS  
xmlns="http://www.sabre.com/eps/schemas"  
TimeStamp="2013-08-06T13:27:41.142Z" Version="6.40">  
  <ResponseMessage>  
    <Success />  
  </ResponseMessage>  
 
  <Profile>  
    <TPA_Identity ClientCode="AS" ClientContextCode="TMP"  
   UniqueID="102597606" ProfileTypeCode="TVL" DomainID="U0" />  
 
    <Traveler>  
      <TravelerChangeHistory  
     OldTimeStamp="2013-08-06T09:51:01.153Z"  
     NewTimeStamp="2013-08-06T13:26:41.576Z" Action="Update"  
     DomainID="U0">  
        <HistoryAccessInfo EPRDomainID="AAS" DutyCd="$"  
       UserID="220021" LDAPDomain="AA" LNIATA="5094704"  
       AgentSine="JA0" />  
 
        <SubjectArea Action="Add">  
          <Address>  
            <AddressLine>3150 Sabre Drive</AddressLine>  
 
            <CityName>Southlake</CityName>  
 
            <PostalCd>76092</PostalCd>  
 
            <StateCode>TX</StateCode>  
 
            <CountryCode>USA</CountryCode>  
          </Address>  
        </SubjectArea>  
 
        <SubjectArea Action="Add">  
          <Address>  
            <CityName>Southlake</CityName>  
 
            <PostalCd>76092</PostalCd>  
 
            <CountryCode>USA</CountryCode>  
          </Address>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <Address>  
            <AddressLine>3150 Sabre Drive</AddressLine>  
 
            <AddressLine>Solana</AddressLine>  
 
            <CityName>Southlake</CityName>  
 
            <PostalCd>76092</PostalCd>  
 
            <StateCode>TX</StateCode>  
 
            <CountryCode>US</CountryCode>  
          </Address>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <PaymentForm OrderSequenceNo="1" TripTypeCode="AZ">  
            <Cash Indicator="true" />  
          </PaymentForm>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <PaymentForm OrderSequenceNo="1">  
            <PaymentCard BankCardVendorCode="AX"  
           CardNumber="1234567812345678" MaskedCardNumber="5678"  
           CCViewAccess="Y">  
              <CardHolderName>  
                <CardHolderFullName>Adarsh</CardHolderFullName>  
              </CardHolderName>  
 
              <CardIssuerName IssueNumberText=" " />  
 
              <Address LocationTypeCode="BUS" Attention=" "  
             OrderSequenceNo="1">  
                <AddressLine />  
 
                <AddressLine />  
 
                <AddressLine />  
 
                <AddressLine />  
 
                <CityName />  
 
                <PostalCd />  
 
                <StateCode>TX</StateCode>  
 
                <CountryCode>US</CountryCode>  
              </Address>  
            </PaymentCard>  
          </PaymentForm>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <EmergencyContactPerson OrderSequenceNo="1">  
            <GivenName>Eva</GivenName>  
 
            <SurName>Smith</SurName>  
 
            <Address>  
              <AddressLine>3150 Sabre Drive</AddressLine>  
 
              <CityName>Southlake</CityName>  
 
              <PostalCd>76092</PostalCd>  
 
              <StateCode>TX</StateCode>  
 
              <CountryCode>US</CountryCode>  
            </Address>  
          </EmergencyContactPerson>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <Document DocID="abc123" DocTypeCode="PSPT"  
         BirthDate="2006-12-31" EffectiveDate="2007-07-06"  
         ExpireDate="2007-09-30" DocIssueCountryCode="PL"  
         BirthPlace="Warsaw" BirthCountryCode="PL"  
         DocHolderNationalityCode="US" OrderSequenceNo="1">  
            <DocHolderName>Robert M Smith</DocHolderName>  
          </Document>  
        </SubjectArea>  
 
        <SubjectArea Action="Delete">  
          <CustLoyalty VendorTypeCode="AL" VendorCode="AA"  
         ProgramTypeCode="FT" MembershipID="123"  
         OrderSequenceNo="1">  
            <GivenName>Robert</GivenName>  
 
            <SurName>Smith</SurName>  
          </CustLoyalty>  
        </SubjectArea>  

      </TravelerChangeHistory>  
 
      <TravelerChangeHistory  
     NewTimeStamp="2013-08-06T09:51:01.153Z" Action="Create"  
     DomainID="U0">  
        <HistoryAccessInfo EPRDomainID="AAS" DutyCd="$"  
       UserID="220021" LDAPDomain="AA" LNIATA="6838505"  
       AgentSine="JA0" />  
      </TravelerChangeHistory>  
    </Traveler>  
  </Profile>  
</Sabre_OTA_ProfileHistoryRS>