赔付管理
赔付列表
查询赔付列表。
生产环境
https://ssl.glitzcloud.com/agent/v1/orders/saleAfter/list测试环境
http://gztest.glitzcloud.com/agent/v1/orders/saleAfter/list说明
1、功能名称:赔付列表
2、功能描述:赔付列表
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| store_name | String | 是 | The Warehouse USA | 仓库名称 |
| order_sn | String | 否 | GCQ05122600001 | 赔付单据号 |
| customer_status | String | 否 | 0已创建,1待审核,2已完成,3已驳回,4已取消 | 赔付状态 |
| connect_order_sn | String | 否 | GCS04022600001 | 关联单号 |
返回字段
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| typeOptions | Array | { "1": "库内丢失赔付", "2": "尾程物流异常索赔申请", "3": "发错货物赔付申请", "4": "NCI收费异常反冲申请", "5": "协议/折扣性费用反冲申请", "6": "其他" } | 赔付类型 |
| order_sn | String | GCQ05122600001 | 赔付单据号 |
| connect_order_sn | String | test1129123 | 关联单号 |
| status | String | 1 | 赔付状态0未处理1处理中2已处理3已取消 |
| customer_status | String | 0 | 客户状态(0:已创建,1:待审核,2:已完成,3:已驳回,4:已取消) |
| type | String | 1 | 赔付类型 |
| actual_payout_amount | String | 10.00 | 实际赔付金额 |
| actual_completion_time | String | 0 | 实际完成时间 |
| attachments | Array | [] | 赔付附件 |
示例
请求示例
{
"apikey": "85082f5f62a811e684f500163e06045f",
"secretkey": "85082f6862a811e684f500163e06045f",
"store_name": "TWUSA01",
'order_sn': "",
'customer_status': "",
'connect_order_sn': "",
"page": 1,
"page_size": 1,
"sign": "dd6faae144bc8b24036cac056eb457be"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": {
"totalCount": 81,
"page": 1,
"page_size": 1,
"list": [
{
"id": "138",
"order_sn": "GCQ06242600002",
"connect_order_sn": "",
"status": "1",
"customer_status": "1",
"customer_care_id": "4",
"approval_time": "0",
"reject_time": "0",
"auditing_time": "0",
"type": "5",
"store_id": "13",
"submitter": "276",
"problem_level": "1",
"expected_completion_time": "0",
"expected_payout_amount": "233.00",
"actual_payout_amount": "0",
"problem_description": "2332",
"problem_attachment": "",
"solution": "",
"solution_attachment": "",
"solution_user": "0",
"actual_completion_time": "0",
"create_time": "1782265504",
"is_delete": "0"
}
]
}
}示例 3
{
"status": 2582,
"reqMsg": "Invalid Outflow Sn",
"result": []
}