Creates new license code for the order.
Request Address
http://api.intelliprotector.com:8000/LicenseCode/Create
https://api.intelliprotector.com:9000/LicenseCode/Create
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| CreateDetails |
Object |
The LicenseCodeCreateDetails object which contains license code create parameters |
* Required parameters are marked with
bold font.
Example Request
{
"CreateDetails": {
"OrderId": "4d877f4c67dce4118378001bfc6ad16e",
"CodesQuantity": 2
},
"AccessInfo": {
"VendorId": "22222222222222222222222222222222",
"WebApiKey": "33333333333333333333333333333333"
}
}
Example Response
{
"LicenseCodes": [
{
"ErrorMessage": null,
"CodeId": "1f8f38b371dce4118378001bfc6ad16e",
"LicenseCode": "IPRL-3CF8B4-4A558949-FC6764AD-53BL622D-C3-EAE9"
},
{
"ErrorMessage": null,
"CodeId": "208f38b371dce4118378001bfc6ad16e",
"LicenseCode": "IPRL-962322-56BBB6E4-424BDLH8-L49ELH3F-AA-7B5L"
}
],
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| LicenseCodes |
An array of LicenseCodeResult objects with codes or errors |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |