POST api2/license.json
Get license for project (Deprecated)
Request Information
URI Parameters
None.
Body Parameters
API.Models.LicenseRequestName | Description | Type | Additional information |
---|---|---|---|
deviceID |
Device ID from Authorize Device |
integer |
Required |
projectID |
Project ID |
integer |
Required |
licenseType |
License type |
API.Code.DeviceHelperAPI+eLicenseType |
Required |
clientInfo |
Client Info |
string |
Required |
Request Formats
{ "deviceID": 1, "projectID": 2, "licenseType": "Play", "clientInfo": "sample string 3" }
Response Information
Resource Description
stringResponse Formats
"sample string 1"