退回单分页查询
测试环境
测试环境
POST
/open/v1/supplyChain/return/pageQuery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/return/pageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryRange": 68,
"pageSize": 41,
"pageNo": 30,
"shopId": 27,
"startDate": "1982-12-07",
"endDate": "1974-01-11",
"statusArray": [
82,
93,
40,
46
],
"backNo": "aute enim velit"
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"pageNo": 1,
"pageSize": 10,
"totalSize": 2,
"list": [
{
"shopId": 123,
"shopName": "门店1",
"id": 234,
"brandId": "品牌1",
"backNo": 345,
"remarks": "备注1",
"backAmount": 1,
"backQty": 2,
"status": 1,
"confirmTime": "2019-06-14 01:01:01",
"sourceOrderId": "123",
"isDelete": 1,
"createTime": "2019-06-14 01:01:01",
"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 10:21:32