Activates a specified license using the batch ID, authorization code, and device SN.
Operation description
Usage notes
Activate a specific license for Real-time Conversational AI by providing a batch ID (LicenseItemId), authorization code (AuthCode), and device ID (DeviceId). Upon successful activation, the API returns a response containing the request ID, an error code, the request status, the HTTP status code, and the activated license information.
Note: Ensure that the provided batch ID, authorization code, and device ID are correct. Incorrect information may cause the activation to fail.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ActiveAiRtcLicense |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| LicenseItemId |
string |
Yes |
The batch ID. |
17712*** |
| AuthCode |
string |
Yes |
The authorization code. |
iU1IeJech7*** |
| DeviceId |
string |
Yes |
The device ID. |
device-*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ApiResponse<CollectionResult> |
||
| RequestId |
string |
The request ID. |
4F9C14FE-1147-15AC-8EDF-A590FF12*** |
| Success |
boolean |
Indicates whether the call was successful. |
true |
| Code |
string |
The error code returned. |
Success |
| Message |
string |
The error message. |
OK |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| License |
string |
The license information. |
a659a06659a*** |
Examples
Success response
JSON format
{
"RequestId": "4F9C14FE-1147-15AC-8EDF-A590FF12***",
"Success": true,
"Code": "Success",
"Message": "OK",
"HttpStatusCode": 200,
"License": "a659a06659a***"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.