预算编制额查询接口

说明

该接口用于查询预算编制信息,其中包含预算单元中的占用金额,冻结金额,预算金额,可用金额(包含结转),以及预算计划信息。

接口限制

接口地址

/api/openapi/budget/unit/page

请求类型

POST

请求参数

参数说明

参数名称 类型 是否必填 参数说明 默认值
budgetPlanBizCode String 预算方案业务编码
budgetBizCode String 预算行业务编码
start Integer 分页查询起始页 1
length Integer 分页查询每页条数 50

参数样例

{
  "budgetPlanBizCode": "BDG2208171DR8BITC",
  "budgetBizCode": "BDG2208221O6SLYWW",
  "start": 1,
  "length": 50
}

响应参数

响应参数说明

参数名称 类型 是否必填 参数说明 默认值
code String 响应类型
message String 错误信息
pageNum Integer 当前页数
pageSize Integer 当前页条数
total Integer 最大条数
pages Integer 最大页数
list List<Object> 预算方案外码集合
errorCode String 错误码
success booloon 成功失败标识,true/false

Object

参数名称 类型 是否必填 参数说明 默认值
bizCode String 预算行业务编码
code String 预算行编码
entCode String 企业编码
budgetPlanCode String 预算方案编码
subjectCode String 预算科目编码
subjectName String 预算科目名称
subjectNameZh String 预算科目中文名称
subjectNameEn String 预算科目英文名称
orgCode String 预算组织编码
orgName String 预算组织名称
orgNameZh String 预算组织中文名称
orgNameEn String 预算组织英文名称
budgetUnits List<BudgetUnit> 预算单元
startDay String 预算期间开始时间
endDay String 预算期间结束时间

BudgetUnit

参数名称 类型 是否必填 参数说明 默认值
code String 预算单元编码
startDay String 预算期间开始时间
endDay String 预算期间结束时间
compilationDimension String 预算周期,月度 MONTHLY;季度 QUARTERLY;半年度 HALFYEARLY;年度 YEARLY;起止日期整段为一期 INTACT
currency Currency 预算币种
periodNum int 预算期数
budgetAmount BigDecimal 预算编制金额
usableAmount BigDecimal 预算可用金额
carryOverUsableAmount BigDecimal 预算可用余额包含结转
freezeAmount BigDecimal 预算冻结金额
occupyAmount BigDecimal 预算占用金额

Currency

参数名称 类型 是否必填 参数说明 默认值
code String 币种编码
symbol String 币种标识
name String 币种名称

参数样例

{
  "code": "ACK",
  "message": null,
  "data": {
    "total": 1,
    "list": [
      {
        "bizCode": "BDG2208221O6SLYWW", 
        "code": "BDG2208221O6SLYWW",   
        "entCode": "EC210721WV7V5EB", 
        "budgetPlanCode": "BDG2208171DR8BITC", 
        "subjectCode": "BDG2107291YTWNBWG",
        "subjectName": "测试",   
        "subjectNameZh": "测试",  
        "subjectNameEn": "", 
        "orgCode": "BDG2112101C3KP5HC", 
        "orgName": "哈哈哈", 
        "orgNameZh": "哈哈哈",  
        "orgNameEn": "",  
        "budgetUnits": [  
          {
            "code": "BDG2208221O6SMZ9C",  
            "startDay": 20220101, 
            "endDay": 20220131,  
            "compilationDimension": "MONTHLY",  
            "currency": {        
              "code": "CNY",
              "symbol": "¥",
              "name": "人民币"
            },
            "periodNum": 1,  
            "budgetAmount": 1,  
            "usableAmount": 1,
            "carryOverUsableAmount": 0, 
            "freezeAmount": 0, 
            "occupyAmount": 0 
          },
          {
            "code": "BDG2208221O6SN0U8",
            "startDay": 20220201,
            "endDay": 20220228,
            "compilationDimension": "MONTHLY",
            "currency": {
              "code": "CNY",
              "symbol": "¥",
              "name": "人民币"
            },
            "periodNum": 2,
            "budgetAmount": 1,
            "usableAmount": 1,
            "carryOverUsableAmount": 0,
            "freezeAmount": 0,
            "occupyAmount": 0
          }
        ],
        "orgFullPath": null,
        "subjectFullPath": null,
        "startDay": 20220101,
        "endDay": 20221231,
        "carryOver": false,
        "compilationDimension": "MONTHLY",
        "controlDimension": "MONTHLY",
        "weakControl": false,
        "weakControlPercent": 100,
        "warn": false,
        "warnThresholdPercent": 100,
        "controlType": null,
        "forbid": false,
        "forbidPercent": 100
      }
    ],
    "pageNum": 1,
    "pageSize": 50,
    "size": 1,
    "startRow": 0,
    "endRow": 0,
    "pages": 1,
    "prePage": 0,
    "nextPage": 0,
    "isFirstPage": true,
    "isLastPage": true,
    "hasPreviousPage": false,
    "hasNextPage": false,
    "navigatePages": 8,
    "navigatepageNums": [
      1
    ],
    "navigateFirstPage": 1,
    "navigateLastPage": 1
  },
  "errorCode": null,
  "success": true
}
Copyright © 杭州每刻科技有限公司 www.maycur.com all right reserved,powered by Gitbook该文件修订时间: 2024-11-20 10:52:00

results matching ""

    No results matching ""

    results matching ""

      No results matching ""