The LicensePresetInfo object contains parameters of a license preset.
LicensePresetInfo Parameters
| Name |
Type |
Description |
| PresetId |
String |
The license preset id |
| Name |
String |
Name of the license preset |
| DateCreated |
Date |
Date when the license preset was created |
| IsTest |
Boolean |
Create test or real codes |
| Status |
String |
Status of the license preset |
Example Response
{
"PresetId": "35969d4ff54ee2119baec86000bd38b2",
"Name": "License preset 1-Project3-Tests",
"DateCreated": "2012-12-26T00:00:00",
"IsTest": true,
"Status": "Active"
}