修改线索
POST
/open-api/leads/update调用此接口需购买销售席位。
请求参数
Body 参数application/json
name
string
客户名称
sea_id
string
公海id
organization_id
integer
企业id
staff_ext_id
string
修改员工extId
id
integer
线索id
extra_info
array [object {4}]
自定义信息
property_id
integer
可选
自定义字段的property_id
property_type
enum<string>
自定义字段类型
枚举值:
datetimeoption_texttext
property_value
enum<string>
自定义字段值
枚举值:
如果是选项,存的是选项id如果是时间,存的是"2022-08-27 10:21"
property_option_value
string
自定义字段选项值
tag_ext_ids
array[string]
标签的extId
示例
{
"name": "string",
"sea_id": "string",
"organization_id": 0,
"staff_ext_id": "string",
"id": 0,
" extra_info": [
{
"property_id": 0,
"property_type": "datetime",
"property_value": "如果是选项,存的是选项id",
"property_option_value": "string"
}
],
"tag_ext_ids": [
"string"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 9 个月前