呼叫时间组-更新
最后更新于 2023/07/05 阅读数 148
呼叫时间组-更新
此接口【v1.2.31版本新增】 查看变更日志
请求接口
/agent-api/user/{user_id}/dial-time-group/{group_id}
请求方式
PUT
路由参数
参数 | 类型 | 示例 | 解释 | 必填 |
---|---|---|---|---|
user_id | string | 5832d184-dd53-42a0-8ace-0bf8d660f4cc | 用户id | 是 |
group_id | integer | 427 | 呼叫时间组ID | 是 |
请求参数
参数 | 类型 | 示例 | 解释 | 必填 |
---|---|---|---|---|
name | string | 周末拨打组 | 时间组名称 | 是 |
content | array | [{“week”: 0,“times”: [{“begin_time”: “09:00”,“end_time”: “13:00”}]}] | 外呼时间段 | 否 |
is_default | boolean | false | 是否为默认时间组 | 否 |
skip_holiday | boolean | true | 是否跳过节假日 | 否 |
sub_user_id | string | dc53e7e7-3a68-40ae-adfe-63fc00e401d3 | 子账户id | 否 |
请求示例
{ "name":"代理测试1", "content":[ { "week":5, "times":[ { "begin_time":"08:00", "end_time":"20:00" }, { "begin_time":"20:30", "end_time":"22:00" } ] } ], "is_default":true, "skip_holiday":true }
1plaintext
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21返回参数
{ "code": 200, "status": "success", "message": "修改成功", "data": { "id": 472, "name": "代理测试1", "user_id": "4d99d91c-f5d9-49da-88da-758977cc58a9", "content": [ { "week": 5, "times": [ { "begin_time": "08:00", "end_time": "20:00" }, { "begin_time": "20:30", "end_time": "22:00" } ] } ], "is_default": true, "skip_holiday": true, "remark": null, "created_at": "2022-01-14 15:22:22", "updated_at": "2022-01-18 16:27:26" } }
1plaintext
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30name
为必填content
为非必填is_default
为非必填skip_holiday
为非必填
评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服