获取商业盈利状况评价信息
GET
/api/productprofitability/batch_get
适用版本:支持U8V12.0 及更高版本
使用场景:商业智能分析
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/productprofitability/batch_get?from_account&to_account&app_key=&token='
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"page_index": "string",
"rows_per_page": "string",
"row_count": "string",
"page_count": "string",
"ent_code": "string",
"ent_name": "string",
"IndexName": "string",
"ItemName": "string",
"Value": 0,
"Code": "string",
"Name": "string",
"InvStd": "string",
"UnitName": "string"
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
page_index
页号
rows_per_page
每页行数
year
年份
month
月份
返回响应
修改于 2021-11-15 13:06:28