Description

This method will transfer web license to another computer. 

Original license will be replaced with new license for new computer. RemovalCode is required.

Definition (VB.NET)

<WebMethod()> _
Public Function TransferWebLicense(ProductID As Integer, SerialNumber As String, RemovalCode As String, SiteCode As String, MID As String, Note As String) As Result

Security

No authorization is required for this method.

Parameters

Name Type Description
ProductID Integer Product ID value
SerialNumber String Serial number
RemovalCode String Removal code (required)
SiteCode String Site code value
MID String Machine ID (MID) value
Note String License note (max 30 characters long)

Return values

In case of success:

- Result.Status is set to STATUS_SUCCESS

- Result.ActivationCode is set to valid activation code.

- Result.WebLicenseID is set to ID of new web license

In case of error appropriate error status code is returned.

Notes

Custom features, custom counters and expiration date (in case limited license is enabled) from original web license will be used for generation of new activation code.

- License expiration date can be changed from administrator interface for each limited web license.