Skip Navigation

Get Multiple 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.

Get Multiple Profile Objects AS (EPS_AS_EXT_ProfileBulkReadRQ) is an Airline Profiles API that can read multiple airline profiles with a single call.

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

Each ProfileBulkRead request will be transformed into a number of plain read requests and sent concurrently. The maximum number of objects of each type that can be retrieved with a BulkRead request is 10 at this time.

  • Profiles: Profiles are individual entities for which information is stored. The system supports Traveler, Corporation, Agent, Agency, 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_ProfileBulkReadRQ ClientContextCode="EXT" Target="Production" TimeStamp="2015-06-01T10:00:27.563Z" 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 file:///C:/Users/sg0205438/Documents/SCHEMA%20PPP/CIschema/Sabre_OTA_ProfileBulkReadRQ.xsd">
    <Profiles>
        <Profile ProfileTypeCode="TVL">
            <Identity ClientCode="AS" DomainID="VX">
                <UniqueID>109041900</UniqueID>
            </Identity>
        </Profile>
        <Profile ProfileTypeCode="TVL">
            <Identity ClientCode="AS" DomainID="VX">
                <UniqueID>109041902</UniqueID>
            </Identity>
        </Profile>
    </Profiles>
</Sabre_OTA_ProfileBulkReadRQ>
Sample Response
<Sabre_OTA_ProfileBulkReadRS Version="6.86"
    xmlns="http://www.sabre.com/eps/schemas">
    <ResponseMessage>
        <Success />
    </ResponseMessage>
    <Profile>
        <Profile CreateDateTime="2013-04-29T08:50:29.773Z"
 UpdateDateTime="2013-04-29T08:50:37.339Z"
 PrimaryLanguageIDCode="EN">
    <TPA_Identity ClientCode="AS" ClientContextCode="EXT"
   UniqueID="84311819012" ProfileTypeCode="TVL"
   ProfileName="TEMPORARY_NAME" ProfileNameModifyIndicator="Y"
   DomainID="VA" ProfileStatusCode="AC">
      <Login LoginID="84311819012" PasswordHash="6392520223"
     PasswordExpired="N" IsHashed="N" />

      <ProfileSubType SubTypeCode="WEB" />
    </TPA_Identity>

    <Traveler>
      <Customer BirthDate="1979-01-19" GenderCode="F">
        <PersonName LanguageIDCode="EN">
          <NamePrefix>MR.</NamePrefix>

          <GivenName>KASIA</GivenName>

          <SurName>GAPINSKA</SurName>
        </PersonName>

        <Telephone LocationTypeCode="BUS" DisplaySequenceNo="1"
       OrderSequenceNo="1">
          <ParsedPhoneNumber PhoneNumber="456879789" />
        </Telephone>

        <Email EmailTypeCode="HOM" FormatTypeCode="TEXT"
       EmailAddress="KATARZYNA.CICHON@GMAIL.COM"
       DisplaySequenceNo="1" OrderSequenceNo="1" />

        <Address LocationTypeCode="HOM" DisplaySequenceNo="1"
       OrderSequenceNo="1">
          <CityName>CITY</CityName>

          <PostalCd>123546</PostalCd>
          <CountryCode>AU</CountryCode>

          <StreetNmbr>NEW</StreetNmbr>
        </Address>
      </Customer>
    </Traveler>
  </Profile>               
        <Profile CreateDateTime="2013-06-12T08:40:38.237Z"
 UpdateDateTime="2013-06-12T08:40:38.237Z"
 PrimaryLanguageIDCode="EN">
    <TPA_Identity ClientCode="AS" ClientContextCode="SSW"
   UniqueID="656001569307" ProfileTypeCode="TVL"
   ProfileNameModifyIndicator="Y" DomainID="VA"
   ProfileStatusCode="AC">
      <Login LoginID="656001569307" PasswordHash="abcd1234"
     PasswordExpired="N" IsHashed="N" />

      <ProfileSubType SubTypeCode="WEB" />
    </TPA_Identity>

    <Traveler>
      <Customer BirthDate="2007-06-08" GenderCode="M">
        <PersonName LanguageIDCode="EN-US">
          <NamePrefix>MR</NamePrefix>

          <GivenName>KATARZYNA</GivenName>

          <SurName>GAPINSKA</SurName>

          <PreferredFirstName>KATARZYNA</PreferredFirstName>
        </PersonName>

        <Telephone LocationTypeCode="MOB" OrderSequenceNo="2">
          <ParsedPhoneNumber PhoneNumber="888888888888888" />
        </Telephone>

        <Telephone LocationTypeCode="HOM" OrderSequenceNo="1">
          <ParsedPhoneNumber AreaCd="415"
         PhoneNumber="454545454545454" />
        </Telephone>

        <Email EmailTypeCode="HOM"
       EmailAddress="katarzyna.gapinska@sabre.comxyz"
       OrderSequenceNo="1" />

        <Address LocationTypeCode="HOM" OrderSequenceNo="1">
          <CityName>sydney</CityName>

          <PostalCd>5400</PostalCd>

          <StateCode>QLD</StateCode>

          <CountryCode>AU</CountryCode>

          <StreetNmbr>round street</StreetNmbr>
        </Address>

        <PaymentForm DisplaySequenceNo="1" OrderSequenceNo="1">
          <PaymentCard CardTypeCode="TB" BankCardVendorCode="BT"
         CardNumber="8795043193492642" MaskedCardNumber="2642"
         CCViewAccess="Y">
            <CardHolderName>
              <CardHolderFullName>Travel Bank
              Name</CardHolderFullName>
            </CardHolderName>

            <CardIssuerName IssuerName="Sabre Travel Bank" />
          </PaymentCard>
        </PaymentForm>

        <CustLoyalty VendorTypeCode="AL" VendorCode="VA"
       MembershipID="6560015693" OrderSequenceNo="1">
          <MembershipLevel MembershipLevelTypeCode="TI"
         MembershipLevelValue="05" />

          <CustLoyaltyTotals AccountBalance="0"
         MembershipStartDate="2012-11-09" />
        </CustLoyalty>
      </Customer>
    </Traveler>
  </Profile>
</Sabre_OTA_ProfileBulkReadRS>