将用户退保信息推送给第三方机构(包括但不限于保司\权益提供方等业务关联机构)
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
policyId | String | 必须 | 201413251345 | 保单ID | |
surrenderTime | String | 必须 | 2022-01-10 15:20:31 | 退保时间 格式yyyy-MM-dd HH:mm:ss |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
responseStatus | String | SUCCESS | 响应状态 |
data | Boolean | true | 返回数据。此接口该字段表示第三方是否完成业务处理 |
responseCode | String | 0 | 业务错误码 |
responseMessage | String | 系统错误 | 业务错误消息 |
{"surrenderTime":"2022-01-10 15:20:31","policyId":"201413251345"}
{ "responseStatus":"SUCCESS", "data":true, "responseCode":"0", "responseMessage":"系统错误" }
{"responseStatus":"不等于SUCCESS","responseMessage":"Illegal request","responseCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|