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

qimen.alibaba.finance.insurance.policy.insure.admit (场景金融保险平台投保准入接口)

场景金融保险平台投保准入接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 010101004178221080402170019 唯一识别id,幂等字段
personalSubjectMatterInfo SubjectMatterInfo 必须 标的物
  • └ subjectMatterId
  • String
  • 必须
  • 12345
  • 标的物id,用户id
  • └ subjectMatterName
  • String
  • 必须
  • 张三
  • 标的物名称,姓名
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 可选 投保人(个人类型)
  • └ personName
  • String
  • 可选
  • 张三
  • 姓名
  • └ personPhone
  • String
  • 可选
  • 139231232323
  • 电话
  • └ personLicenseNo
  • String
  • 可选
  • 3321231232312342432
  • 个人证件号
  • └ personLicenseType
  • String
  • 可选
  • ALI
  • 证件类型 ALI:阿里ID IDENTITY_CARD:身份证 PASSPORT:护照
  • └ personAddress
  • String
  • 可选
  • 张家口
  • 个人地址
  • └ personEmail
  • String
  • 可选
  • abc@aa.com
  • 邮箱
applicantCompanyInfo ApplicantCompanyInfo 可选 投保人公司信息
  • └ legalPersonLicenseType
  • String
  • 可选
  • IDENTITY_CARD
  • 法人证件类型
  • └ companyName
  • String
  • 可选
  • xx公司
  • 公司名称
  • └ userId
  • String
  • 可选
  • 12345
  • 投保人id
  • └ companyLicenseNo
  • String
  • 可选
  • 9xxxxxxxxxxY74N
  • 公司证件号
  • └ legalPersonLicenseNo
  • String
  • 可选
  • 4****************3
  • 法人证件号
  • └ legalPersonName
  • String
  • 可选
  • 张三
  • 法人姓名
  • └ companyAddress
  • String
  • 可选
  • xx市
  • 公司地址
  • └ companyPhone
  • String
  • 可选
  • 12345
  • 公司电话
  • └ companyLicenseType
  • String
  • 可选
  • UNITY
  • 公司证件类型UNITY:统一社会信用证码 GENERAL:工商注册号
insuredPersonalInfo InsuredPersonalInfo 可选 被保险人 (个人类型)
  • └ personName
  • String
  • 可选
  • 李四
  • 个人姓名
  • └ personLicenseNo
  • String
  • 可选
  • 12345
  • 证件号
  • └ personLicenseType
  • String
  • 可选
  • ALI
  • 证件类型个人证件号类型 ALI:阿里ID IDENTITY_CARD:身份证 PASSPORT:护照
  • └ userId
  • String
  • 可选
  • 12345
  • 个人ID
insuredCompanyInfo InsuredCompanyInfo 可选 被保人(公司类型)
  • └ legalPersonLicenseType
  • String
  • 可选
  • IDENTITY_CARD
  • 法人证件类型
  • └ companyLicenseType
  • String
  • 可选
  • UNITY
  • 公司证件类型UNITY:统一社会信用证码 GENERAL:工商注册号
  • └ companyPhone
  • String
  • 可选
  • 12345
  • 公司电话
  • └ companyAddress
  • String
  • 可选
  • xx市
  • 公司地址
  • └ legalPersonName
  • String
  • 可选
  • 张三
  • 法人姓名
  • └ legalPersonLicenseNo
  • String
  • 可选
  • 4****************3
  • 法人证件号
  • └ companyLicenseNo
  • String
  • 可选
  • 9xxxxxxxxxxY74N
  • 公司证件号
  • └ userId
  • String
  • 可选
  • 12345
  • 投保人id
premium String 必须 1.12 保费,单位元
insureAdmitId String 必须 01010100101001 核保ID

响应参数

名称 类型 示例值 描述
responseMessage String OK 返回描述
responseCode String SUCCESS 返回码
context Context PBDI20211201Q000Fxxxx 返回内容
  • └ externalOrderNo
  • String
  • 12345
  • 机构核保单号
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"
}

验签示例


                                

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部