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

qimen.alibaba.finance.insurance.claim.apply (理赔交互接口)

场景金融通过该接口向机构申请理赔,机构生成理赔单

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 010121004135721070901952001 幂等id
productCode String 必须 PERFORMANCE_SURETY_BONDS 产品code
policyNo String 必须 XXXI20211201Q000E48133 保司保单号
claimId String 必须 010121002067821070901082001 阿里侧理赔单号
claimReportNo String 可选 1231312312 报案单号
outerClaimReportNo String 可选 12313213213 外部报案单号
insureUserId String 可选 2248624086 投保人
applyAmount String 必须 0.15 理赔申请金额
applyAmountOfCny String 可选 0.15 理赔申请人民币金额
reporterPersonalInfo ReporterPersonalInfo 可选 报案人
  • └ personLicenseNo
  • String
  • 可选
  • 330112189712010101
  • 证件号
  • └ personLicenseType
  • String
  • 可选
  • IDENTITY_CARD
  • 证件类型 IDENTITY_CARD、OTHER、ALI
  • └ userId
  • String
  • 可选
  • 2206913033522
  • 用户id
currency String 必须 CNY 币种
currencyRate String 必须 1.0 汇率
applyTime String 可选 2021-07-20 09:44:04 申请时间
reportTime String 可选 2021-07-20 09:44:03 报案时间
reporterCompanyInfo ReporterCompanyInfo 可选 报案人公司类型
  • └ companyAddress
  • String
  • 可选
  • 滨江区网商路699号
  • 地址
  • └ legalPersonName
  • String
  • 可选
  • 张勇
  • 法人姓名
  • └ companyLicenseType
  • String
  • 可选
  • GENERAL
  • 证件类型,UNITY、GENERAL
  • └ companyLicenseNo
  • String
  • 可选
  • 1233
  • 证件号
  • └ companyName
  • String
  • 可选
  • 阿里巴巴
  • 公司名称
  • └ userId
  • String
  • 可选
  • q23123
  • 用户编号
  • └ companyPhone
  • String
  • 可选
  • 123213123
  • 电话
  • └ companyEmail
  • String
  • 可选
  • abc@alibaba.com
  • 邮箱
attrs Attrs 可选 扩展字段

响应参数

名称 类型 示例值 描述
responseCode String ERROR 响应码
responseMessage String 该报案号没有在系统报过案 响应消息
context Context 结果上下文
  • └ caseNo
  • String
  • 53534534534
  • 保司案件号

请求示例

{"identifier":"010121004135721070901952001","policyNo":"XXXI20211201Q000E48133","claimId":"010121002067821070901082001","outerClaimReportNo":"12313213213","applyAmount":"0.15","applyAmountOfCny":"0.15","attrs":"","insureUserId":"2248624086","productCode":"PERFORMANCE_SURETY_BONDS","reporterPersonalInfo":{"personLicenseNo":"330112189712010101","personLicenseType":"IDENTITY_CARD","userId":"2206913033522"},"currency":"CNY","currencyRate":"1.0","claimReportNo":"1231312312","applyTime":"2021-07-20 09:44:04","reporterCompanyInfo":{"companyLicenseType":"GENERAL","companyEmail":"abc@alibaba.com","companyPhone":"123213123","companyAddress":"滨江区网商路699号","companyName":"阿里巴巴","userId":"q23123","companyLicenseNo":"1233","legalPersonName":"张勇"},"reportTime":"2021-07-20 09:44:03"}

响应示例

{
    "responseCode":"ERROR",
    "responseMessage":"该报案号没有在系统报过案",
    "context":{
        "caseNo":"53534534534"
    }
}

验签示例

{"responseMessage":"Illegal request","responseCode":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部