调拨单详情查询
测试环境
测试环境
POST
/open/v1/supplyChain/allocation/detail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/allocation/detail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"id": 2361543174,
"allocationNo": "123",
"confirmTime": "2019-06-14 15:54:52",
"updateTime": "2019-06-14 15:54:52",
"toShopId": 1,
"toShopName": "门店1",
"fromWmId": 2361543174,
"fromWmCode": "TH201906140002",
"fromWmName": "TH201906140002",
"amount": 1111,
"updaterName": "张三",
"allocatedDate": "2019-06-14",
"status": 1,
"details": [
{
"id": 2361543174,
"brandId": 101872,
"allocationId": 810018082,
"allocationNo": "12",
"lineNo": 1234,
"skuId": 1234,
"skuCode": "abc",
"skuName": "测试1",
"skuTypeName": "测试类型1",
"price": 1234,
"planQty": 1234,
"actualQty": 1234,
"amount": 12345678,
"uom": "abc",
"status": 1,
"isSourceReceive": 1,
"skuConvert": 0.1,
"skuConvertOfStandard": 0.1,
"standardPrice": 2,
"standardUnitId": 12345678,
"standardUnitName": "个",
"batchNumber": "12345"
}
]
}
}
请求参数
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:49:03