RenewalCode-Create
Creates new renewal code for the order.

Request Address
http://api.intelliprotector.com:8000/RenewalCode/Create
https://api.intelliprotector.com:9000/RenewalCode/Create

Request Parameters
Name Type Description
AccessInfo Object The AccessInfo object which contains access information
CreateDetails Object The RenewalCodeCreateDetails object which contains renewal code create parameters
* Required parameters are marked with bold font.

Example Request
{
  "CreateDetails": {
    "OrderId": "48e5267c8edfe411b655001bfc6ad16e",
    "CodesQuantity": 1
  },
  "AccessInfo": {
    "VendorId": "00000000000000000000000000000000",
    "WebApiKey": "66666666666666666666666666666666"
  }
}

Example Response
{
  "RenewalCodes": [
    {
      "ErrorMessage": null,
      "CodeId": "6c70a520b4dfe41181e4001bfc6ad16e",
      "RenewalCode": "IPRR-EELB4F-DDA5LLA8-C3BL4C27-2E5CA359-97-H966"
    }
  ],
  "ResponseDetails": {
    "ResponseStatus": "Success",
    "Message": "Success"
  }
}

Response Parameters
Name Description
RenewalCodes An array of RenewalCodeResult objects with codes or errors
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