Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.6 KB

renewmaintenanceplan.md

File metadata and controls

32 lines (24 loc) · 1.6 KB

RenewMaintenancePlan

Description

Renews a maintenance plan for a given activation key. By default, the maintenance plan is renewed with the period specified in the QLM Management Console / Manage Keys / Sites / Server Properties / maintenancePlanPeriodInDays.

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.

{% code overflow="wrap" %}

https://yourserver/yourvirtualdirectory/qlmservice.asmx/RenewMaintenancePlan?is_avkey=[activationKey]&is_vendor=[eCommerce provider]&is_productid=[product id]

{% endcode %}

Required Arguments

Argument Description
is_avkey activation key
is_vendor One of the supported vendors

Optional Arguments

Argument Description
is_maintdate maintenance plan expiry date to set (optional)
is_maintduration duration in days of the maintenance plan (optional)
is_majorversion your product's major version as defined in QLM
is_minorversion your product's minor version as defined in QLM
is_productid your product id as defined in QLM
is_pwd password defined for the selected eCommerce provider (optional)
is_user username defined for the selected eCommerce provider (optional)