场景金融通过该接口向机构申请理赔,机构生成理赔单
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| 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 | 可选 | 报案人 | ||
|
|||||
| 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 | 可选 | 报案人公司类型 | ||
|
|||||
| attrs | Attrs | 可选 | 扩展字段 | ||
|
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| responseCode | String | ERROR | 响应码 |
| responseMessage | String | 该报案号没有在系统报过案 | 响应消息 |
| context | Context | 结果上下文 | |
|
{"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"}
| 错误码 | 错误描述 | 解决方案 |
|---|