履约险核保被传资料
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
bizReqId | String | 必须 | 323eee | 请求随机标识串 | |
bizId | String | 必须 | 32dsw | 阿里拍卖业务编码 | |
insuredName | String | 必须 | 兴业银行 | 被保险银行名称 | |
insuredCode | String | 必须 | A234 | 被保险银行编码 | |
loanContractNo | String | 必须 | D23S | 贷款合同号 | |
loanBankApprovedAmount | Number | 必须 | 3000000 | 银行借款合同审批金额(单位:分) | |
insureAmount | Number | 必须 | 3400000 | 投保金额(单位:分) | |
loanCommitmentLetter | String | 必须 | https://xxx/xx.png | 图片地址,用户与银行签订的意向书 | |
idCardCopy | String | 必须 | https://xxx/xx.png | 图片地址,身份证正反面复印件 | |
onlineBiddingConfirmation | String | 必须 | https://xxx/xx.png | 图片地址,买家版的竞价确认书 | |
houseValuationReport | String | 必须 | https://sf-item.taobao.com/sf_item/xxx.htm | 房产评估报告(标的 URL) | |
houseFloorLevel | String | 必须 | 五楼 | 拍卖房产楼层 | |
houseTotalFloors | String | 必须 | 18 | 拍卖房产总楼层数 | |
houseCommunityName | String | 必须 | 某某小区 | 房产所在小区名称 | |
remainingBalance | Number | 必须 | 300000 | 保费尾款(单位:分) | |
buildingArea | String | 必须 | 100 | 房屋建筑面积(平方米) | |
houseAddress | String | 必须 | 浙江省杭州市西湖区xx路xx小区x-xxx室 | 房屋地址 | |
serviceProviderContact | String | 必须 | 某某 13333333333 | 服务商联系方式 | |
houseUse | String | 必须 | 住宅 | 房屋用途 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | 结果,true-提交成功,false-提交失败 |
bizErrorCode | String | SYSTEM_ERROR | 业务错误码 |
bizErrorMsg | String | 系统错误 | 错误信息 |
{"bizReqId":"323eee","onlineBiddingConfirmation":"https://xxx/xx.png","loanBankApprovedAmount":3000000,"houseCommunityName":"某某小区","buildingArea":"100","serviceProviderContact":"某某 13333333333","houseValuationReport":"https://sf-item.taobao.com/sf_item/xxx.htm","loanCommitmentLetter":"https://xxx/xx.png","houseTotalFloors":"18","idCardCopy":"https://xxx/xx.png","houseFloorLevel":"五楼","insureAmount":3400000,"insuredCode":"A234","bizId":"32dsw","remainingBalance":300000,"insuredName":"兴业银行","houseAddress":"浙江省杭州市西湖区xx路xx小区x-xxx室","loanContractNo":"D23S","houseUse":"住宅"}
{ "success":true, "bizErrorCode":"SYSTEM_ERROR", "bizErrorMsg":"系统错误" }
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|