Skip to main content

Read Profile

10.36
Profile Management
Open Travel Alliance
Profiles
SOAP API
Profile & Loyalty Management

Enhanced by the following feature: Loyalty – Cancel Policies to support Company and Loyalty Level.

Read more

Loyalty – Cancel Policies to support Company and Loyalty Level (FEA101389)

The OTA_ProfileReadRS is updated to include a guarantee policy and cancel policy if assigned to a company profile.

<OTA_ProfileReadRS>
  <Profiles>
    <ProfileInfo>
      <TPA_Extensions>
        <Policies>
          <Policy>
            <GuaranteePaymentPolicy>
              <GuaranteePayment GuaranteeCode="GTDCC" />
            </GuaranteePaymentPolicy>
          </Policy>
          <Policy>
            <CancelPolicy>
              <CancelPenalty PolicyCode="72H"></CancelPenalty>
            </CancelPolicy>
          </Policy>
        </Policies>
      </TPA_Extensions>
    </ProfileInfo>
  </Profiles>
</OTA_ProfileReadRS>