RequestAuthorizationCodeForActivation
Description
void RequestAuthorizationCodeForActivation(string webServiceUrl,
string email,
string mobile,
string computerID,
out string response)Parameters
Parameter
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>result of theactivation</result>
</QuickLicenseManager>
Example error response
Remarks
Last updated