Sets the product key details including total allowed activations (or lease pool size), type of license, email address, and all custom license fields for the product key.
api_key
(Required)pkey_id
(Required)for_tfs
(Optional)true
then the key(s) will be for TurboFloat Server (floating licensing). Otherwise the keys will be for TurboActivate (node-locked licensing). Possible values: true
or false
. You cannot change a key from TurboActivate to TurboFloat Server (or vice versa) if there are existing used activations.per_inst_leases
(Optional)for_tfs
is set to true
, this parameter controls whether the leases issued by the TurboFloat Server instance are per-user session (when set to false
) or per-instance of your app launched (when set to true
). Possible values: true
or false
.num_acts
(Optional)for_tfs
" is set to "true
") then this is the number of allowed concurrent connections to the floating license server.deact_limit
(Optional)-2
: Inherit the default deactivation limit from the product version.-1
: Unlimited deactivations.0
through 9223372036854775807
: Limited to the specified number of deactivations.email
(Optional)feature_name[]
(Optional)feature_value[]
(Optional)feature_name[]
parameter. The format of the data must match the data type of the custom license fields. Invalid data will be molded to fit a "best guess" to match the data type. To avoid this "guessing" by LimeLM, supply data in the correct format (i.e. dates formatted correctly, donʼt supply text for "Integer" types, etc., etc.)uname_limit_name[]
(Optional)If you donʼt specify any "uname_limit_name[]
" parameters, then the product key will retain any usernames it previously had.
If you specify any "uname_limit_name[]
" parameters, then youʼll replace all of the usernames that the product key previously had.
If you want to remove all the usernames from the product key, then just use a single username of an empty string.
uname_limit_platform[]
(Optional)uname_limit_name[]
parameter.
0
: The username will work from any platform.1
: The username will only work from Windows machines.2
: The username will only work from macOS machines.3
: The username will only work from Linux machines.4
: The username will only work from BSD machines.allow_vm
(Optional)yes
, no
, inherit
(which inherits the value you set for your product version).lc_allow_deact
(Optional)inherit
: Inherit the default deactivation setting from the product version. This is the default if this parameter is unset or set with an invalid value.no
: Disallow the customer from deactivating from within LicenseChest.just-offline
: Just allow offline deactivations (where they upload the offline deactivation request to LicenseChest and it processes it.online-offline
: Allow either offline deactivations (where an offline deactivation request must be submitted) or deactivation via the interface within LicenseChest (where the customer can just click a button with no proof needed).lc_self_deact_limit
(Optional)lc_allow_deact
" parameter is anything other than "no
", this set the number of deactivations the end-user is allowed to do themselves. Possible values:
inherit
: Inherit the default self-deactivation limit from the product version.1
through 9223372036854775807
: Limited to the specified number of deactivations.lc_self_deact_limit_term
(Optional)no-term-limit
: No term limit; just respect the lc_self_deact_limit
as the hard limit. This is the default if this parameter is unset or set with an invalid value.per-day
: lc_self_deact_limit
deactivations per day.per-week
: lc_self_deact_limit
deactivations per week.per-month
: lc_self_deact_limit
deactivations per month.per-year
: lc_self_deact_limit
deactivations per year.lc_allow_offline_act
(Optional)inherit
: Inherit the default offline activation setting from the product version. This is the default if this parameter is unset or set with an invalid value.no
: Disallow the customer from offline activation.yes
: Allow the customer to offline activate.lc_view_extradata
(Optional)inherit
: Inherit the default setting from the product version. This is the default if this parameter is unset or set with an invalid value.yes
: The customer will be able to see the extra data.no
: The customer will not be able to see the extra data.lc_view_fields
(Optional)inherit
: Inherit the default setting from the product version. This is the default if this parameter is unset or set with an invalid value.no
: End-users will not be able to see any custom license fields associated with their product key.just-readable
: End-users will be able to see any set custom license fields marked with the "readable in your app" parameter.any
: End-users will be able to see any and all set custom license fields for their product key.lc_charge_htfs_to_comp
(Optional)yes
: The hosted TFS instance will be charged to your company.no
: The hosted TFS instance will be charged to the end-user.This method has no specific response - It returns an empty success response if it completes without error.
1: Product key not found.
100: Invalid API Key
101: Method "xxx" not found
164: An API key must be used by X devices. Configurable in your settings.
110: You only have N activations left in your plan.
111: You have no more activations left in your plan.
116: There must be equal amount of features as feature values.
feature_name[]
values than feature_value[]
values (or vice versa). There must be an equal number of feature_name[]
as feature_value[]
.117: You must enter a value for the feature "feature name". Itʼs a required feature.
118: Your account is in dormant mode. Re-enable your account.
120: The number of activations allowed must be greater than or equal to the used activations.
num_acts
is greater than or equal to the number of used activations for the product key.153: You canʼt change from a TurboActivate key to a TurboFloat key (or vice versa) when the key has existing activations. Remove the existing activations from the key or donʼt change the key type.
142: Service currently unavailable