1. 对账单
对账管理
  • 对账配置方案
    • 获取对账方案编码接口
      POST
    • 对账方案保存接口
      POST
    • 对账方案列表分页查询接口
      POST
    • 对账方案查询详情接口
      POST
    • 对账方案删除接口
      POST
    • 对账方案启用停用接口
      POST
    • 对账方案导出接口
      POST
    • 对账方案导入
      POST
    • 获取科目启用的辅助核算项合集
      POST
    • 获取辅助核算项内容接口
      POST
  • 对账单
    • 查询对账方案列表接口
      POST
    • 对账单生成保存接口
      POST
    • 对账单列表分页查询接口
      POST
    • 对账单删除接口
      POST
    • 对账单发起接口
      POST
    • 单位端--对账单导出
      POST
    • 单位端--对账单导入
      POST
    • 单位端--对账单取数接口
      POST
    • 单位端--对账单核对接口
      POST
    • 单位端--对账单提交接口
      POST
    • 对账结果详情列表查询接口
      POST
    • 对账结果手工调整保存接口
      POST
    • 对账单余额逐级汇总
      POST
    • 对账结果联查明细接口
      POST
  • 对接核算数据接口
    • 查询会计科目启用的辅助核算项接口(仅单元测试用)
      POST
    • 查询辅助核算项内容(仅单元测试用)
      POST
  • 核算接口
    • 查询余额接口
    • 取要素接口
  • 自动任务配置接口
    • 自动任务配置保存接口
  • 查询单位接口
    • 对账管理--查询单位接口
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. 对账单

对账结果详情列表查询接口

开发中
POST
/ybill/query
"actionCode": "YList",
"busiObj": "rmReconBillDetail",

请求参数

Body 参数application/json

