The RenewalPresetInfo object contains parameters of a renewal preset.
RenewalPresetInfo Parameters
| Name |
Type |
Description |
| PresetId |
String |
The renewal preset id |
| Name |
String |
Name of the renewal preset |
| DateCreated |
Date |
Date when the renewal preset was created |
| IsTest |
Boolean |
Create test or real codes |
| Status |
String |
Status of the renewal preset |
| Delete |
Date |
Date when the preset was deleted |
| Delete |
Date |
Date when the preset was deleted |
| LicenseExpirationType |
String |
License expiration type.
Possible values: NotExpires, ExpiresAfterDaysRegistration, ExpiresAfterDaysCreation, ExpiresOnDate |
| SupportExpirationType |
String |
Support expiration type.
Possible values: NotExpires, ExpiresAfterDaysRegistration, ExpiresAfterDaysCreation, ExpiresOnDate, ExpiresByPpversion |
Example Response
{
"PresetId": "f5a4287df54ee2119baec86000bd38b2",
"Name": "Renewal preset 1-Project1-Tests",
"DateCreated": "2012-12-26T00:00:00",
"IsTest": true,
"Status": "Active",
"Delete": null,
"LicenseExpirationType": "NotExpires",
"SupportExpirationType": "NotExpires"
}