- 保单接入子域
- 银保信-交强险
- 银保信-商业险
- 保单接入子域消息处理服务
- 上海承保承保平台
- 地方车险平台
- 地方意健险平台
- 保险实名查验与登记
- 全国车险信息平台费用登记子系统
- 四川公安交管
- 四川中介对账
- 银保信全国车险平台
- 好投保
- 车型及纯风险保费查询POST
车型及纯风险保费查询
开发中
POST
/cic/platform/car/all/pureRiskPremiumQuery
请求参数
Body 参数application/json
basePart
object
必需
comCode
string
必需
reqDomain
string
必需
partnerCode
string
必需
productCode
null
必需
modelCode
string
必需
basicRateCode
null
必需
licensePlateNo
null
必需
licensePlateType
null
必需
engineNo
string
必需
vin
string
必需
motorUsageTypeCode
string
必需
motorTypeCode
string
必需
firstRegisterDate
integer
必需
effectiveDate
null
必需
tonnage
null
必需
ratedPassengerCapacity
null
必需
noticeType
string
必需
carName
null
必需
replacementValue
null
必需
queryModel
string
必需
expireDate
null
必需
modelEnergyType
null
必需
pureRange
null
必需
coverage
null
必需
示例
{
"basePart": {
"comCode": "212300000000",
"reqDomain": "AJ05",
"partnerCode": "-",
"productCode": null,
"modelCode": "BBJRDTUA0029",
"basicRateCode": null,
"licensePlateNo": null,
"licensePlateType": null,
"engineNo": "345345344",
"vin": "LYT7D23H9JBBFE240",
"motorUsageTypeCode": "309001",
"motorTypeCode": "302001001",
"firstRegisterDate": 1700409600000,
"effectiveDate": null,
"tonnage": null,
"ratedPassengerCapacity": null,
"noticeType": "abc",
"carName": null,
"replacementValue": null,
"queryModel": "1",
"expireDate": null,
"modelEnergyType": null,
"pureRange": null
},
"coverage": null
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '10.207.138.234:9243/cic/platform/car/all/pureRiskPremiumQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"basePart": {
"comCode": "212300000000",
"reqDomain": "AJ05",
"partnerCode": "-",
"productCode": null,
"modelCode": "BBJRDTUA0029",
"basicRateCode": null,
"licensePlateNo": null,
"licensePlateType": null,
"engineNo": "345345344",
"vin": "LYT7D23H9JBBFE240",
"motorUsageTypeCode": "309001",
"motorTypeCode": "302001001",
"firstRegisterDate": 1700409600000,
"effectiveDate": null,
"tonnage": null,
"ratedPassengerCapacity": null,
"noticeType": "abc",
"carName": null,
"replacementValue": null,
"queryModel": "1",
"expireDate": null,
"modelEnergyType": null,
"pureRange": null
},
"coverage": null
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
🟢200成功
🟢204成功新增/删除/修改
修改于 2023-11-20 03:29:50