Release License
This operation releases a license from a client, Mediaagent or an agent. NB: You can release client license only after releasing mediaagent licenses More_Details
- application/json
Request Body required
licensesInfo object[]
platformType integer required1.clients, Agents; 2. MediaAgent
license object
To get valid values try "Get Client Licenses" API
licenseType integerappType integer requiredvalue should be 0, if isClientLevelOperation is true
licenseName stringclientEntity object
clientId integer required- isClientLevelOperation boolean
Default value:
falseThe option to release a license for a client or an agent
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
Loading...