10.7 商机外部对接人更新(即将废弃)
POST
https://openapi.weiling.cn/openapi/business/customer_related/edit请求参数
Query 参数
access_token
string
接口调用凭证
Body 参数application/json
id
string
商机id
add_customers
array [object {2}]
可选
需要添加的外部相关人
ids
array[string]
外部相关人id列表
type
integer
可选
0-线索 1-企微好友 4-访客
remove_customers
array [object {2}]
可选
需要移除的外部相关人
ids
array[string]
外部相关人id列表
type
integer
可选
0-线索 1-企微好友 4-访客
示例
{
"id": "string",
"add_customers": [
{
"ids": [
"string"
],
"type": 0
}
],
"remove_customers": [
{
"ids": [
"string"
],
"type": 0
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
必需
code
integer
必需
示例
{
"msg": "string",
"code": 0
}
最后修改时间: 15 天前