pem.APS.installApplicationInstanceLicense
This method is supported by Operations starting from version 2.9 hotfix04
This method allows to install or update a license for the specified Application Instance.
Note: License is installed or updated in the asynchronous mode. The method creates a task and returns task identifier.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Application Instance ID |
|
string |
Type of license |
|
base64 |
Content of license |
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of Task, which installs or updates the license. |
See also: