保险平台通用理赔报案接口,与结案成对使用
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| 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 | 可选 | 报案人信息(公司) | ||
|
|||||
| attrs | Attrs | 可选 | 扩展字段 | ||
|
|||||
| attachmentList | String | 可选 | "[{\"downloadUrl\":\"xxx\",\"desc\":\"xxx\"}]" | 附件下载链接 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | 请求是否成功 |
| responseCode | String | SUCCESS | 错误码 |
| responseMessage | String | xxx | 错误信息 |
| context | ReportResponse | 上下文 | |
|
{"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 |