退回入库单分页查询
测试环境
测试环境
POST
/open/v1/supplyChain/backStoragePageQuery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/backStoragePageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"backStorageNo": "in",
"statusArray": [
49,
79,
36,
28,
56
],
"startDate": "1983-12-31",
"endDate": "1999-04-09",
"pageNo": 21,
"pageSize": 58
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 1,
"pageSize": 10,
"totalSize": 2,
"list": [
{
"id": "236154317496403968",
"brandId": "101872",
"commercialId": "810018082",
"commercialName": "测试分店2",
"details": null,
"backStorageNo": "TR201906140002",
"remarks": "备注",
"backAmount": 0,
"backQty": 0.5,
"inputAmount": 0.5,
"inputQty": 0.5,
"status": 1,
"confirmTime": "2019-06-14 15:54:52",
"sourceOrderId": "236154262689433600",
"sourceOrderNo": "TH201906140002",
"isDelete": 0,
"createTime": "2019-06-14 15:52:56",
"updateTime": "2019-06-14 15:54:52"
}
]
}
}
请求参数
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 10:30:30