RenewalPreset-Details
Returns a renewal preset details.

Request Address
http://api.intelliprotector.com:8000/RenewalPreset/Details
https://api.intelliprotector.com:9000/RenewalPreset/Details

Request Parameters
Name Type Description
AccessInfo Object The AccessInfo object which contains access information
PresetId String Renewal preset id
* Required parameters are marked with bold font.

Example Request
{
  "PresetId": "557420ddf54ee2119baec86000bd38b2",
  "AccessInfo": {
    "VendorId": "99999999999999999999999999999999",
    "WebApiKey": "00000000000000000000000000000000"
  }
}

Example Response
{
  "PresetDetails": {
    "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"
  },
  "ResponseDetails": {
    "ResponseStatus": "Success",
    "Message": "Success"
  }
}

Response Parameters
Name Description
PresetDetails The RenewalPresetDetails object with the renewal preset parameters
ResponseDetails The ResponseDetails object with the status of a Web API call
API Function Debugger
API function: Method: Protocol: Request link:
Request body:

Execute
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services