查询非销售单出库明细收费
测试环境
测试环境
POST
open/v1/supplyChain/outboundDetail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.comopen/v1/supplyChain/outboundDetail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 16,
"endTime": "1975-02-26 03:37:32",
"shopIdenty": "84",
"start": 15,
"limit": 28,
"startTime": 1379310809719,
"outboundNo": "deserunt"
}'
响应示例响应示例
{
"result": {
"total": 1,
"num": 1,
"data": [
{
"brandId": 32296,
"brandName": "体验区测试品牌01",
"shopId": 810094162,
"commercialName": "体验区测试品牌01store品牌1门店1",
"warehouseName": "总仓库",
"outboundNo": "CK201806050001",
"skuId": 58181441091038210,
"skuCode": "STK0002",
"skuName": "lucy回锅肉",
"uom": "份",
"qty": 2,
"price": 33,
"amount": 66,
"billDate": 1528128000000,
"updaterId": "-777",
"updaterName": "",
"upadteTime": null
}
]
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "2a7a416b77cb4dc2be53235f80a3a9dd",
"apiMessage": 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 05:39:03