基金接口/基金申购接口

基金申购

post

bizType=fund.app.FundApplyAppDubboService.apply 基金申购 登录后方可访问

Body
customerNostringOptional
currencyPaystringOptional

支付的币种 ,或者是一篮子

amountPaynumberRequired

按额为:支付的金额, 按份额:申购的份额

applyTypeinteger · int32Optional

1.按金额,2.按份额

fundIdintegerRequired
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.apply
200Success

客户申购计算手续费和份额

post

bizType=fund.app.FundApplyAppDubboService.calcApplyShares 客户申购计算手续费和份额 登录后方可访问

Body
customerNostringOptional
currencyPaystringOptional

支付的币种 ,或者是一篮子

amountPaynumberRequired

按额为:支付的金额, 按份额:申购的份额

applyTypeinteger · int32Optional

1.按金额,2.按份额

fundIdintegerRequired
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.calcApplyShares
200Success

客户申购记录

post

bizType=fund.app.FundApplyAppDubboService.customerPage H5申购记录 登录后方可访问

Body
usernamestringOptional
sizeinteger · int64Optional

每页条数

currentinteger · int64Optional

当前页

downloadTypeinteger · int32Optional

下载类型 1:直接下载,2:异步下载

startTimeinteger · int64Optional
endTimeinteger · int64Optional
currencyPaystringOptional
customerCompanyIdinteger · int64Optional
proposalNostring[]Optional
customerSelfNostring[]Optional
executeIdstring[]Optional
executeStatusinteger · int32Optional
currencySharesstringOptional
typeinteger · int32Optional
customerGroupIdinteger · int64Required

客户组id

Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.customerPage
200Success

获取基金底层资产信息

post

bizType=fund.app.FundApplyAppDubboService.getFundCurrencyList 获取基金底层资产信息 登录后方可访问

Body
proposalNostringRequired

提案号

Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.getFundCurrencyList
200Success

客户经理分页查询基金记录

post

bizType=fund.app.FundApplyAppDubboService.page PCUI客户经理分页查询基金记录 登录后方可访问

Body
usernamestringOptional
sizeinteger · int64Optional

每页条数

currentinteger · int64Optional

当前页

downloadTypeinteger · int32Optional

下载类型 1:直接下载,2:异步下载

startTimeinteger · int64Optional
endTimeinteger · int64Optional
currencyPaystringOptional
customerCompanyIdinteger · int64Optional
proposalNostring[]Optional
customerSelfNostring[]Optional
executeIdstring[]Optional
executeStatusinteger · int32Optional
currencySharesstringOptional
typeinteger · int32Optional
customerGroupIdinteger · int64Required

客户组id

Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.page
200Success

Last updated