Returns a list of renewal codes.
Request Address
http://api.intelliprotector.com:8000/RenewalCode/List
https://api.intelliprotector.com:9000/RenewalCode/List
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| PageRequest |
Object |
The PageRequest object which describes page settings |
| CodesSearch |
Object |
The RenewalCodesSearch object which has all search parameters |
* Required parameters are marked with
bold font.
Example Request
{
"PageRequest": {
"Index": 1,
"Size": 2
},
"CodesSearch": {
"ProjectId": "854bb27dee4ee2119baec86000bd38b2"
},
"AccessInfo": {
"VendorId": "00000000000000000000000000000000",
"WebApiKey": "88888888888888888888888888888888"
}
}
Example Response
{
"PageResponse": {
"Index": 1,
"Size": 2,
"Pages": 16,
"Records": 32
},
"RenewalCodes": [
{
"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"
},
{
"RenewalCode": "IPRR-54A73D-9AH277EE-96ELF39D-98FA78FA-C3-8EAA",
"RenewalId": "7cad19388fdfe411b655001bfc6ad16e",
"DateCreated": "2015-04-10T14:38:00",
"DateUsed": null,
"DateUpdated": null,
"IsTest": true,
"Delete": null,
"Status": "Active",
"LicenseExpirationType": "NotExpires",
"SupportExpirationType": "NotExpires"
}
],
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| PageResponse |
The PageResponse object which represent page settings |
| RenewalCodes |
An array of RenewalCodeInfo objects which describe codes settings |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |