Skip Navigation

Create Sabre Profiles™ Objects

6.86.0
Profiles
SOAP API
Travel Agency

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 Create Profile Objects (EPS_EXT_ProfileCreateRQ) API is used to create Profiles, Templates, Filters, Formats, Metadata, Validators, and Associations.

Target Audience
Travel Agency
API Version
6.86.0
Authentication
Session Token
Service Action Code
EPS_EXT_ProfileCreateRQ

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 create or edit a profile.

Filters: Filters are used to store information about data elements, associated profiles, and formats that are copied into the Sabre GDS PNR. Users can pre-define filters and determine the default to be used for profiles.

Formats: Formats are used to store custom-defined Sabre GDS (TPF) entries that can be used to enter information into the Passenger Name Record (PNR).

Metadata: Metadata is used to define available GUI elements and default element values. It's attributes define the identifier of the Metadata object in the system.

Validator: The Validator defines additional data validations across different POS. A Validator is supported by backend services; once created, it prevents setting illegal data values by any POS using a Profile.

Associations: This object maintains associations for large groups of objects.

Additional information about these elements and their functionality can be found in the Sabre Profiles Technical User Guide.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<Sabre_OTA_ProfileCreateRQ TimeStamp="2001-12-17T09:30:47.0Z" Version="6.86" Target="Production" xsi:schemaLocation="http://www.sabre.com/eps/schemas \schemas\Sabre_OTA_ProfileCreateRQ.xsd" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Filter FilterID="*" FilterName="ABC" FilterDescription="TestTemplate" DomainID="B0DE" CreateDateTime="2001-12-17T09:30:47.0Z" UpdateDateTime="2001-12-17T09:30:47.0Z" ClientCode="TN" ClientContextCode="TMP" FilterTypeCode="TVL" FilterStatusCode="AC">
        <Profile>
            <TPA_Identity UniqueID="*" ClientCode="TN" ClientContextCode="TMP" DomainID="B0DE" ProfileName="TestProfile" ProfileTypeCode="TVL"/>
            <Traveler>
                <Customer>
                    <PersonName>
                        <NamePrefix> </NamePrefix>
                        <GivenName> </GivenName>
                        <MiddleName> </MiddleName>
                        <SurName> </SurName>
                    </PersonName>
                    <Email EmailTypeCode="BUS" EmailAddress="example@sabre.com"/>
                    <Address>
                        <AddressLine> </AddressLine>
                        <AddressLine> </AddressLine>
                        <AddressLine> </AddressLine>
                        <AddressLine> </AddressLine>
                        <CityName> </CityName>
                        <PostalCd> </PostalCd>
                        <StateCode> </StateCode>
                        <CountryCode> </CountryCode>
                    </Address>
                    <PaymentForm>
                        <Cash Indicator="true"/>
                    </PaymentForm>
                </Customer>
            </Traveler>
        </Profile>
    </Filter>
</Sabre_OTA_ProfileCreateRQ>
Sample Response
<?xml version="1.0" encoding="utf-8"?>
<Sabre_OTA_ProfileCreateRS xmlns="http://www.sabre.com/eps/schemas"  
TimeStamp="2013-08-05T13:42:55.894Z" Version="6.86"  
CreateDateTime="2013-08-05T13:42:55.894Z">  
  <ResponseMessage>  
    <Success />  
  </ResponseMessage>  
 
  <Filter FilterID="6499173" FilterName="ABC" DomainID="B0DE"  
 ClientCode="TN" ClientContextCode="TMP" />  
</Sabre_OTA_ProfileCreateRS>