更新业务规则
PUT
/webtenant/system/clue/rule/edit请求参数
Body 参数application/json
clueCountEnable
boolean
可选
线索数量限制是否启用 true启用 false不启用
clueGetDay
integer <int32>
可选
线索领取限制启用,N天内不能领取
clueGetEnable
boolean
可选
线索领取限制是否启用 true启用 false不启用
clueProtectionDay
integer <int32>
可选
线索保护设置启用,N天内不可进行回收、删除等
clueProtectionEnable
boolean
可选
线索保护设置是否启用 true启用 false不启用
clueUnderWay
boolean
可选
限制待跟进线索数量是否启用 true启用 false不启用
id
integer <int64>
业务规则主键ID
productRuleAimList
array[object (线索-业务规则条件入参) {5}]
线索转化条件
aimAt
string
可选
条件,所有员工/所有商品为0
aimAtProductBook
string
可选
条件,线索转化条件-商品类型为2,3的主键id
count
integer <int32>
可选
线索数上限/订单支付金额
id
integer <int64>
规则条件主键ID
init
boolean
可选
是否初始化数据 true是 false否
userRuleAimList
array[object (线索-业务规则条件入参) {5}]
线索数量限制
aimAt
string
可选
条件,所有员工/所有商品为0
aimAtProductBook
string
可选
条件,线索转化条件-商品类型为2,3的主键id
count
integer <int32>
可选
线索数上限/订单支付金额
id
integer <int64>
规则条件主键ID
init
boolean
可选
是否初始化数据 true是 false否
示例
{
"clueCountEnable": true,
"clueGetDay": 0,
"clueGetEnable": true,
"clueProtectionDay": 0,
"clueProtectionEnable": true,
"clueUnderWay": true,
"id": 0,
"productRuleAimList": [
{
"aimAt": "string",
"aimAtProductBook": "string",
"count": 0,
"id": 0,
"init": true
}
],
"userRuleAimList": [
{
"aimAt": "string",
"aimAtProductBook": "string",
"count": 0,
"id": 0,
"init": true
}
]
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"msg": "string",
"traceId": "string"
}
最后修改时间: 7 小时前