Description: Add agent team leader.
Parameters | Description | Required | Type |
---|---|---|---|
name |
Team leader name character limit 4-32 characters, team leader name cannot be repeated |
Yes |
String |
petName |
Team leader nickname character limit 0-20 characters |
No |
String |
voiceGroupIdList |
Agent group (agent group query returns voiceGroupId) |
No |
List<Integer> |
https://api.onbuka.com/v3/cc/teamleader/add
Request URL:
https://api.onbuka.com/v3/cc/teamleader/add
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"name": "123",
"petName":"12",
"voiceGroupIdList": [12,13]
}
Parameters | Description | Type |
---|---|---|
status |
status code,0 is successful. For other failures, please refer to the interface response code |
String |
reason |
Failure reason description |
String |
data |
This method returns keyId |
String |
{
"status": "0",
"reason": "success",
"data": 123456
}
Feedback
Need help?
Click here and start chatting with us!