收货单分页查询
测试环境
测试环境
POST
/open/v1/supplyChain/receivePageQuery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/receivePageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "1988-02-26",
"endDate": "2014-11-03",
"pageNo": 90,
"pageSize": 75,
"statusArray": [
17,
88,
63,
42
],
"receiveNo": "nisi Ut adipisicing",
"sourceType": "exercitation"
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 3,
"pageSize": 10,
"totalSize": 95,
"list": [
{
"receiveNo": "SH201607090001",
"receiveId": 1,
"sourceType": "DELIVERY",
"deliveryTemplateName": "test",
"arriveDate": "2016-08-03",
"status": 0,
"amount": 23.45,
"senderId": 810003363,
"senderName": "scm正式一",
"updaterName": "老李",
"updateTime": "2016-07-20",
"confirmerName": null,
"confirmTime": null
}
]
}
}
请求参数
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 07:11:25