盘点单分页查询
测试环境
测试环境
POST
/open/v1/supplyChain/inventory/pageQuery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/inventory/pageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 84,
"pageNo": 87,
"shopId": 7,
"startDate": "1989-04-09",
"endDate": "2010-12-11",
"statusArray": [
100,
27
],
"taskNo": "deserunt quis aute"
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"pageNo": 1,
"pageSize": 10,
"totalSize": 2,
"list": [
{
"ccTaskId": 2361543174,
"ccTaskNo": "101872",
"warehouseName": "仓库1",
"templateName": "模版1",
"profitAmount": 1,
"lossAmount": 2,
"ccAmount": 3,
"status": 1,
"updaterName": "张三",
"profitRate": "0.1",
"lossRate": "0.2",
"updateTime": "2019-06-14 01:01:01"
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-17 11:01:18