Skip Navigation

Create Sabre Profiles Custom Field Codes

5.9.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 Sabre Profiles Custom Field Codes (EPS_EXT_ProfileDataSrvRQ) API is used to perform operations on metadata like creating custom defined categories, etc.

Target Audience
Travel Agency
API Version
5.9.0
Authentication
Session Token
Service Action Code
EPS_EXT_ProfileDataSrvRQ

Sabre Profiles contains a number of data elements and data groups (subject areas). However, if you need to create additional metadata, or define additional data fields not available in the system, use this API to do so.

Additional information about these elements and their functionality can be found in the Sabre Profiles Web Services technical document.

Sample Request
<Sabre_OTA_ProfileDataSrvRQ TimeStamp="2014-02-12T09:45:40.481Z" Version="0.0" Target="Production" xsi:schemaLocation="http://www.sabre.com/eps/schemas Sabre_OTA_ProfileDataSrvRQ.xsd" xmlns="http://www.sabre.com/eps/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DictionaryOperation>
        <CreateDictionary>
            <DictionaryIdentity ClientCode="TN" DomainID="A2FE" Name="AirlineSeatPref"/>
            <DictionaryEntry Code="H"/>
            <DictionaryEntry Code="b1" Description="b1"/>
            <DictionaryEntry Code="Er5" EffectiveDate="2014-02-12"/>
            <DictionaryEntry Code="A25" DiscontinueDate="2016-11-07"/>
            <DictionaryEntry Code="xb5T" EffectiveDate="2014-02-12" DiscontinueDate="2016-11-07"/>
            <DictionaryEntry Code="554r" Description="ÂAÂA" EffectiveDate="2014-02-12" DiscontinueDate="2016-11-07"/>
            <DictionaryEntry Code="G65/" EffectiveDate="2014-02-12" DiscontinueDate="2016-11-07"/>
            <DictionaryEntry Code="K97|" Description="AIRLINE SEAT PREF" EffectiveDate="2014-02-12" DiscontinueDate="2016-11-07"/>
        </CreateDictionary>
    </DictionaryOperation>
</Sabre_OTA_ProfileDataSrvRQ>
Sample Response
<Sabre_OTA_ProfileDataSrvRS TimeStamp="2014-06-27T06:10:09.812Z" Version="6.17" xmlns="http://www.sabre.com/eps/schemas">
    <ResponseMessage>
        <Success/>
    </ResponseMessage>
</Sabre_OTA_ProfileDataSrvRS>