C#: void AddUserEx(string webServiceUrl, 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,
bool updateIfExists, out string response)
Parameters
webServiceUrl - URL to the QLM License Server
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 associated to this customer
updateIfExists - update the customer information if the customer already exists
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 added 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.