Index/Query

Query fund information

post

bizType=fund.app.FundOperationInfoAppDubboService.queryFundInfo Query fund information Login required to access

Body
fundIdinteger · int64Required

Fund ID

Responses
200Success
application/json
post
/global/fund.app.FundOperationInfoAppDubboService.queryFundInfo
POST /api/global/fund.app.FundOperationInfoAppDubboService.queryFundInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 12

{
  "fundId": 1
}
200Success
{
  "bizCode": "text",
  "code": "text",
  "msg": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": {
    "id": 1,
    "status": 1,
    "revision": 1,
    "createBy": "text",
    "createTime": 1,
    "updateBy": "text",
    "updateTime": 1,
    "fundId": 1,
    "sharesIssued": 1,
    "sharesApply": 1,
    "sharesConfirm": 1,
    "sharesRedeem": 1,
    "sharesCurrent": 1
  },
  "ok": true,
  "fail": true
}

Last updated