文档中心 > API类目 > 场景金融保险

qimen.alibaba.finance.insurance.policy.terminate (场景金融保险解约交互接口)

调用外部保司解约接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 132123123 幂等号
productCode String 必须 xxx 产品
userId String 必须 1234 用户ID
applyTime String 必须 2010-01-01 00:01:01 客户申请解约时间
access_token String 可选 uuofgfisg16715x token

响应参数

名称 类型 示例值 描述
success String true 是否成功
responseCode String SUCCESS 返回码
responseMessage String 成功 返回描述

请求示例

{"access_token":"uuofgfisg16715x","identifier":"132123123","productCode":"xxx","applyTime":"2010-01-01 00:01:01","userId":"1234"}

响应示例

{
    "success":"true",
    "responseCode":"SUCCESS",
    "responseMessage":"成功"
}

验签示例

{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部