注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 阿里健康保险-信息交互

qimen.alibaba.alihealth.insurance.policy.surrender (用户退保消息通知)

将用户退保信息推送给第三方机构(包括但不限于保司\权益提供方等业务关联机构)

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
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"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部