AddUserEx2
Create a customer
Description
bool AddUserEx2(string webServiceUrl,
IQlmCustomerInfo customerInfo,
bool updateIfExists,
out
string response);Parameters
Parameter
Type
Description
Return
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Customer ABC was added successfully.".</result>
</QuickLicenseManager>Example error response
Remarks
Last updated