CreateTrialProductRequestServiceModel
Request model for CreateTrial.
Name | Description | Type | Additional Information |
---|---|---|---|
LicenseSeats |
The number of seats the trial license should have. |
integer |
Required |
LicenseCategoryName |
License category associated to this item. Possible values are for example: OTSF, CBEP, WSAV, WSAI, WSAC, SAEP, SDNS, SECA. |
string |
Required |
LicenseKeycodeTypeId |
The identifier of a license's keycode type. Possible values are: 1 = standard license, 3 = parent license. If not specified, a default of 1 is assumed. |
integer |
None. |
FirstName |
The first name of the customer. |
string |
Required (for business products) |
LastName |
The last name of the customer. |
string |
Required (for business products) |
Address1 |
Address line. |
string |
Required (for business products) |
City |
The city of the customer. |
string |
Required (for business products) |
PostalCode |
The postal code of the customer. |
string |
Required (for business products) |
State |
The ISO two-letter or three-letter code for the state. |
string |
Required (for business products and certain countries like US, CA, AU, NZ, ZA) |
Country |
The ISO two-letter code for the country. |
string |
Required (for business products) |
CustomerEmail |
The email address of the customer. |
string |
Required |
CompanyName |
The name of the customer's company. |
string |
Required (for business products) |
VendorCustomerCode |
An arbitrary value that can be assigned to identify the recipient of the license. |
string |
None. |
VaultId |
Defines which data center vault to use (applicable to OTSF and CBEP). Note that ids are associated to license categories. As an example, a value of '1' defines a data center in the US for CBEP. Supported values are:
|
integer |
None. |
ProductPlatformId |
Platform to use for this item (applicable to CBEP only). If nothing is provided, a default value of 1 is assumed. Currently supported values are:
|
integer |
None. |
Modules |
The modules to be added to this trial product. |
Collection of CreateTrialProductRequestServiceModel_Module |
None. |