Skip Navigation

Copy Sabre Profiles™ to Itinerary

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 Copy Profile To Itinerary (EPS_EXT_ProfileToPNRRQ) service is a Sabre Profiles™ API that is used to move profile data into the Sabre Passenger Name Record (PNR).

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

This service is used in conjunction with Formats and Filters and handles the transaction to move/copy profile data into a PNR to create bookings. It allows a user to move any number of data elements from the profiles with a single transaction. As a result, the functions to copy profile information into the PNR is minimized by a single scan of the system.

  • Filters: Filters are used to store information about which data elements, associated profiles, and formats are copied into a PNR. Users are able to pre-define filters to designate which filter is used as the profile default. 
  • Formats: Formats are used to store custom-defined Sabre (TPF) entries into a PNR. In turn, this allows a user to move profile migrate/copy data from an external system into Sabre Profiles™.

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"?>
<!--Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)-->
 <Sabre_OTA_ProfileToPNRRQ Target="Production" TimeStamp="2013-04-30T08:24:42.967Z" Version="6.86" 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">
         <FilterPath>
            <Profile ClientCode="TN" ClientContextCode="TMP" DomainID="A2FE" ProfileTypeCode="TVL" UniqueID="102598202" ProfileName="TestProfile_2013-04-30_08:24:42_GXE" PNRMoveOrderSeqNo="1">
               <Filter FilterID="554554" DomainID="A2FE" ClientCode="TN" ClientContextCode="TMP" FilterName="TestFilter_2013-04-30_08:24:42_gNP"/>
               <AssociatedProfiles AssocUniqueID="102598200" AssocProfileName="TestProfile_2013-04-30_08:24:39_1un" AssocProfileTypeCode="CRP" DomainID="A2FE" OrderSequenceNo="1"/>
            </Profile>
         </FilterPath>
      </Sabre_OTA_ProfileToPNRRQ>
Sample Response
<Sabre_OTA_ProfileToPNRRS xmlns="http://www.sabre.com/eps/schemas"  
TimeStamp="2013-08-06T14:04:58.076Z" Target="Production"  
Version="6.86">  
  <ResponseMessage>  
    <Success>Success</Success>  
 
    <TPA_Extensions>  
      <HostCommand CommandId="cmd2" ElementId="003"  
     ProfileSeqNmbr="0" UniqueID="102598202"  
     ProfileName="TestProfile_2013-04-30_08:24:42_GXE">  
      PI/TRAVELER/102598202</HostCommand>  
 
      <HostCommand CommandId="cmd1" ElementId="001"  
     ProfileSeqNmbr="0" UniqueID="102598202"  
     ProfileName="TestProfile_2013-04-30_08:24:42_GXE">  
      -SKIDMORE/LELAND JAC*INFO</HostCommand>  
 
      <HostCommand CommandId="cmd5" ElementId="004"  
     ProfileSeqNmbr="1" UniqueID="102598200"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      PI/CORPID/102598200</HostCommand>  
 
      <HostCommand CommandId="cmd3" ElementId="001"  
     ProfileSeqNmbr="1" UniqueID="102598200"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      9LIS75-564-230-B FULL CRP TELEPHONE</HostCommand>  
 
      <HostCommand CommandId="cmd4" ElementId="002"  
     ProfileSeqNmbr="1" UniqueID="102598200"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      PE#TEST==EMAIL@SABRE.COM#FR/EMAIL CRP</HostCommand>  
 
      <HostCommand CommandId="cmd8" ElementId="004"  
     ProfileSeqNmbr="2" UniqueID="102598168"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      PI/GROUP/102598168</HostCommand>  
 
      <HostCommand CommandId="cmd6" ElementId="001"  
     ProfileSeqNmbr="2" UniqueID="102598168"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      9LIS75-564-230-B FULL GRP TELEPHONE</HostCommand>  
 
      <HostCommand CommandId="cmd7" ElementId="002"  
     ProfileSeqNmbr="2" UniqueID="102598168"  
     ProfileName="TestProfile_2013-04-30_08:24:39_1un">  
      PE#TEST.EMAIL@SABRE.COM#BC/EMAIL GRP</HostCommand>  
    </TPA_Extensions>  
  </ResponseMessage>  
</Sabre_OTA_ProfileToPNRRS>