GET xuner/bi/datascreen/getFinishedProducts
5、完工品表
请求信息
URI 参数
无。
Body 参数
DataScreenGetFinishedProductsRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| IsUseApiSet |
是否启用默认API键值 0 不使用 1 使用 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 0,
"PageSize": 0,
"IsUseApiSet": 0
}
响应信息
资源描述
5、完工品表
datascreen_getFinishedProductsRes| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| rptname |
表格名称 |
string |
无。 |
| Table |
完工品表 |
Collection of datascreen_getFinishedProducts |
无。 |
响应格式
application/json, text/json
样例:
{
"rptname": "",
"Table": [
{
"cust": "",
"goodscode": "",
"l2name": "",
"l3name": "",
"unfinishedqty": 0,
"clippingqty": 0,
"finishedqty": 0
}
]
}