- 电子卷宗
- 微众报表
- 短信重发
- 签章工具
- 一键调取材料
- 案件调解日志
- 执掌易短信回调模拟
- 工作手机短信
- 报表接口
- 报表还款数据明细
- 微众上传案件类型
- 报表导出
- 类案推荐
- 调解员视角
- 新增筛选参数
查询本月回款
POST
/hcStats/queryCurrentMonthRepaymentCaseInfo
请求参数
Header 参数
token
string
可选
默认值:
11596421593146
Body 参数application/json
参数
clientCode
string | null
客户号
groupId
integer | null
小组id
statsType
string | null
报表类型
stepType
string | null
报表阶段
debtAgeId
integer | null
账龄id
riskGrade
integer | null
高风险
orderRule
integer | null
0-降序,1-升序
示例
{
"clientCode": "string",
"groupId": 0,
"statsType": "string",
"stepType": "string",
"debtAgeId": 0,
"riskGrade": 0,
"orderRule": 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/queryCurrentMonthRepaymentCaseInfo' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"groupId": 0,
"statsType": "string",
"stepType": "string",
"debtAgeId": 0,
"riskGrade": 0,
"orderRule": 0
}'
返回响应
🟢200成功
application/json
Body
本月回款案件信息
code
string | null
可选
默认值:
9999
description
string | null
可选
默认值:
系统异常
result
object (PageResult«List«RepaymentCaseInfoVO»»)
本月回款案件信息
count
integer | null
可选
list
array[object (RepaymentCaseInfoVO) {8}] | null
可选
示例
{
"code": "",
"description": "",
"result": {
"count": 0,
"list": [
{
"extCode": "",
"caseId": "",
"respondents": "",
"backAmt": 0.0,
"groupId": 0,
"groupName": "",
"mediatorId": "",
"mediatorName": ""
}
]
}
}
修改于 2024-08-08 07:48:17