场景金融保险平台投保准入接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
identifier | String | 必须 | 010101004178221080402170019 | 唯一识别id,幂等字段 | |
personalSubjectMatterInfo | SubjectMatterInfo | 必须 | 标的物 | ||
|
|||||
productCode | String | 必须 | PERFORMANCE_SURETY_BONDS | 产品码 | |
amount | String | 必须 | 10.12 | 保额,单位元 | |
currency | String | 必须 | CNY | 币种 | |
insureTime | String | 必须 | 2021-08-04 15:23:28 | 投保时间yyyy-MM-dd HH:mm:ss | |
effectTime | String | 必须 | 2022-08-04 15:23:28 | 保险起期yyyy-MM-dd HH:mm:ss | |
expireTime | String | 必须 | 2023-08-04 15:23:28 | 保险止期yyyy-MM-dd HH:mm:ss | |
applicantPersonalInfo | ApplicantCompanyInfo | 可选 | 投保人(个人类型) | ||
|
|||||
applicantCompanyInfo | ApplicantCompanyInfo | 可选 | 投保人公司信息 | ||
|
|||||
insuredPersonalInfo | InsuredPersonalInfo | 可选 | 被保险人 (个人类型) | ||
|
|||||
insuredCompanyInfo | InsuredCompanyInfo | 可选 | 被保人(公司类型) | ||
|
|||||
premium | String | 必须 | 1.12 | 保费,单位元 | |
insureAdmitId | String | 必须 | 01010100101001 | 核保ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
responseMessage | String | OK | 返回描述 |
responseCode | String | SUCCESS | 返回码 |
context | Context | PBDI20211201Q000Fxxxx | 返回内容 |
|
|||
success | String | true | 请求是否成功 |
{"identifier":"010101004178221080402170019","insureTime":"2021-08-04 15:23:28","personalSubjectMatterInfo":{"subjectMatterId":"12345","subjectMatterName":"张三"},"amount":"10.12","applicantPersonalInfo":{"personName":"张三","personPhone":"139231232323","personLicenseNo":"3321231232312342432","personAddress":"张家口","personEmail":"abc@aa.com","personLicenseType":"ALI"},"insureAdmitId":"01010100101001","insuredPersonalInfo":{"personName":"李四","personLicenseNo":"12345","personLicenseType":"ALI","userId":"12345"},"productCode":"PERFORMANCE_SURETY_BONDS","expireTime":"2023-08-04 15:23:28","insuredCompanyInfo":{"legalPersonLicenseType":"IDENTITY_CARD","companyLicenseType":"UNITY","companyPhone":"12345","companyAddress":"xx市","userId":"12345","legalPersonLicenseNo":"4****************3","companyLicenseNo":"9xxxxxxxxxxY74N","legalPersonName":"张三"},"premium":"1.12","currency":"CNY","effectTime":"2022-08-04 15:23:28","applicantCompanyInfo":{"legalPersonLicenseType":"IDENTITY_CARD","companyLicenseType":"UNITY","companyPhone":"12345","companyName":"xx公司","companyAddress":"xx市","userId":"12345","companyLicenseNo":"9xxxxxxxxxxY74N","legalPersonLicenseNo":"4****************3","legalPersonName":"张三"}}
{ "responseMessage":"OK", "responseCode":"SUCCESS", "context":{ "externalOrderNo":"12345" }, "success":"true" }
错误码 | 错误描述 | 解决方案 |
---|