获取单个预算信息
GET
/api/budget/get
适用版本:支持U8V12.0 及更高版本
使用场景:用于数据同步和前端展示
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/budget/get?from_account&to_account&app_key=&token=&id'
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"cformcode": "string",
"ccalibercode1": "string",
"cversioncode": "string",
"ctargetcode": "string",
"ctargetcode_ctl": "string",
"citemcode": "string",
"citemname": "string",
"fperiod13": 0,
"fperiod12": 0,
"freserve12": 0,
"pk": 0,
"cacc_id": "string"
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
id
预算项目编码
返回响应
修改于 2021-11-15 13:06:28