批量获取费用项目分类
GET
/api/expitemclass/batch_get
适用版本:支持U8V12.0 及更高版本
使用场景:费用预算及管控
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/expitemclass/batch_get?from_account&to_account&app_key=&token='
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"code": "string",
"name": "string",
"memo": "string",
"rank": 0,
"end_rank_flag": true,
"timestamp": 0
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
code_begin
可选
code_end
可选
name
可选
end_rank_flag
末级标志
memo
备注关键字
rank
编码级次
timestamp
array[string]
起始时间戳
示例值:
[]
返回响应
修改于 2021-11-15 13:06:26