入库管理
取消入库单
取消入库单。
生产环境
https://ssl.glitzcloud.com/agent/v1/asn/storage/cancel测试环境
http://gztest.glitzcloud.com/agent/v1/asn/storage/cancel说明
1、功能名称:取消入库单
2、功能描述:取消入库单
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 更多示例 | 描述 |
|---|---|---|---|---|---|
| store_name | String | 是 | The Warehouse USA | 仓库名称 | |
| storage_sn | String | 是 | GCI17060500002 | GCI17060500002,GCI17060500012 | 入库单号,多个用英文逗号隔开 |
示例
请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"randoms": 1234,
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d",
"store_name": "The Warehouse USA",
"storage_sn": "GCI17060500002,GCI17060500012"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": []
}示例 3
{
"status": "2028",
"reqMsg": "Inbound NO. doesn't exist",
"result": []
}