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

Compare with Current View Page History

« Previous Version 3 Next »

The Soap_LicenseOrder object represents a license order in LAC. This object is used to add/edit license orders for a logged-in vendor.

Soap_LicenseOrder contains the following properties:

Property name

Type

Description

customer_id

integer

ID of the customer.

product_template_id

integer

ID of the product template.

activation_key

string

Activation key of the license order.

license_type

string

Type of license. The possible values are as follows.
local: Local license.
network: Network license.

licensee_type

string

Type of licensee. The possible values are as follows.
fixed: Fixed string value.
customer: Licensee is set to customer name.
not_specified: No licensee is specified.

licensee

string

Licensee value. Required when licensee_type is set to fixed.

hostid_match_rate

integer

HostID match rate value, given as a percentage.

description

string

Description of the license order.

Hostids

ArrayOfSoap_Hostid

Array of HostIDs.

Features

ArrayOfSoap_Feature

Array of Features.


  • No labels