- 独立部署版
- V1.0-(2022.8.18)
- v1.1-(2023.6.20)
- v1.2-(2023.10.20)
- v1.3-(2023.11.20)
- 低代码
- v1.4
- 数据字典
- 绩效考核
- 规则设置
- 自定义表单
- 客户列表
- 联系人列表
- 合同列表
- 业绩统计
- 客户记录
- 工作汇报
- v1.5
- v1.6
- v1.8
- v1.9
- v2.0
规则设置列表接口
开发中
GET
/ent/config/client_rule/{cate_id}
责任人:未设置
请求参数
Path 参数
cate_id
string
必需
Header 参数
Authorization
string
必需
默认值:
Bearer {{ENT_TOKEN}}
X-Requested-With
string
必需
默认值:
XMLHttpRequest
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/ent/config/client_rule/' \
--header 'Authorization;' \
--header 'X-Requested-With;'
返回响应
🟢200成功
application/json
Body
message
string
必需
status
integer
必需
data
object
必需
follow_up_switch
string
客户跟进提醒开关
follow_up_status
array[string]
客户跟进状态
follow_up_traded
string
客户跟进提醒周期(已成交)
follow_up_unsettled
string
客户跟进提醒周期(暂未成交)
return_high_seas_switch
string
自动退回公海规则开关
unsettled_cycle
string
退回客户公海周期(暂未成交)
advance_cycle
string
客户退回公海提醒提前周期
unfollowed_cycle
string
未跟进退回公海(暂未成交)
client_policy_switch
string
客户保单规则开关
unsettled_client_number
string
暂未成交客户数量设置
contract_refund_switch
string
合同回款开关
contract_renew_switch
string
合同续费开关
contract_disburse_switch
string
合同支出开关
invoicing_switch
string
开具发票开关
void_invoice_switch
string
作废发票开关
tips
integer
必需
示例
{
"message": "string",
"status": 0,
"data": {
"follow_up_switch": "string",
"follow_up_status": [
"string"
],
"follow_up_traded": "string",
"follow_up_unsettled": "string",
"return_high_seas_switch": "string",
"unsettled_cycle": "string",
"advance_cycle": "string",
"unfollowed_cycle": "string",
"client_policy_switch": "string",
"unsettled_client_number": "string",
"contract_refund_switch": "string",
"contract_renew_switch": "string",
"contract_disburse_switch": "string",
"invoicing_switch": "string",
"void_invoice_switch": "string"
},
"tips": 0
}
🟠404记录不存在(示例)
🟢200修改成功(示例)
🟠401参数不正确(示例)
🟢201新建成功(示例)