Returns license code details.
Request Address
http:
//api.intelliprotector.com:8000/LicenseCode/Details
https:
//api.intelliprotector.com:9000/LicenseCode/Details
Request Parameters
Name |
Type |
Description |
AccessInfo |
Object |
The AccessInfo object which contains access information |
CodeId |
String |
License code id |
* Required parameters are marked with
bold font.
Example Request
{
"CodeId"
:
"4b64434b1cdde41181da001bfc6ad16e"
,
"AccessInfo"
: {
"VendorId"
:
"f9a33c249b734a1889840d13768b90cc"
,
"WebApiKey"
:
"ec9248f6c4c2e41184bd005056c00008"
}
}
Example Response
{
"CodeDetails"
: {
"LicenseType"
: {
"TypeId"
: 1,
"Name"
:
"Full version"
},
"ProjectId"
:
"e56fb66dee4ee2119baec86000bd38b2"
,
"ProjectName"
:
"Project 1"
,
"OrderId"
:
"4a64434b1cdde41181da001bfc6ad16e"
,
"OrderNumber"
:
"ITP-DLOA-KDED7F29-CB43423E-ADF333C3-D44B9244-62"
,
"DateActivated"
:
"2015-01-07T11:30:00"
,
"DateRegistered"
:
"2015-04-07T11:51:00"
,
"IsFrozen"
:
false
,
"Computers"
: 1,
"Delete"
:
null
,
"LicenseExpirationType"
:
"ExpiresAfterDaysCreation"
,
"SupportExpirationType"
:
"NotExpires"
,
"LicenseCode"
:
"IPRL-5629D8-HDB34DE8-CFB5FB25-8349EC37-34-DA9C"
,
"CodeId"
:
"4b64434b1cdde41181da001bfc6ad16e"
,
"DateCreated"
:
"2015-04-07T11:51:00"
,
"Status"
:
"Active"
,
"IsTest"
:
true
,
"UseFreeze"
:
false
,
"FreezeLicenseDays"
: 5,
"UseComputersRotation"
:
false
,
"UseLicenseValidation"
:
false
,
"LicenseValidationDays"
: 30,
"WorkIfValidationBlocked"
:
false
,
"UseComputersLimit"
:
false
,
"MaxComputers"
: 3
},
"ResponseDetails"
: {
"ResponseStatus"
:
"Success"
,
"Message"
:
"Success"
}
}
Response Parameters
Name |
Description |
CodeDetails |
The LicenseCodeDetails object with the license code parameters |
ResponseDetails |
The ResponseDetails object with the status of a Web API call |