The RenewalCodeInfo object contains parameters of a renewal code.
RenewalCodeInfo Parameters
| Name |
Type |
Description |
| RenewalCode |
String |
Renewal code |
| RenewalId |
String |
Renewal Id |
| DateCreated |
Date |
Date when the code was created |
| DateUsed |
Date |
Date when renewal codes was used |
| DateUpdated |
String |
Date when settings were changed |
| IsTest |
Boolean |
The renewal code is for test license codes |
| Delete |
Date |
Date when the code was deleted |
| Status |
String |
Status of the code. Possible values: Active, Blocked, Redemption, ToDestroy |
| LicenseExpirationType |
String |
Sets new license expiration type.
Possible values: NotExpires, ExpiresAfterDaysRegistration, ExpiresAfterDaysCreation, ExpiresOnDate |
| SupportExpirationType |
String |
Sets new support expiration type.
Possible values: NotExpires, ExpiresAfterDaysRegistration, ExpiresAfterDaysCreation, ExpiresOnDate, ExpiresByPpversion |
Example Response
{
"RenewalCode": "IPRR-EELB4F-DDA5LLA8-C3BL4C27-2E5CA359-97-H966",
"RenewalId": "6c70a520b4dfe41181e4001bfc6ad16e",
"DateCreated": "2015-04-10T19:02:00",
"DateUsed": null,
"DateUpdated": null,
"IsTest": true,
"Delete": null,
"Status": "Active",
"LicenseExpirationType": "NotExpires",
"SupportExpirationType": "NotExpires"
}