Funds/Proposal

Check if the customer has any unfinished proposals

post

bizType=fund.app.CustomerProposalQueryService.isHaveUnCompleteProposal Check if the customer has any unfinished proposals Accessible after login

Body
objectOptional
Responses
post
/global/fund.app.CustomerProposalQueryService.isHaveUnCompleteProposal
POST /api/global/fund.app.CustomerProposalQueryService.isHaveUnCompleteProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
200Success
{
  "bizCode": "text",
  "code": "text",
  "msg": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": true,
  "ok": true,
  "fail": true
}

Query customer credit adjustment proposal pagination data

post

bizType=fund.app.CustomerProposalQueryService.queryDepositAdjustPageList Query customer credit adjustment proposal page data Accessible after login

Body
sizeinteger · int64Optional

Number of Items per Page

currentinteger · int64Optional

Current Page

downloadTypeinteger · int32Optional

Download type 1: direct download, 2: asynchronous download

startTimeinteger · int64Optional
endTimeinteger · int64Optional
withdrawTypeinteger · int32Optional

Withdrawal type, Withdrawal: 1 (Withdraw to bank card), Withdrawal: 2 (Withdraw digital currency to digital wallet)

depositCurrencystringOptional

Deposit Currency

paymentCurrencystringOptional

Payment currency

accountCurrencystringOptional

Account Currency (Customer Debit Currency)

withdrawCurrencystringOptional

Withdrawal Currency (Customer Credit Currency)

rechargeTypestringOptional

Recharge Method, 1: Direct Recharge, 2: Remittance

txidstringOptional

Transaction id

depositStatusstringOptional

Deposit Status

paymentStatusstringOptional

Payment Status

businessTypestringOptional
Responses
post
/global/fund.app.CustomerProposalQueryService.queryDepositAdjustPageList
POST /api/global/fund.app.CustomerProposalQueryService.queryDepositAdjustPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 327

{
  "size": 1,
  "current": 1,
  "downloadType": 1,
  "orders": [
    {
      "column": "text",
      "asc": true
    }
  ],
  "startTime": 1,
  "endTime": 1,
  "withdrawType": 1,
  "depositCurrency": "text",
  "paymentCurrency": "text",
  "accountCurrency": "text",
  "withdrawCurrency": "text",
  "rechargeType": "text",
  "txid": "text",
  "depositStatus": "text",
  "paymentStatus": "text",
  "businessType": "text"
}
200Success
{
  "bizCode": "text",
  "code": "text",
  "msg": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": {
    "records": [
      {
        "companyId": 1,
        "customerId": 1,
        "customerNo": "text",
        "accountId": 1,
        "id": 1,
        "status": 1,
        "createBy": "text",
        "createTime": 1,
        "updateBy": "text",
        "updateTime": 1,
        "tradeType": 1,
        "proposalNo": "text",
        "businessType": 1,
        "accountCurrency": "text",
        "amount": 1,
        "withdraw": true,
        "operatorPassword": "text",
        "checkBy": "text",
        "checkStatus": 1,
        "remark": "text",
        "thirdOrderId": "text",
        "resetAccount": true,
        "businessTypeText": "text",
        "thirdAccount": "text"
      }
    ],
    "total": 1,
    "size": 1,
    "current": 1
  },
  "ok": true,
  "fail": true
}

Query customer deposit proposal pagination data

post

bizType=fund.app.CustomerProposalQueryService.queryDepositPageList Query customer withdrawal proposal pagination data Access after login

Body
sizeinteger · int64Optional

Number of Items per Page

currentinteger · int64Optional

Current Page

startTimeinteger · int64Optional
endTimeinteger · int64Optional
depositCurrencystringOptional

Deposit Currency

paymentCurrencystringOptional

Payment currency

rechargeTypestringOptional

Recharge Method, 1: Direct Recharge, 2: Remittance

txidstringOptional

Transaction id

depositStatusstringOptional

Deposit Status

paymentStatusstringOptional

Payment Status

Responses
post
/global/fund.app.CustomerProposalQueryService.queryDepositPageList
POST /api/global/fund.app.CustomerProposalQueryService.queryDepositPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 220

