UpdateLicenseInfo
Description
bool UpdateLicenseInfo (string webServiceUrl, string activationKey,
string licenseData, out string response)Parameters
Parameter
Type
Description
Return
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully updated license information for ActivationKey=XYZ.</result>
</QuickLicenseManager>Example error response
Remarks
Example: modify the number of licenses
Example - update the customer associated with a license
Example - how to escape characters
Last updated