Index/Management
bizType=fund.app.FundManagementFeesAppDubboService.calcDeduct Total fund management fees Accessible after login
POST /api/global/fund.app.FundManagementFeesAppDubboService.calcDeduct HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"idList": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"amount": "text",
"currency": "text"
},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.deduct Manually execute management fee deduction Accessible after login
POST /api/global/fund.app.FundManagementFeesAppDubboService.deduct HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"idList": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.execute Fund management fee execution Accessible after login
POST /api/global/fund.app.FundManagementFeesAppDubboService.excute HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.page Query fund management fee pagination records Access after login
Number of Items per Page
Current Page
Download type 1: direct download, 2: asynchronous download
POST /api/global/fund.app.FundManagementFeesAppDubboService.page HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 89
{
"username": "text",
"size": 1,
"current": 1,
"downloadType": 1,
"deductDate": 1,
"deductStatus": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"deductDate": 1,
"deductExcuteTime": 1,
"fees": "text",
"currencyFees": "text",
"deductStatus": 1
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}bizType=fund.app.FundsApplyExecuteService.confirmFundsApplyExecuteInfo Confirm Fund Product Purchase Execution Information Accessible after login
Fund Product Subscription Record ID List
POST /api/global/fund.app.FundsApplyExecuteService.confirmFundsApplyExecuteInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 308
{
"applyIds": [
1
],
"fundsApplyExecuteRecordDto": {
"amount": 1,
"profitCurrency": "text"
},
"fundsApplyExecuteRecordDetailDtoList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}bizType=fund.app.FundsApplyExecuteService.getFundsApplyExecuteInfo Get fund product subscription execution information Accessible after login
Fund Product Subscription Record ID List
POST /api/global/fund.app.FundsApplyExecuteService.getFundsApplyExecuteInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"applyIds": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"applyIds": [
1
],
"fundsApplyExecuteRecordDto": {
"amount": 1,
"profitCurrency": "text"
},
"fundsApplyExecuteRecordDetailDtoList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
},
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigSymbolList Get fund product order execution standard configuration product list Accessible after login
POST /api/global/fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigSymbolList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigs Get the list of fund product order execution standard configurations Accessible after login
Customer group ID
POST /api/global/fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigs HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"customerGroupId": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.saveOrderExecuteStandardConfigs Save gold product order execution standard configuration Accessible after login
Customer group ID
POST /api/global/fund.app.FundsOrderExecuteStandardService.saveOrderExecuteStandardConfigs HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 129
{
"customerGroupId": 1,
"configDtoList": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}Last updated