出库分页查询
测试环境
测试环境
POST
/open/v1/supplyChain/outBoundQuery
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/outBoundQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"status": true,
"resMsg": null,
"page": 1,
"records": 10,
"total": 2,
"dataList": [
{
"id": 2361543174,
"brandId": 101872,
"brandName": "测试品牌1",
"commercialId": 810018082,
"commercialName": "测试分店2",
"isDelete": 0,
"createTime": "2019-06-14 15:54:52",
"updaterTime": "2019-06-14 15:54:52",
"outboundType": "1",
"outboundNo": "236154317496403968",
"warehouseId": 2361543174,
"warehouseCode": "TH201906140002",
"warehouseName": "TH201906140002",
"amount": 1111,
"qty": 2222,
"status": 1,
"reason": "原因",
"reasonId": 1,
"remarks": "备注",
"referenceType": 1,
"referenceTypeName": "abc",
"referenceNo": "abc",
"confirmTime": 12345,
"source": 1,
"sourceOrderId": "1111",
"billDate": 2361543174,
"brandFlg": 1,
"writeOff": 1,
"billDateType": 1,
"receiverId": 1,
"receiverCode": "abc",
"receiverName": "abc"
}
]
}
}
请求参数
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 08:54:11