AddUserEx2
Create a customer
Description
Adds a new user.
Parameters
Parameter
Type
Description
webServiceUrl
string
URL to the QLM License Server
updateIfExists
bool
update the customer information if the customer already exists
response
string
XML fragment containing the result of the call. The Xml fragment schema is as follows:
Return
Type
Description
bool
Returns true if the user was added. If the user was not added because of an error or because the user already exists and updateIfExists is false, the response contains details about the error. You can use QlmLicense.ParseResults to get details about the error.
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