{
  "size": 1,
  "current": 1,
  "orders": [
    {
      "column": "text",
      "asc": true
    }
  ],
  "startTime": 1,
  "endTime": 1,
  "depositCurrency": "text",
  "paymentCurrency": "text",
  "rechargeType": "text",
  "txid": "text",
  "depositStatus": "text",
  "paymentStatus": "text"
}
200Success
{
  "bizCode": "text",
  "code": "text",
  "msg": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": {
    "records": [
      {
        "companyId": 1,
        "customerId": 1,
        "customerNo": "text",
        "accountId": 1,
        "status": 1,
        "createBy": "text",
        "createTime": 1,
        "updateBy": "text",
        "updateTime": 1,
        "tradeType": 1,
        "proposalNo": "text",
        "country": "text",
        "depositCurrency": "text",
        "paymentCurrency": "text",
        "blockchainName": "text",
        "intendAmount": "text",
        "toPaymentRate": "text",
        "toPaymentAmount": "text",
        "fromPaymentAmount": "text",
        "paymentRate": "text",
        "actualAmount": "text",
        "depositFee": "text",
        "finalAmount": "text",
        "paymentCode": "text",
        "paymentType": "text",
        "clientType": "text",
        "channelCode": "text",
        "checkBy": "text",
        "remark": "text",
        "checkStatus": 1,
        "depositStatus": 1,
        "paymentStatus": 1,
        "amlRet": 1,
        "amlFailReasion": "text",
        "refundRet": 1,
        "notifyStatus": true,
        "queryCount": 1,
        "queryMaxCount": 1,
        "txid": "text",
        "rechargeType": "text",
        "address": "text",
        "thirdId": "text",
        "callbackUrl": "text",
        "refundToAddr": "text",
        "customerGroupId": 1,
        "thirdAccount": "text"
      }
    ],
    "total": 1,
    "size": 1,
    "current": 1
  },
  "ok": true,
  "fail": true
}

Query customer withdrawal proposal pagination data

post

bizType=fund.app.CustomerProposalQueryService.queryWithdrawPageList Query customer withdrawal proposal pagination data Accessible after login

Header parameters
versionstringRequiredExample: 0.0.1
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
tokenstringOptionalExample: {{LoginResult.data.token}}
Body
sizeinteger · int64Optional

Number of Items per Page

currentinteger · int64Optional

Current Page

startTimeinteger · int64Optional
endTimeinteger · int64Optional
withdrawTypeinteger · int32Optional

Withdrawal type, Withdrawal: 1 (Withdraw to bank card), Withdrawal: 2 (Withdraw digital currency to digital wallet)

accountCurrencystringOptional

Account Currency (Customer Debit Currency)

withdrawCurrencystringOptional

Withdrawal Currency (Customer Credit Currency)

txidstringOptional

Transaction id

Responses
post
/global/fund.app.CustomerProposalQueryService.queryWithdrawPageList
POST /api/global/fund.app.CustomerProposalQueryService.queryWithdrawPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 170

{
  "size": 1,
  "current": 1,
  "orders": [
    {
      "column": "text",
      "asc": true
    }
  ],
  "startTime": 1,
  "endTime": 1,
  "withdrawType": 1,
  "accountCurrency": "text",
  "withdrawCurrency": "text",
  "txid": "text"
}
200Success
{
  "bizCode": "text",
  "code": "text",
  "msg": "text",
  "tm": 1,
  "trace": "text",
  "msgParams": "text",
  "data": {
    "records": [
      {
        "companyId": 1,
        "customerId": 1,
        "customerNo": "text",
        "accountId": 1,
        "id": 1,
        "status": 1,
        "createBy": "text",
        "createTime": 1,
        "updateBy": "text",
        "updateTime": 1,
        "tradeType": 1,
        "proposalNo": "text",
        "country": "text",
        "accountCurrency": "text",
        "withdrawCurrency": "text",
        "amount": "text",
        "rate": "text",
        "withdrawFee": "text",
        "finalAmount": "text",
        "accountDeductAmount": "text",
        "bankAccountName": "text",
        "bankName": "text",
        "displayBankName": "text",
        "bankCardNo": "text",
        "checkBy": "text",
        "checkStatus": 1,
        "transferStatus": 1,
        "amlRet": 1,
        "amlFailReasion": "text",
        "remark": "text",
        "withdrawType": 1,
        "withdrawCoinStatus": 1,
        "withdrawMethod": "text",
        "blockchainName": "text",
        "txid": "text",
        "customerGroupId": 1,
        "thirdMessage": "text",
        "withdrawViewStatus": 1,
        "transferRejectReason": "text"
      }
    ],
    "total": 1,
    "size": 1,
    "current": 1
  },
  "ok": true,
  "fail": true
}

Last updated