ActivateKey

Description

Activates a license key with License Server.

To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.

https://yourserver/yourvirtualdirectory/qlmservice.asmx/ActivateKey?is_avkey=[activationkey]&is_pcid=[computer identifier]&is_productid=[productID]&is_majorversion=[majorVersion]&is_minorversion=[minorVersion]&is_vendor=[vendorname]

Arguments

ArgumentDescription

is_affiliateid

Affiliate to associate with the key (optional)

is_avkey

Activation Key

is_computer_name

Name of the computer (optional)

is_email

Email address of the customer associated with this key (optional)

is_majorversion

your product's major version as defined in QLM

is_minorversion

your product's minor version as defined in QLM

is_pcid

Unique identifier of the computer

is_productid

your product id as defined in QLM

is_pwd

password defined for the selected eCommerce provider (optional)

is_qlmversion

5.0.00 or earlier versions (optional)

is_user

username defined for the selected eCommerce provider (optional)

is_userdata1

User data to associate with the key (optional)

is_vendor

One of the supported vendors.

Example

https://qlm3.net/qlmdemo/qlmlicenseserver/qlmservice.asmx/ActivateKey?is_avkey=ABCD-EFGH-IJKL&is_pcid=123456&is_productid=1&is_majorversion=1&is_minorversion=0&is_vendor=regnow

Last updated