入库分页查询
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/inboundPage
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/inboundPage?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": 13,
"queryType": 94,
"rows": 88,
"page": 2,
"startDay": "deserunt qui incididunt",
"endDay": "minim dolore dolor",
"status": 79,
"asnNo": "et incididunt non",
"sourceOrderNo": "dolore ullamco aliqua",
"senderId": 99,
"warehouseId": 57,
"skuNameOrCode": "结每查",
"creatorName": "般没北"
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"status": true,
"resMsg": null,
"page": 1,
"records": 10,
"total": 2,
"dataList": [
{
"id": 2361543174,
"uuid": "236154317496403968",
"brandId": 101872,
"brandName": "测试品牌1",
"commercialId": 810018082,
"commercialName": "测试分店2",
"isDelete": 0,
"creatorId": 12345678,
"creatorName": "张三",
"createTime": "2019-06-14 15:54:52",
"updaterId": 12345678,
"updaterName": "李四",
"updaterTime": "2019-06-14 15:54:52",
"version": "1.0",
"asNo": "236154317496403968",
"sourceType": "1",
"sourceOrderNo": "TH201906140002",
"asnType": "1",
"warehouseId": 2361543174,
"warehouseCode": "TH201906140002",
"warehouseName": "TH201906140002",
"senderId": 2361543174,
"senderCode": "TH201906140002",
"senderName": "王五",
"templateId": 1,
"templateCode": "TH201906140002",
"templateName": "模板1",
"arriveDate": "2019-06-14 15:54:52",
"remarks": "备注",
"amount": 1,
"qty": 1,
"status": 1,
"confirmTime": "2019-06-14 15:54:52",
"sourceOrderId": 2361543174,
"sourceOrderAmount": 1,
"billDate": 12345678,
"billDateType": 1,
"source": 1,
"statusName": "完成",
"billDateStr": "2019-06-14"
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json