示例
{
    "actionCode": "string",
    "busiObj": "string",
    "ids": "string",
    "externalData": {
        "setYear": 0,
        "agencyCode": "string",
        "rgCode": "string",
        "from": "string",
        "onlyShowDiffData": "string"
    },
    "queryScheme": {
        "conditions": [
            "string"
        ],
        "fields": [
            "string"
        ],
        "compositions": [
            "string"
        ],
        "orders": [
            "string"
        ],
        "pager": {
            "pageIndex": "string",
            "pageSize": "string"
        }
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/ybill/query' \
--header 'Content-Type: application/json' \
--data-raw '{
    "actionCode": "string",
    "busiObj": "string",
    "ids": "string",
    "externalData": {
        "setYear": 0,
        "agencyCode": "string",
        "rgCode": "string",
        "from": "string",
        "onlyShowDiffData": "string"
    },
    "queryScheme": {
        "conditions": [
            "string"
        ],
        "fields": [
            "string"
        ],
        "compositions": [
            "string"
        ],
        "orders": [
            "string"
        ],
        "pager": {
            "pageIndex": "string",
            "pageSize": "string"
        }
    }
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "message": "查询成功!",
    "data": {
        "head": [
            {
                "code": "fundtype_code",
                "title": "资金性质",
                "sort": 1,
                "type": 0
            },
            {
                "code": "deppro_code",
                "title": "预算项目",
                "sort": 2,
                "type": 0
            },
            {
                "code": "expfunc_code",
                "title": "支出功能分类",
                "sort": 3,
                "type": 0
            },
            {
                "code": "expeco_code",
                "title": "部门经济分类",
                "sort": 4,
                "type": 0
            },
            {
                "code": "fin_stad_amt",
                "title": "总会计金额",
                "sort": 5,
                "type": 0
            },
            {
                "code": "agency_stad_amt",
                "title": "单位会计金额",
                "sort": 6,
                "type": 1
            },
            {
                "code": "fin_stad_amt_diff",
                "title": "差异金额",
                "sort": 7,
                "type": 1
            }
        ],
        "data": [
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "201 一般公共服务支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 666.66,
                "agency_stad_amt": 666.66,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "20101 人大事务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 666.66,
                "agency_stad_amt": 666.66,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201&20101"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201&20101&2010101&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201&20101&2010101&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201&20101&2010101&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&201&20101&2010101&30902"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "202 外交支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1333.32,
                "agency_stad_amt": 1333.32,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "20201 外交管理事务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1333.32,
                "agency_stad_amt": 1333.32,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020103&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020103&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020103&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020103&30902"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020104&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020104&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020104&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049002000003196&202&20201&2020104&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "201 一般公共服务支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 666.66,
                "agency_stad_amt": 666.66,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "20101 人大事务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 666.66,
                "agency_stad_amt": 666.66,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201&20101"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201&20101&2010101&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201&20101&2010101&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201&20101&2010101&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2010101 行政运行",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&201&20101&2010101&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "202 外交支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1333.32,
                "agency_stad_amt": 1333.32,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "20201 外交管理事务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1333.32,
                "agency_stad_amt": 1333.32,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020103&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020103&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020103&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2020103 机关服务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020103&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020104&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 111.11,
                "agency_stad_amt": 111.11,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020104&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020104&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2020104 专项业务",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 222.22,
                "agency_stad_amt": 222.22,
                "fundtype_code": "11 一般公共预算资金",
                "source": "A&B",
                "key": "key&11&360000049001000003199&202&20201&2020104&30902"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "206 科学技术支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 3111.08,
                "agency_stad_amt": 3111.08,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "20610 核电站乏燃料处理处置基金支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 3111.08,
                "agency_stad_amt": 3111.08,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061001&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061001&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061001&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061001&30902"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061002&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061002&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061002&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&206&20610&2061002&30902"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "207 文化旅游体育与传媒支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1555.54,
                "agency_stad_amt": 1555.54,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expfunc_code": "20709 旅游发展基金支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1555.54,
                "agency_stad_amt": 1555.54,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207&20709"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207&20709&2070901&30201"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207&20709&2070901&30215"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207&20709&2070901&30901"
            },
            {
                "deppro_code": "360000049002000003196 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049002000003196&207&20709&2070901&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "206 科学技术支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 3111.08,
                "agency_stad_amt": 3111.08,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "20610 核电站乏燃料处理处置基金支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 3111.08,
                "agency_stad_amt": 3111.08,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061001&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061001&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061001&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2061001 乏燃料运输",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061001&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061002&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061002&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061002&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2061002 乏燃料离堆贮存",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&206&20610&2061002&30902"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "207 文化旅游体育与传媒支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1555.54,
                "agency_stad_amt": 1555.54,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expfunc_code": "20709 旅游发展基金支出",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 1555.54,
                "agency_stad_amt": 1555.54,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207&20709"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30201 办公费",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207&20709&2070901&30201"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30215 会议费",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 333.33,
                "agency_stad_amt": 333.33,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207&20709&2070901&30215"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30901 房屋建筑物购建",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207&20709&2070901&30901"
            },
            {
                "deppro_code": "360000049001000003199 其他运转类",
                "expeco_code": "30902 办公设备购置",
                "expfunc_code": "2070901 宣传促销",
                "fin_stad_amt_diff": 0,
                "fin_stad_amt": 444.44,
                "agency_stad_amt": 444.44,
                "fundtype_code": "12 政府性基金预算资金",
                "source": "A&B",
                "key": "key&12&360000049001000003199&207&20709&2070901&30902"
            }
        ],
        "reconBillInfo": {
            "agencyCode": "049002",
            "schemaName": "预算单位对账(支出)",
            "dr": 0,
            "rgCode": "360000001",
            "billStatus": "20",
            "billTitle": "2024年9月份单位对账单",
            "id": "2096953959057981442",
            "pubts": "2024-10-16 16:23:51",
            "billNo": "20240926102610",
            "includeUnpost": "Y",
            "metaFullName": "RM.RM.rmReconBillHead",
            "extendData": {},
            "sendMessage": "Y",
            "messageTitle": "请于9月30日前提交反馈对账核对结果。",
            "fullName": "com.yonyougov.rm.po.RmReconBillHead",
            "billDate": "2024-09-26 10:26:10",
            "ytenantId": "bpjferf0",
            "budgetAgencyCode": "049002",
            "_status": 0,
            "setYear": 2024,
            "reconType": "1",
            "budgetAgencyName": "北京市大兴区博兴街道市民诉求处置中心",
            "createTime": "2024-09-26 10:26:10",
            "schemaId": "dd4ebd58d1954236929fcf8ec1fc7c12",
            "billId": "b9151e755d54401d8b62405e9b7fb7d5",
            "checkPeriod": "2024-09"
        },
        "schemaEleInfo": [
            {
                "hierarchicalSummaryName": "一级",
                "agencyCode": "049002",
                "dr": 0,
                "rgCode": "360000001",
                "id": "2112683950620540934",
                "pubts": "2024-10-17 15:06:26",
                "eleName": "财政项目",
                "metaFullName": "RM.RM.rmCheckEle",
                "extendData": {},
                "fullName": "com.yonyougov.rm.po.RmCheckEle",
                "ytenantId": "bpjferf0",
                "setType": 2,
                "_status": 0,
                "setYear": 2024,
                "isChecked": "Y",
                "schemaId": "dd4ebd58d1954236929fcf8ec1fc7c12",
                "hierarchicalSummary": "01",
                "eleCode": "DEPPRO",
                "eleNo": 0
            },
            {
                "hierarchicalSummaryName": "一级",
                "agencyCode": "049002",
                "content": "20401,2040101,2040199",
                "dr": 0,
                "rgCode": "360000001",
                "id": "2112683950620540935",
                "pubts": "2024-10-17 15:06:26",
                "eleName": "支出功能分类",
                "metaFullName": "RM.RM.rmCheckEle",
                "extendData": {},
                "fullName": "com.yonyougov.rm.po.RmCheckEle",
                "ytenantId": "bpjferf0",
                "setType": 2,
                "_status": 0,
                "setYear": 2024,
                "isChecked": "Y",
                "contentName": "20401 武装警察部队,2040101 武装警察部队,2040199 其他武装警察部队支出",
                "schemaId": "dd4ebd58d1954236929fcf8ec1fc7c12",
                "hierarchicalSummary": "01",
                "eleCode": "EXPFUNC",
                "eleNo": 1
            },
            {
                "hierarchicalSummaryName": "一级",
                "agencyCode": "049002",
                "dr": 0,
                "rgCode": "360000001",
                "id": "2112683950620540936",
                "pubts": "2024-10-17 15:06:26",
                "eleName": "资金性质",
                "metaFullName": "RM.RM.rmCheckEle",
                "extendData": {},
                "fullName": "com.yonyougov.rm.po.RmCheckEle",
                "ytenantId": "bpjferf0",
                "setType": 2,
                "_status": 0,
                "setYear": 2024,
                "isChecked": "Y",
                "schemaId": "dd4ebd58d1954236929fcf8ec1fc7c12",
                "hierarchicalSummary": "01",
                "eleCode": "FUNDTYPE",
                "eleNo": 2
            },
            {
                "hierarchicalSummaryName": "一级",
                "agencyCode": "049002",
                "dr": 0,
                "rgCode": "360000001",
                "id": "2112683950620540937",
                "pubts": "2024-10-17 15:06:26",
                "eleName": "支付方式",
                "metaFullName": "RM.RM.rmCheckEle",
                "extendData": {},
                "fullName": "com.yonyougov.rm.po.RmCheckEle",
                "ytenantId": "bpjferf0",
                "setType": 2,
                "_status": 0,
                "setYear": 2024,
                "isChecked": "Y",
                "schemaId": "dd4ebd58d1954236929fcf8ec1fc7c12",
                "hierarchicalSummary": "01",
                "eleCode": "PAYTYPE",
                "eleNo": 3
            }
        ]
    },
    "_status": 0,
    "changedPropertyNames": null,
    "fullName": null
}
修改于 2024-10-21 03:02:50
上一页
单位端--对账单提交接口
下一页
对账结果手工调整保存接口
Built with