Skip Navigation

Move or Copy Sabre Profiles Objects

6.61.4
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 Move Or Copy Profile Objects (EPS_EXT_ProfileDataMgmtRQ) API is a Sabre Profiles external web service used to move or copy specific objects from one Domain/PCC to another branched Domain/PCC.

Target Audience
Travel Agency
API Version
6.61.4
Authentication
Session Token
Service Action Code
EPS_EXT_ProfileDataMgmtRQ

This API is used to move a Profile, Metadata, or Validator object or copy an Association (Template), Metadata, or Validator object from one Domain/PCC to another Domain/PCC with branch access enabled.
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_ProfileDataMgmtRQ Version="6.55" xmlns="http://www.sabre.com/eps/schemas">
    <MoveDomainObject DestinationDomainID="A2FE">
        <Profile UniqueID="123456789" DomainID="A5CE" ClientCode="TN" ClientContextCode="TMP"/>
    </MoveDomainObject>
</Sabre_OTA_ProfileDataMgmtRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<Sabre_OTA_ProfileDataMgmtRS TimeStamp="2018-04-26T14:13:39.690Z" Version="6.55" xmlns="http://www.sabre.com/eps/schemas">
    <ResponseMessage>
        <Success/>
    </ResponseMessage>
    <MoveDomainObject OriginDomainID="A5CE" DestinationDomainID="A2FE" ClientCode="TN" ClientContextCode="TMP">
        <Moved>
            <Profile>
                <OriginProfile ClientCode="TN" ClientContextCode="TMP" UniqueID="555544443" ProfileTypeCode="TVL" ProfileName="testprofile" ProfileNameModifyIndicator="Y" DomainID="A5CE" ProfileStatusCode="AC"/>
                <DestinationProfile ClientCode="TN" ClientContextCode="TMP" UniqueID="555544443" ProfileTypeCode="TVL" ProfileName="mltestfqtv" ProfileNameModifyIndicator="Y" DomainID="A2FE" ProfileStatusCode="AC"/>
            </Profile>
        </Moved>
        <Copied>
            <Filter>
                <OriginFilter FilterID="12345" FilterName="move1" DomainID="A5CE" ClientCode="TN" ClientContextCode="TMP"/>
                <DestinationFilter FilterID="54321" FilterName="move1" DomainID="A2FE" ClientCode="TN" ClientContextCode="TMP"/>
            </Filter>
        </Copied>
    </MoveDomainObject>
</Sabre_OTA_ProfileDataMgmtRS>