10.36 | August 07, 2025
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>