You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

The Soap_Feature object represents a feature in LAC. This object is used to add/edit features assigned to the Product Template of a License Order.

Soap_Feature contains the following properties. 

Property name

Type

Description

name

string

Name of the feature.

version

string

Version of the feature.

expiration_type

string

Expiration type of the feature. Valid values are as follows.
fixed: Expiration date of feature is set to fixed date.
days_from_activation: Expiration date of feature is set to a specified number of days from activation.
no_expiration: Feature is permanent.

expiration_date

string

Date of fixed expiration. Required when expiration_type is set to fixed.

additional_settings

string

Additional settings for a feature.

enabled

boolean

Field defining if the feature is selected in the Product Template or License Order.

days_from_activation

integer

Number of days from activation the feature will remain active. Required when expiration_type is set to days_from_activation.

count

integer

Number of features that are allowed to run when using a network license.

  • No labels