Skip Navigation

Read Sabre Profiles™ Offline Search Results

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 Read Profile Search Results (EPS_EXT_OfflineJobReadResultRQ) API is used to display job results, which include a list of profile summaries for profiles matching search criteria.

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

How to use

Parameters

A Job ID and Domain are required. The optional Page section can be further specified, which controls the number of profile items returned and also the page number.

The example below:

  • Displays 5 profiles on each page and shows the page number, which is 4
  • The default is set to display the first page, with 125 items on the page

For full documentation on required parameters, refer to the Resources tab above.

Sample Request
      <Sabre_OTA_OfflineJobReadResultRQ Target="Production" TimeStamp="2013-10-21T11:03:20.203Z" 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">
         <Job ClientCode="TN" JobID="" DomainID="A2FE">
            <Page Number="4" ReturnCount="5"/>
         </Job>
      </Sabre_OTA_OfflineJobReadResultRQ>
Sample Response
      <Sabre_OTA_OfflineJobReadResultRS TimeStamp="2013-10-23T09:10:14.985Z" Version="6.86" xmlns="http://www.sabre.com/eps/schemas">
         <ResponseMessage>
            <Success/>
         </ResponseMessage>
         <JobResult NumReturned="5" HaveMore="Y" PageNumber="4" TotalCount="500" JobStatus="SUCCESS">
            <OfflineSearchResults>
               <ProfileList>
                  <Profile UniqueID="16" ProfileTypeCode="TVL" DomainID="A2FE" ProfileName="ProfName16"/>
                  <Profile UniqueID="17" ProfileTypeCode="TVL" DomainID="A2FE" ProfileName="ProfName17"/>
                  <Profile UniqueID="18" ProfileTypeCode="TVL" DomainID="A2FE" ProfileName="ProfName18"/>
                  <Profile UniqueID="19" ProfileTypeCode="TVL" DomainID="A2FE" ProfileName="ProfName19"/>
                  <Profile UniqueID="20" ProfileTypeCode="TVL" DomainID="A2FE" ProfileName="ProfName20"/>
               </ProfileList>
            </OfflineSearchResults>
         </JobResult>
      </Sabre_OTA_OfflineJobReadResultRS>