POST api2/license.json

Get license for project (Deprecated)

Request Information

URI Parameters

None.

Body Parameters

API.Models.LicenseRequest
NameDescriptionTypeAdditional 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

string

Response Formats

"sample string 1"