修改
请求地址
https://api.es.xiaojukeji.com/river/BudgetCenter/edit
返回数据格式
JSON
请求方式
POST
是否需要登录
是 关于登录授权,参见 如何登录授权
访问授权限制
暂无
请求参数
名称 | 类型 | 必选 | 描述 |
client_id | string | yes | 申请应用时分配的AppKey |
access_token | string | yes | 授权后的access token |
timestamp | bigint | yes | 当前时间戳,精确到秒级 |
company_id | string | yes | 企业ID |
sign | string | yes | 签名 |
id | string | yes | id |
name | string | no | 名称 |
budget_cycle | int | no | 预算周期(0不限期;1自然月) |
total_quota | float | yes | 总金额(0表示不限额度,单位元,小数点后保留两位精度) |
out_budget_id | string | no | 编号(部门为必填,项目为选填) |
leader_id | string | no | 主管,通过员工-详情API获得对应id |
parent_id | int | no | 上级部门或项目的id(部门为必填,项目为选填) |
member_used | int | no | 是否仅项目成员可用(0不是;1是)默认为0;当类型为项目时,此参数有效 |
start_date | string | no | 项目开始日期(格式举例:2018-01-02),可以为空;当类型为项目时,此参数有效 |
expiry_date | string | no | 项目结束日期(格式举例:2018-01-02),可以为空;当类型为项目时,此参数有效 |
注意事项
- 请求时无需中文转义
请求示例
curl -X POST -H "content-type:application/json" \
-d '{"client_id":"client_id_test","access_token":"b276f9f60679d423d47cdc16fe4a31ca12a4e8a1","timestamp":1583484774,"company_id":"12345678980","name":"\u56fd\u5e86\u884c\u52a8V2","id":"1125904357323169","type":2,"budget_cycle":1,"total_quota":10000,"sign":"360796b6d33dbcc9e8d20e5ec5546c5f"}' \
https://api.es.xiaojukeji.com/river/BudgetCenter/edit
返回示例
{
"errno":0,
"errmsg":"success",
"data":null
}
接口错误解决方案
通用错误解决文档
- 4xx 错误
- 1xxx 错误