绑定坐席
POST
/webtenant/system/call/agent/binding请求参数
Body 参数application/json
bindTel
string
绑定号码
deptId
integer <int64>
部门ID
deptName
string
部门名称
id
integer <int64>
主键
name
string
坐席名称
userId
string
坐席id
示例
{
"bindTel": "string",
"deptId": 0,
"deptName": "string",
"id": 0,
"name": "string",
"userId": "string"
}
示例代码
返回响应
成功(200)
成功(201)
没有权限(401)
禁止访问(403)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 2 天前