Resets computers which are assigned to the license code.
Request Address
http://api.intelliprotector.com:8000/Hardware/Reset
https://api.intelliprotector.com:9000/Hardware/Reset
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| OrderNumber |
String |
Order number which keeps the code |
| LicenseCode |
String |
License code which should be cleared from computers |
* Required parameters are marked with
bold font.
Example Request
{
"OrderNumber": "ITP-DLOA-EB3C2HC6-5EF74639-AH9F677K-33K3AF2K-48",
"LicenseCode": "IPRL-962322-56BBB6E4-424BDLH8-L49ELH3F-AA-7B5L",
"AccessInfo": {
"VendorId": "66666666666666666666666666666666",
"WebApiKey": "55555555555555555555555555555555"
}
}
Example Response
{
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |