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

Compare with Current View Page History

Version 1 Next »

Object which represents license order in LAC. Used to add/edit license orders for a logged-in Vendor. Contains properties:

Property name

Type

Description

customer_id

integer

Id of customer.

product_template_id

integer

Id of product template.

activation_key

string

Activation key of license order.

license_type

string

Type of license, possible values:
local - local license,
network - network license

licensee_type

string

Type of licensee, possible values:
fixed - fixed string value,
customer - licensee is set to customer name,
not_specified - no licensee specified

licensee

string

Licensee value, required when licensee_type is set to fixed

hostid_match_rate

integer

Hostid match rate value in %

description

string

Description of license order.

Hostids

ArrayOfSoap_Hostid

Array of Hostids.

Features

ArrayOfSoap_Feature

Array of Features.


  • No labels