Returns renewal code details.
Request Address
http://api.intelliprotector.com:8000/RenewalCode/Details
https://api.intelliprotector.com:9000/RenewalCode/Details
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| CodeId |
String |
Renewal code id |
* Required parameters are marked with
bold font.
Example Request
{
"CodeId": "49e5267c8edfe411b655001bfc6ad16e",
"AccessInfo": {
"VendorId": "00000000000000000000000000000000",
"WebApiKey": "88888888888888888888888888888888"
}
}
Example Response
{
"CodeDetails": {
"LicenseTypeFrom": {
"TypeId": 1,
"Name": "Full version"
},
"LicenseTypeTo": {
"TypeId": 1,
"Name": "Full version"
},
"LicenseId": null,
"LicenseCode": null,
"ProjectId": "854bb27dee4ee2119baec86000bd38b2",
"ProjectName": "Project 2",
"OrderId": "48e5267c8edfe411b655001bfc6ad16e",
"OrderNumber": "ITP-DROA-H9B9F4BB-A8FE44D6-BH464H54-3B2KH839-8C",
"RenewalCode": "IPRR-545DBL-9E9BHLC3-49LE9H9D-AF66368H-89-627L",
"RenewalId": "49e5267c8edfe411b655001bfc6ad16e",
"DateCreated": "2015-04-10T14:33:00",
"DateUsed": null,
"DateUpdated": null,
"IsTest": true,
"Delete": null,
"Status": "Active",
"LicenseExpirationType": "NotExpires",
"SupportExpirationType": "NotExpires"
},
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| CodeDetails |
The RenewalCodeDetails object with the renewal code parameters |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |