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

请求参数

Body 参数application/json

示例
{
    "schemeCode": "001", //对账方案编码
    "dataList": [ //需要对账的数据
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        }
    ],
    "role": 0, //数据源角色 0发起方,1参与方
    "rgCode": "360000001", //区划码
    "agencyCode": "360000001" //单位代码
}

请求示例代码

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' \
--header 'Content-Type: application/json' \
--data-raw '{
    "schemeCode": "001", //对账方案编码
    "dataList": [ //需要对账的数据
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2010101 行政运行",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020103 机关服务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30201 办公费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30215 会议费",
            "stad_amt": 111.11
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "111 一般公共预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2020104 专项业务",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 222.22
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049002000003196 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061001 乏燃料运输",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2061002 乏燃料离堆贮存",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30201 办公费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30215 会议费",
            "stad_amt": 333.33
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30901 房屋建筑物购建",
            "stad_amt": 444.44
        },
        {
            "fundtype_code": "121 政府性基金预算资金",
            "deppro_code": "360000049001000003199 其他运转类",
            "expfunc_code": "2070901 宣传促销",
            "expeco_code": "30902 办公设备购置",
            "stad_amt": 444.44
        }
    ],
    "role": 0, //数据源角色 0发起方,1参与方
    "rgCode": "360000001", //区划码
    "agencyCode": "360000001" //单位代码
}'

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2024-10-15 07:15:58
上一页
对账结果手工调整保存接口
下一页
对账结果联查明细接口
Built with