Updates the privacy consent of a customer.
To use a proxy server, you must set the UseProxyServer, ProxyUser, ProxyDomain and ProxyPassword properties prior to calling this function.
C#: void UpdatePrivacyConsent(string webServiceUrl, string email, bool consent, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
email - email address of the user to update
consent - flag to set whether the user consents or not
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<result> Success message </result>
<QuickLicenseManager>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.