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

Compare with Current View Page History

« Previous Version 6 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.

Development version

The Development version (SOAP version 2) of the Soap_Feature object additionally contains the following properties, which are not yet available in the Stable version (SOAP version 1), described above.

Property name

Type

Description

maintenance_type

string

The type of maintenance for the feature. Valid values are:
fixed: Expiration date of maintenance is set to fixed date. 
days_from_activation: Expiration date of maintenance is set to a specified number of days from activation. 
no_maintenance: Maintenance is permanent.

maintenance_date

string

Date of fixed maintenance. Required when maintenance_type is set to fixed.

maintenance_days
from_activation

integer

Number of days from activation the maintenance will remain active. Required when maintenance_type is set to maintenance_days_from_activation.

Note that you cannot change maintenance settings using the Stable version. Values for these new fields are taken from the feature template during Add License Order and from the feature order during Edit License Order.

  • No labels