索赔单详情
1、功能名称:索赔单详情
2、功能描述:索赔单详情
3、请求地址:https://ssl.glitzcloud.com/agent/v1/orders/claim/detail
测试地址:http://gztest.glitzcloud.com/agent/v1/orders/claim/detail
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",
"result": {
"detail": {
"id": "2",
"claim_sn": "GCS09072200001",
"reference_sn": "GCO12172100005",
"tracking_number": "2",
"client_id": "276",
"expect_value": "3.00",
"actual_value": "0.00",
"bill_type": "1",
"status": "4",
"work_node_status": "4",
"work_node_remark": null,
"is_shipped_displace_package": "2",
"displace_tracking_number": "",
"consignee_phone": "4",
"consignee_email": "5",
"sale_number": "8",
"goods_weight": "6.00",
"goods_value": "7.00",
"goods_desc": "9",
"creator": "276",
"create_time": "2022-09-07 11:41:35",
"submit_time": "2022-09-07 15:43:39",
"start_process_time": "2022-09-07 16:59:50",
"completed_time": "2022-09-07 16:59:52",
"reject_time": null,
"attachments": [
{
"id": "4",
"claim_id": "2",
"file_url": "http://oss.twusa.cn/shippingClaim/db8e1af0cb3aca1ae2d0018624204529/2209071133576318112505c84.png",
"file_type": "1",
"update_time": "1662522095"
},
{
"id": "5",
"claim_id": "2",
"file_url": "http://oss.twusa.cn/shippingClaim/db8e1af0cb3aca1ae2d0018624204529/220907114130631812ea95fd7.png",
"file_type": "2",
"update_time": "1662522095"
},
{
"id": "6",
"claim_id": "2",
"file_url": "http://oss.twusa.cn/shippingClaim/db8e1af0cb3aca1ae2d0018624204529/2209071608116318516b5daef.jpg",
"file_type": "2",
"update_time": "1662538092"
}
]
}
}
}
错误时的返回JSON数据包如下:
{
"status": 2582,
"reqMsg": "Invalid Outflow Sn",
"result": []
}
9、返回参数说明:
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| claim_sn | String | GCS09072200001 | 索赔单号 |
| reference_sn | String | GCO12172100005 | 关联单号 |
| expect_value | String | 2.00 | 期望索赔金额 |
| actual_value | String | 2.00 | 实际索赔金额 |
| bill_type | String | 1 | 付款类型,1=twusa, 2=3rd |
| status | String | 1 | 状态,1 已创建 2待处理 3处理中 4 已完成 5 已取消 6已驳回 |
| sale_number | String | 1 | 销售订单号 |
| create_time | String | 1 | 创建时间 |
| completed_time | String | 1 | 完成时间 |
| attachments | array | [] | 附件列表 |