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

qimen.alibaba.finance.insurance.policy.report (通用理赔报案接口)

保险平台通用理赔报案接口,与结案成对使用

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 010xxx 唯一id,幂等号
productCode String 必须 AXG_XH_JQX 产品码
policyNo String 必须 HAXxxx 保司保单号
insureId String 必须 010xxx 阿里平台保单号
reportId String 必须 010xx 阿里平台报案单号
applyAmount String 必须 1.00 理赔申请金额,单位元
currency String 必须 CNY 币种
reportTime String 必须 2023-04-27 16:00:00 报案时间
accidentTime String 必须 2023-04-26 16:00:00 出险时间
accidentAddress String 可选 xx省xx市 出险地点
reportReason String 可选 xxx 报案原因
reportDesc String 可选 xxx 报案详细描述
reporterCompanyInfo CompanyInfo 可选 报案人信息(公司)
  • └ userId
  • String
  • 可选
  • 123
  • 用户id
  • └ companyLicenseType
  • String
  • 可选
  • GENERAL
  • 公司证件号类型,UNITY、GENERAL
  • └ companyAddress
  • String
  • 可选
  • xxx
  • 公司地址
  • └ companyLicenseNo
  • String
  • 可选
  • 91xxx
  • 公司证件号
  • └ companyName
  • String
  • 可选
  • xx公司
  • 公司名称
  • └ companyPhone
  • String
  • 可选
  • xxx
  • 公司电话
attrs Attrs 可选 扩展字段
  • └ logisticCompany
  • String
  • 可选
  • 菜鸟
  • 物流公司名称
  • └ logisticNo
  • String
  • 可选
  • 123445
  • 物流单号
attachmentList String 可选 "[{\"downloadUrl\":\"xxx\",\"desc\":\"xxx\"}]" 附件下载链接

响应参数

名称 类型 示例值 描述
success Boolean true 请求是否成功
responseCode String SUCCESS 错误码
responseMessage String xxx 错误信息
context ReportResponse 上下文
  • └ caseNo
  • String
  • 12345
  • 机构报案单号
  • └ filingNo
  • String
  • 45678
  • 机构立案单号

请求示例

{"identifier":"010xxx","reportId":"010xx","accidentAddress":"xx省xx市","policyNo":"HAXxxx","applyAmount":"1.00","attrs":{"logisticNo":"123445","logisticCompany":"菜鸟"},"reportDesc":"xxx","productCode":"AXG_XH_JQX","attachmentList":"\"[{\\\"downloadUrl\\\":\\\"xxx\\\",\\\"desc\\\":\\\"xxx\\\"}]\"","insureId":"010xxx","currency":"CNY","reporterCompanyInfo":{"companyLicenseType":"GENERAL","companyPhone":"xxx","companyAddress":"xxx","companyName":"xx公司","userId":"123","companyLicenseNo":"91xxx"},"reportTime":"2023-04-27 16:00:00","accidentTime":"2023-04-26 16:00:00","reportReason":"xxx"}

响应示例

{
    "success":true,
    "responseCode":"SUCCESS",
    "responseMessage":"xxx",
    "context":{
        "caseNo":"12345",
        "filingNo":"45678"
    }
}

验签示例


                                

错误码解释

错误码 错误描述 解决方案
response-body-parse-error

API工具

FAQ

返回
顶部