Skip to main content

Update 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 Profile Sync OTA_ProfileModifyRQ message was updated to allow the assignment of a guarantee policy and a cancel policy for a Company profile using a TPA_Extension.  

<OTA_ProfileModifyRQ>
  <ProfileModify>
    <TPA_Extensions>
      <Policies>
        <Policy>
          <GuaranteePaymentPolicy>
            <GuaranteePayment GuaranteeCode="GTDCC" />
          </GuaranteePaymentPolicy>
        </Policy>
        <Policy>
          <CancelPolicy>
            <CancelPenalty PolicyCode="72H"></CancelPenalty>
          </CancelPolicy>
        </Policy>
      </Policies>
    </TPA_Extensions>
  </ProfileModify>
</OTA_ProfileModifyRQ>