Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function The DeactivateLicenseOrder function is used to deactivate a license for a LAC administrator, using an activation key.

This function requires an activation key, which can be obtained using the GetLicenseOrderList function, and a token, which is obtained using the Loginfunction.

Return values

On failure, a result code is given in the return section. See Return Codes for further information on error messages.

Example request:

No Format
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.lac2.pl:8080/soap/type/vendor/version/1">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:DeactivateLicenseOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">e84b130bcd3fdf26644064098acdf9f3e5a3bfaa </token>
         <activationKey xsi:type="xsd:string">8YIVD-UGBMH-O77N6-4TPD6</activationKey>
      </ns:DeactivateLicenseOrder>
   </soapenv:Body>
</soapenv:Envelope>

...