1. 指令
yitou
  • core
    • 指令
      • 查询母基金持仓
        GET
      • 查询在途交易记录
        GET
      • 设置流程变量(部分指令确认后使用)
        POST
      • 查询列表
        POST
      • 获取现金
        GET
  1. 指令

查询列表

开发中
POST
/yitou/v1/apply_instructions/get_last_apply_instructions
processInstanceBean为对应流程信息,和之前一样。applyInstructionsJson为新json字段。currentParticipationUserId,currentParticipationUserName为当前审批人id与名称。historyParticipationUserId,historyParticipationUserName为历史参与人id与名称。operationOptions为判断权限字段

请求参数

Authorization
在 header 添加参数
YITOULOGINTOKEN
示例:
YITOULOGINTOKEN: ********************
Query 参数

Body 参数text/plain
示例
示例值:{}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/yitou/v1/apply_instructions/get_last_apply_instructions?pageNo=1&pageSize=20' \
--header 'YITOULOGINTOKEN: <api-key>' \
--header 'Content-Type: text/plain' \
--data-raw '{}'

返回响应

🟢200成功
application/json
Body

示例
{
    "resultBean": {
        "err": 0,
        "msg": "success",
        "data": {
            "pageNo": 1,
            "pageSize": 20,
            "totalPage": 7,
            "startWith": 0,
            "totalCount": 137,
            "total": 137,
            "criticismTotalCount": 0,
            "data": [
                {
                    "id": 169215591508520,
                    "investorType": 3,
                    "investorCode": "12205131808280004",
                    "investorName": "2222",
                    "investorRegCode": "",
                    "tradeFundCode": "F-0nvdjb",
                    "tradeFundName": "少数派122号私募证券投资基金",
                    "tradeFundRegCode": "SGZ909",
                    "managerNominalCode": "C-00aavc",
                    "managerNominalName": "上海少薮派投资",
                    "escrowAccountCode": null,
                    "escrowAccountName": null,
                    "fundCustodianCode": null,
                    "fundCustodianName": null,
                    "instructionsDirection": 1,
                    "instructionsAmount": 0,
                    "instructionsShare": 0,
                    "instructionsDay": "20230607",
                    "investmentManagerId": null,
                    "investmentManagerName": "",
                    "productManagerId": null,
                    "productManagerName": "",
                    "hereHoldShare": 0,
                    "availableCash": 0,
                    "instructionsState": 2,
                    "orgId": 1,
                    "createUserId": 1,
                    "createUserName": "管理员",
                    "createTime": 1692155915000,
                    "updateTime": 1692155917000,
                    "investorId": 165243031933035,
                    "counselorCode": null,
                    "counselorName": null,
                    "strategy": null,
                    "nav": 0.942,
                    "isConfirmApply": null,
                    "confBalance": null,
                    "confShares": null,
                    "commission": null,
                    "oriSerialNum": null,
                    "serialNum": null,
                    "fileInformation": null,
                    "confirmDate": null,
                    "profitBalance": null,
                    "applyInstructionsId": null,
                    "customerId": null,
                    "processInstanceBean": {
                        "processInstanceId": "497516",
                        "processDefinitionId": "id1632794961374:39:465123",
                        "processDefinitionName": "1112",
                        "processDefinitionKey": "id1632794961374",
                        "processDefinitionVersion": 39,
                        "deploymentId": "465120",
                        "businessKey": "",
                        "processVariables": {
                            "userFormData": {
                                "availableCash": 0,
                                "createUserId": 1,
                                "certiNum": "3333",
                                "instructionsAmount": 0,
                                "productManagerId": null,
                                "investorName": "2222",
                                "investmentManagerId": null,
                                "createUserName": "管理员",
                                "tradeFundName": "少数派122号私募证券投资基金",
                                "profitBalance": null,
                                "fileInformation": null,
                                "id": 169215591508520,
                                "applyInstructionFundBean": null,
                                "instructionsDay": "20230607",
                                "processInstanceBean": null,
                                "isConfirmApply": null,
                                "confShares": null,
                                "processInstanceId": null,
                                "tradeFundCode": "F-0nvdjb",
                                "nav": 0.942,
                                "managerNominalCode": "C-00aavc",
                                "serialNum": null,
                                "investorId": 165243031933035,
                                "latestNavDate": "20230616",
                                "counselorCode": null,
                                "certiType": "5",
                                "fundCustodianCode": null,
                                "escrowAccountCode": null,
                                "instructionsState": 1,
                                "investmentManagerName": "",
                                "investorType": 3,
                                "escrowAccountName": null,
                                "investorRegCode": "",
                                "orgId": 1,
                                "counselorName": null,
                                "applyInstructionsJson": null,
               
修改于 2023-08-16 06:05:25
上一页
设置流程变量(部分指令确认后使用)
下一页
获取现金
Built with