UpdatePrivacyConsent
Description
Updates the privacy consent of a customer.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
string | email address of the user to update | |
consent | bool | flag to set whether the user consents or not |
response | out string | XML fragment containing the result of the call. |
Response XML format
Example error response
Remarks
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated