LicenseOrder-Create
Creates new license order and codes.

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

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

Example Request
{
  "CreateDetails": {
    "LicensePresetId": "35969d4ff54ee2119baec86000bd38b2",
    "CustomerName": "Customer-eb2",
    "Email": "241949dcbe66@259mail.com",
    "CodesQuantity": 1
  },
  "AccessInfo": {
    "VendorId": "22222222222222222222222222222222",
    "WebApiKey": "33333333333333333333333333333333"
  }
}

Example Response
{
  "OrderId": "548c22136ddce4118378001bfc6ad16e",
  "ResponseDetails": {
    "ResponseStatus": "Success",
    "Message": "Success"
  }
}

Response Parameters
Name Description
OrderId New order Id
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