场景金融对保险机构发起保险退保请求
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
identifier | String | 必须 | 010000xxx | 唯一id,幂等号 | |
productCode | String | 必须 | CES | 产品码 | |
surrenderId | String | 必须 | 010xxx | 退保批改ID | |
policyNo | String | 必须 | 010xxx | 保司保单号 | |
insureId | String | 必须 | 010xxx | 阿里保单号 | |
surrenderTime | String | 必须 | 2021-08-04 15:23:28 | 退保时间 | |
surrenderPremium | String | 必须 | 1.01 | 退保保费,单位元 | |
currency | String | 必须 | CNY | 币种 | |
attrs | Attrs | 可选 | 扩展字段 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
responseCode | String | SUCCESS | 错误码 |
context | Context | 返回内容 | |
|
|||
errorMessage | String | OK | 错误描述 |
success | String | true | 请求是否成功 |
{"identifier":"010000xxx","productCode":"CES","surrenderTime":"2021-08-04 15:23:28","surrenderId":"010xxx","surrenderPremium":"1.01","insureId":"010xxx","policyNo":"010xxx","currency":"CNY","attrs":{"surrenderType":"PART","penaltyInfo":"{\"penaltyTime\":\"2024-01-01 00:00:00\",\"penaltyReason\":\"资料不全\"}"}}
{ "responseCode":"SUCCESS", "context":{ "surrenderNo":"010xx" }, "errorMessage":"OK", "success":"true" }
{"success":"不等于true","errorMessage":"Illegal request","responseCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|