配送签收单修改保存
测试环境
测试环境
POST
/open/v1/supplyChain/receipt/save
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/receipt/save?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 97,
"outboundWarehouseName": "离究山能都县快",
"outboundWarehouseId": 20,
"remark": "tempor in",
"details": [
{
"qty": 100,
"rowId": 43,
"price": 81
},
{
"rowId": 5,
"qty": 34,
"price": 28
},
{
"qty": 55,
"rowId": 86,
"price": 9
},
{
"qty": 40,
"price": 39,
"rowId": 57
},
{
"price": 76,
"qty": 60,
"rowId": 8
}
]
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": 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 08:59:50