- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
生成日结单
已废弃
POST
/report/daily/statement/generate
日结单接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-08 | Rocky Feng | 修改路由 原:/gateway/v1/report/daily_statement/generate 新:/report/daily/statement/generate | |
V1.2.0 | 2024-02-01 | Rocky Feng | 下线 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接口压测#
请求参数
Body 参数application/json
autoSent
boolean
是否自动发送通知
示例值:
true
clientIds
array[string]
可选
date
string <date-time>
指定日期
示例值:
2023-04-20
operator
string
操作人
type
integer <int32>
必需
示例
{
"autoSent": true,
"clientIds": [
"string"
],
"date": "2023-04-20",
"operator": "string",
"type": 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 '/report/daily/statement/generate' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
boolean
可选
msg
string
可选
success
boolean
可选
traceId
string
可选
示例
{
"code": 0,
"data": true,
"msg": "string",
"success": true,
"traceId": "string"
}
🟢200Unable to obtain wallet fund information
🟢200Company logo cannot be obtained.
🟢200The Broker name cannot be obtained.
🟢200The ABN cannot be obtained.
🟢200The AFSL NO cannot be obtained.
🟢200The Broker's email cannot be obtained.
🟢200The Broker's Phone cannot be obtained.
🟢200The Broker's Address cannot be obtained.
🟢200The Website cannot be obtained.
🟢200No transaction flowing
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-07-03 03:12:48