10.7 商机外部相关人更新-新版
POST
https://openapi.weiling.cn/openapi/v2/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-联系人
remove_customers
array [object {2}]
必需
需要移除的外部相关人列表
ids
array[string]
对应的id列表
type
integer
0-联系人
示例
{
"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
}
最后修改时间: 11 天前