The RenewalPresetDetails object contains detailed information of a renewal preset.
RenewalPresetDetails 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 |
LicenseTypeFrom |
Object |
The LicenseType object. The license type source |
LicenseTypeFrom |
Object |
The LicenseType object. The license type destination |
ProjectName |
String |
Project name |
ProjectId |
String |
Project Id |
Example Response
{
"LicenseTypeFrom"
: {
"TypeId"
: 1,
"Name"
:
"Full version"
},
"LicenseTypeTo"
: {
"TypeId"
: 1,
"Name"
:
"Full version"
},
"ProjectName"
:
"Project 4"
,
"ProjectId"
:
"85cb429aee4ee2119baec86000bd38b2"
,
"PresetId"
:
"557420ddf54ee2119baec86000bd38b2"
,
"Name"
:
"Renewal preset 1-Project4-Tests"
,
"DateCreated"
:
"2012-12-26T00:00:00"
,
"IsTest"
:
true
,
"Status"
:
"Active"
,
"Delete"
:
null
,
"LicenseExpirationType"
:
"NotExpires"
,
"SupportExpirationType"
:
"NotExpires"
}