Skip to main content

Loyalty Point Retrieval

10.29
Profile Management
Open Travel Alliance
Loyalty
SOAP API
Profile & Loyalty Management

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 Loyalty Point Retrieval(OTA_ReadRQ) is used to retrieve the Point Balance for a loyalty member.

Target Audience
Profile & Loyalty Management
API Version
10.29
Authentication
Security Credentials
Service Action Code
OTA_ReadRQ
Sample Request
<OTA_ReadRQ EchoToken="1122" PrimaryLangID="en" TimeStamp="2015-07-10T09:30:47-05:00" xmlns="http://www.opentravel.org/OTA/2003/05">
  <ReadRequests>
    <LoyaltyAccountReadRequest>
      <CustLoyalty ProgramID="Rewards" MembershipID="12345678"/>
    </LoyaltyAccountReadRequest>
  </ReadRequests>
</OTA_ReadRQ>
Sample Response
<OTA_LoyaltyAccountRS>
  <Success/>
  <AccountInfo PointBalance="10000" AccountStatus="4">
    <CustLoyalty MembershipID="12345678" ProgramID="Rewards"/>
  </AccountInfo>
</OTA_LoyaltyAccountRS>