Machine Lock Limit
This method will change the maximum number of machine codes that a license key can have.
This method is accessed by https://api.cryptolens.io/api/key/MachineLockLimit
Parameters
| Parameter |
Description |
Remarks |
| ProductId |
the product id |
required |
| Key |
the serial key string |
required |
| NumberOfMachines |
The new value that should be set as the maximum number of machines for this license. |
required |
| v |
Method version. |
optional. by default, it's 1. |
Results
| Parameter |
Description |
Remarks |
| Result |
This is either 0(=success) or 1(=error). |
always returned |
| Message |
The message that provides additional information about the result.
|
always returned. |
Example results
{"result":0,"message":""}
Errors
| Error |
| Access denied. |
| The input parameters were incorrect. |
| Could not find the product. |
| Could not find the key. |