赔付列表

1、功能名称:赔付列表

2、功能描述:赔付列表

3、请求地址:https://ssl.glitzcloud.com/agent/v1/orders/saleAfter/list

测试地址:http://gztest.glitzcloud.com/agent/v1/orders/saleAfter/list

4、请求方式:POST

5、请求参数

名称 类型 必填 示例值 描述
store_name String The Warehouse USA 仓库名称
order_sn String GCQ05122600001 赔付单据号
customer_status String 0已创建,1待审核,2已完成,3已驳回,4已取消 赔付状态
connect_order_sn String GCS04022600001 关联单号

6、请求示例

        {
            "apikey": "85082f5f62a811e684f500163e06045f",
            "secretkey": "85082f6862a811e684f500163e06045f",
            "store_name": "TWUSA01",
            'order_sn': "",
            'customer_status': "",
            'connect_order_sn': "",
            "page": 1,
            "page_size": 1,
            "sign": "dd6faae144bc8b24036cac056eb457be"
        }
        

7、返回格式:JSON

8、返回示例:

正确时的返回JSON数据包如下:

        {
            "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"
                    }
                ]
            }
        }
        

错误时的返回JSON数据包如下:

        {
            "status": 2582,
            "reqMsg": "Invalid Outflow Sn",
            "result": []
        }
        

9、返回参数说明:

参数 类型 示例值 描述
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 [] 赔付附件

全局返回码说明