Updates the data of an existing user. To use a proxy server, you must set the UseProxyServer, ProxyUser, ProxyDomain and ProxyPassword properties prior to calling this function.
C#: void UpdateUserEx(string webServiceUrl, string previousEmail, string customerName, string customerEmail, string customerPhone, string customerFax, string customerMobile, string customerCompany, string customerAddress1, string customerAddress2, string customerCity, string customerState, string customerZip, string customerCountry, string customerIP, string customerNotes, bool includeInMailList, string affiliateID, out string response)
Parameters
webServiceUrl - URL to the QLM License Server
previousEmail - Email address of the existing user to update
customerName - Full Name
customerEmail - Email address
customerPhone - Phone number
customerFax - Fax number
customerMobile - Mobile phone number
customerCompany - Company name
customerAddress1 - Address 1
customerAddress2 - Address 2
customerCity - City
customerState - State
customerZip - Zip Code
customerCountry - Country
customerIP - IP Address
customerNotes - Notes
includeInMailList - Include in mail list
affiliateID - ID of the Affiliate
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Customer ABC was updated successfully.".</result>
</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.