在职继承客户群
最后更新:2025/02/20企业可通过此接口进行在职继承客户群
请求方式: POST(HTTPS)
请求地址: https://open.wshoto.com/openapi/customer/inherit/transfer_customers_group
Query参数:
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | 是 | 调用接口凭证 |
Body参数:
{
"takeover_userid": "test_d3c8a7350f3a",
"operator": "test_b934dce752c9",
"customers_group_transfers": [
{
"handover_owner_user_id": "test_5f256bb3b9f4",
"chat_id": "test_e29d19176046"
}
]
}
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
operator | string | 是 | 分配操作人 |
takeover_userid | string | 是 | 接替员工userid |
customers_group_transfers | object[] | 是 | 客户群信息集合,集合最小长度为1,最大长度为300 |
handover_owner_user_id | string | 是 | 客户群群主员工id |
chat_id | string | 是 | 客户群id |
返回值:
{
"code": 0,
"msg": "请求成功",
"data": {
"execute_result": true
},
"sub_code": "00000"
}
参数说明:
参数 | 类型 | 说明 |
---|---|---|
code | int | 返回码 |
msg | string | 对返回码的文本描述内容 |
data | object | 返回值 |
execute_result | bool | 执行结果 |
sub_code | string | 业务服务异常码 |