索赔单取消
1、功能名称:索赔单取消
2、功能描述:索赔单取消
3、请求地址:https://ssl.glitzcloud.com/agent/v1/orders/claim/cancel
测试地址:http://gztest.glitzcloud.com/agent/v1/orders/claim/cancel
4、请求方式:POST
5、请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| store_name | String | 是 | The Warehouse USA | 仓库名称 |
| claim_sn | String | 是 | GCS09072200001 | 索赔单号 |
6、请求示例
{
"apikey": "85082f5f62a811e684f500163e06045f",
"secretkey": "85082f6862a811e684f500163e06045f",
"claim_sn": "GCS09072200001",
"store_name": "TWUSA01",
"sign": "0c5fb3befa389d4afe382a86b428f7a6"
}
7、返回格式:JSON
8、返回示例:
正确时的返回JSON数据包如下:
{
"status": 200,
"reqMsg": "ok"
}
错误时的返回JSON数据包如下:
{
"status": 2582,
"reqMsg": "Invalid Outflow Sn",
"result": []
}
9、返回参数说明:
| 参数 | 类型 | 示例值 | 描述 |
|---|