- 电子卷宗
- 微众报表
- 短信重发
- 签章工具
- 一键调取材料
- 案件调解日志
- 执掌易短信回调模拟
- 工作手机短信
- 报表接口
- 报表还款数据明细
- 微众上传案件类型
- 报表导出
- 类案推荐
- 调解员视角
- 新增筛选参数
更新或插入目标回款率
POST
/hcStats/updateOrAddAimConfig
请求参数
Header 参数
token
string
可选
默认值:
11596421593146
Body 参数application/json
createTime
string | null
创建时间
updateTime
string | null
更新时间
id
integer | null
主键id
batchMonth
string | null
批次月
organizationId
integer | null
机构id
organizationName
string | null
机构名称
debtId
integer | null
账龄id
rate
number | null
目标回款率
示例
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"batchMonth": "string",
"organizationId": 0,
"organizationName": "string",
"debtId": 0,
"rate": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/hcStats/updateOrAddAimConfig' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"batchMonth": "string",
"organizationId": 0,
"organizationName": "string",
"debtId": 0,
"rate": 0
}'
返回响应
🟢200成功
application/json
Body
数据更新时间
code
string
可选
默认值:
9999
description
string
可选
默认值:
系统异常
result
null
可选
示例
{
"code": "",
"description": "",
"result": null
}
修改于 2024-08-06 03:29:57