当保单具备续保资质时,我们将有续保资质的保单和续保宽限期截止日期同步回传给连锁。
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
policyId | String | 必须 | 201413251345 | 保单id(有续保资质的保单) | |
effectiveDate | String | 可选 | 2022-06-20 12:00:09 | 原保单起期 | |
expiryDate | String | 可选 | 2023-06-20 12:00:09 | 原保单止期 | |
renewalBeginDate | String | 必须 | 2023-06-20 12:00:09 | 续保开始时间 | |
renewalEndDate | String | 必须 | 2023-08-20 12:00:09 | 续保宽限期截止时间 | |
status | String | 必须 | RENEWAL_AVAILABLE | 保单状态 RENEWAL_AVAILABLE-可续保 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Boolean | true | 数据 |
errMsg | String | 无 | 错误信息 |
errCode | String | 0 | 错误码 |
status | String | SUCCESS | 状态 |
{"expiryDate":"2023-06-20 12:00:09","policyId":"201413251345","renewalEndDate":"2023-08-20 12:00:09","renewalBeginDate":"2023-06-20 12:00:09","effectiveDate":"2022-06-20 12:00:09","status":"RENEWAL_AVAILABLE"}
{ "data":true, "errMsg":"无", "errCode":"0", "status":"SUCCESS" }
{"errCode":"不等于null","errMsg":"Illegal request","status":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|