POST xuner/bi/synthetical/queryProcurementSummaryCT
4、采购汇总明细
请求信息
URI 参数
无。
Body 参数
SyntheticalQueryProcurementSummaryCTRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| code | string |
无。 |
|
| category |
类别 1 供应商 2 品牌 3 大类 4 商品 5 业务员 6 属性6 |
string |
无。 |
| list |
供应商代码,多个用逗号隔开 |
string |
无。 |
| beginDate |
开始日期 |
string |
无。 |
| endDate |
结束日期 |
string |
无。 |
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"code": "sample string 1",
"category": "sample string 2",
"list": "sample string 3",
"beginDate": "sample string 4",
"endDate": "sample string 5",
"pageNum": 6,
"PageSize": 7
}
响应信息
资源描述
4、采购汇总明细
gXopResponseOfListOfsynthetical_queryProcurementSummaryCT| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of synthetical_queryProcurementSummaryCT |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"SPDM": "sample string 3",
"SPMC": "sample string 4",
"ZJF": "sample string 5",
"NUM": 6,
"AMOUNT": 7.0,
"SSRQ": "2026-02-04T10:54:42.5246308+08:00",
"IMG": "sample string 9"
},
{
"SPDM": "sample string 3",
"SPMC": "sample string 4",
"ZJF": "sample string 5",
"NUM": 6,
"AMOUNT": 7.0,
"SSRQ": "2026-02-04T10:54:42.5246308+08:00",
"IMG": "sample string 9"
}
],
"desc": "sample string 1",
"result": 2
}