We are using second reseller option, how can I generate license code?
Automatic Key Generation
We'll provide you a link to generate license code easily. You can retrieve licenses very easily from your script/program by simply visiting that URL.
URL Parameters
Here are the possible parameters you can add to the URL:
| Parameter | Description |
|---|---|
keygen-url |
Your contact email |
pwd |
Your password |
firstName |
The first name of your customer |
lastName |
The last name of your customer |
email |
The email address of your customer |
qty |
License quantity the customer purchased, default is 1 if it's not specified |
edition |
Which license do you want to generate? It has two possible values: pro and ent for Professional and Enterprise editions. This option is optional if you only purchased one type of license. |
testMode |
If you want to test the registration process, append it and set it to Y. In testing mode, all messages will be sent to your reseller email instead of customer's email address. |
(Replace xx with real values when you invoke the URL)
Error Handling
There is something wrong if the result starts with ERR_. Otherwise no error occurred. Possible returning values are:
ERR_PARAM_NO_RESELLEREMAIL |
No reseller email is specified |
ERR_PARAM_NO_PASSWORD |
No password is specified |
ERR_PARAM_NO_QUANTITY |
No quantity is specified |
ERR_PARAM_NO_FIRSTNAME |
No customer's first name is specified |
ERR_PARAM_NO_LASTNAME |
No customer's last name is specified |
ERR_PARAM_NO_EMAIL |
No customer's email address is specified |
ERR_PARAM_PWD_SAMEAS_OLD |
Tried to update password, but new password is same as old |
ERR_PARAM_WRONG_EDITION |
Edition specified but it's wrong. Possible values are pro or ent |
ERR_UPDATE_PWD_FAILED |
Unable to update password. The string contains detail error information |
ERR_WRONG_PASSWORD |
The password is wrong |
ERR_NO_ENOUGH_LICENSE |
There isn't enough license to generate, you should buy more. |
ERR_NO_RESELLER_FOUND |
The reseller email you specified doesn't exist or you specified wrong edition type. |
OK_PWD_UPDATED |
Password updated successfully |
Contact Support
If you have any question, please feel free to contact us. We are looking forward to work with you!