注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 场景金融保险

qimen.alibaba.finance.insurance.claimreport.submit (场景金融报案申请接口)

向保司提交报案材料

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 010101001150621042402430738 幂等ID
productCode String 必须 xx 产品码
policyNo String 必须 保司保单号 保单号
claimReportNo String 必须 01960100001149221061000004148011 理赔报案单号
reporterUserId String 必须 卖家aliId 报案人id
reportTime String 可选 2021-06-16 17:34:27 报案时间
accidentUserId String 可选 卖家aliId 出险人用户id
accidentSubjectMatterId String 必须 子交易订单号 出险标的信息id
accidentTime String 可选 2021-06-16 17:33:22 出险时间
accidentReason String 可选 无理由退货 出险原因
userProofUrls String [] 可选
  • 最大列表长度:999
  • 报案举证照片/视频等链接
    applyAmount String 必须 30.0 索赔申请金额
    currency String 必须 RMB 币种
    currencyRate String 必须 6.6 汇率
    applyAmountOfCny String 可选 38.25 人民币理赔金额
    reporterPersonalInfo ReporterPersonalInfo 可选 报案人个人信息
    • └ country
    • String
    • 可选
    • 俄罗斯
    • 国家
    • └ province
    • String
    • 可选
    • 省份
    • └ city
    • String
    • 可选
    • 莫斯科
    • 城市
    • └ area
    • String
    • 可选
    • 湾区
    • 区域
    • └ zipcode
    • String
    • 可选
    • 563000
    • 邮编
    • └ address
    • String
    • 可选
    • 时代大道
    • 地址
    • └ name
    • String
    • 可选
    • 李华
    • 姓名
    • └ phone
    • String
    • 可选
    • 18238384828
    • 电话
    goodsInfo GoodsDesc 可选 商品描述
    • └ mainOrderId
    • String
    • 可选
    • 234123
    • 主订单id
    • └ orderId
    • String
    • 可选
    • 123445
    • 子订单id
    • └ totalQuantity
    • Number
    • 可选
    • 1
    • 总条目数量
    • └ totalPrice
    • String
    • 可选
    • 1.23
    • 总价
    • goodsItemList
    • GoodsItemDTO []
    • 可选
    • 商品列表
    • └ itemCode
    • String
    • 可选
    • skuId
    • skuId
    • └ itemDesc
    • String
    • 可选
    • 上衣
    • 描述
    • └ itemQuantity
    • Number
    • 可选
    • 10
    • 数量
    • └ itemType
    • String
    • 可选
    • 服饰
    • 品类
    • └ itemPrice
    • String
    • 可选
    • 1.23
    • 单价
    • └ itemUrlList
    • String []
    • 可选
    • 图片url列表
    • └ itemCurrency
    • String
    • 可选
    • CNY
    • 单价币种
    • └ itemProperty
    • String
    • 可选
    • buyNow
    • 订单类型
    attrs Attrs 可选 扩展

    响应参数

    名称 类型 示例值 描述
    responseMessage String OK 响应消息
    responseCode String SUCCESS 响应码
    context Context 返回内容
    • └ caseNo
    • String
    • testCaseNo
    • 报案号

    请求示例

    {"identifier":"010101001150621042402430738","policyNo":"保司保单号","accidentSubjectMatterId":"子交易订单号","applyAmount":"30.0","applyAmountOfCny":"38.25","attrs":"","accidentReason":"无理由退货","productCode":"xx","reporterPersonalInfo":{"area":"湾区","zipcode":"563000","country":"俄罗斯","address":"时代大道","province":"无","city":"莫斯科","phone":"18238384828","name":"李华"},"userProofUrls":[""],"currency":"RMB","currencyRate":"6.6","claimReportNo":"01960100001149221061000004148011","reporterUserId":"卖家aliId","accidentUserId":"卖家aliId","goodsInfo":{"totalQuantity":1,"orderId":"123445","totalPrice":"1.23","goodsItemList":[{"itemType":"服饰","itemQuantity":10,"itemCurrency":"CNY","itemCode":"skuId","itemPrice":"1.23","itemProperty":"buyNow","itemDesc":"上衣","itemUrlList":[""]}],"mainOrderId":"234123"},"reportTime":"2021-06-16 17:34:27","accidentTime":"2021-06-16 17:33:22"}

    响应示例

    {
        "responseMessage":"OK",
        "responseCode":"SUCCESS",
        "context":{
            "caseNo":"testCaseNo"
        }
    }

    验签示例

    
                                    

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部