预算控制记录外部查询接口

栏目:云星瀚知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

预算控制记录外部查询接口

**简要描述:通过外部接口条用获取预算控制记录** **请求URL:** - ` BgControlRecordApi api = new BgControlRecordApi();` - `api.doCustomService(params)` **请求方式:** - POST **参数:** |参数名|必选|类型|示例| |:---- |:---|:----- |:----- | |params |是 |Map<String,Object> |{"data":"{"model":"test_model"}"} | ##### data 属性意义: | 参数名 | 必选 | 类型 | 说明 | | :----------- | :--: | :----------: | -------------- | | model | 是 | String | 体系编码 | | bussinessModel | 全面预算和旧费用预算必填 | String | 数据集编码 | | Entity | 是 | String/List<String> | 组织编码 | | Account | 是 | String/List<String> | 科目编码 | | Period | 是 | String/List<String> | 费用预算期间编码,全面预算体系不填 | | Year | 是 | String/List<String> | 费用预算财年编码,全面预算体系不填 | | BudgetPeriod | 是 | String/List<String> | 全面预算财年编码,费用预算体系不填 | | PIO | 否 | String/List<String> |自定义维度编码,可不填 | **参数格式** ``` { "data": { "Entity": "Entity", "Account": "Account", "Period": "Period", "Year": "Year", "model": "test_model", "businessModelId": 1275888390318890000, } } ``` **返回成功示例** ``` { "success_s": true, "data": [{ "Entity":{ "id":"1275888390318890000"; "name":"环宇集团"; "number":"020000"; }, "Account":{ "id":"1275888390318890000"; "name":"办公费"; "number":"0400000"; }, "Period":{ "id":"1275888390318890000"; "name":"12月"; "number":"M_M12"; }, "Year":{ "id":"1275888390318890000"; "name":"2021年"; "number":"YF2021"; }, "Occupation":4522, "biznumber":"FYBX2234644515", "entitynumber":"费用报销单", "creator":"张三" }] "message":null, "errorCode":"success", "httpStatus":null } ``` **返回失败示例** ``` { "data": null, "message":"缺少组织维度,请检查", "errorCode":"fail", "httpStatus":null } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |data |Object |查询成功则返回每条控制记录的属性:List<Map<String, Object>> data | |message |Stirng |接口请求失败的提升信息,成功则为null | **备注** - 更多返回错误代码请看首页的错误代码描述 **示例:** ![预算控制.webp](/download/01005adfeba5b1fc4672906f486218b04872.webp)

预算控制记录外部查询接口

**简要描述:通过外部接口条用获取预算控制记录** **请求URL:** - ` BgControlRecordApi api = new BgControlRecordApi()...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息