预算方案外码查询

说明

批量编制预算额接口入参需要,根据企业组织和币种提供对应的预算方案外码的查询。
该接口仅可访问已启用的预算外码。

接口限制

接口地址

/api/openapi/budget/plan/bizcode

请求类型

POST

请求参数

参数说明

参数名称 类型 是否必填 参数说明 默认值
start Integer 分页查询起始页 1
length Integer 分页查询每页条数 50
currency String 币种 币种格式必须符合国际规范,如:CNY

参数样例

{
  "start": null, 
  "length": null, 
  "currency": "CNY"
}

响应参数

响应参数说明

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

参数样例

{
  "code": "ACK",
  "message": null,
  "data": {
    "pageNum": 1,
    "pageSize": 20,
    "total": 33,
    "pages": 2,
    "list": [
      "textBiz0",
      "textBiz1",
      "textBiz2",
      "textBiz3",
      "textBiz4",
      "textBiz5",
      "textBiz6",
      "textBiz7"
    ]
  },
  "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 ""