一、 车辆估价
1.协议说明
2.请求参数说明
请求参数 Body 以 multipart/form-data 方式提交
参数名 | 类 型 | 是否必填 | 说明 |
---|
appId | String | 是 | 请在https://www.chuanglan.com登录后获取 |
appKey | String | 是 | 请在https://www.chuanglan.com登录后获取 |
VIN | String | 是 | 车架号 |
regDate | String | 是 | 初次上牌日期 例:2023-02-17 |
carNo | String | 否 | 车牌号(车牌号,城市id,城市名称至少填一个) |
cityId | String | 否 | 城市id |
cityName | String | 否 | 城市名称 |
imageUrl | String | 否 | 图片地址 |
mileAge | String | 否 | 公里数 |
allLevel | int | 否 | 是否返回多车况,1:返回 0:不返回 默认0 |
useType | int | 否 | 车辆使用性质,1: 非营运 2: 租赁 非营运 3: 网约车 4: 营运出租 车, 31: 网约车(营转非), 41: 营运出租车(营转非),5:租赁营运,51:租赁营运(营转非),默认1 |
transferTimes | int | 否 | 过户次数,默认0 |
returnDemageDetail | int | 否 | 是否返回事故车原因,默认0 |
makeDate | String | 否 | 出厂日期 |
modelName | String | 否 | 车型名称 |
color | String | 否 | 颜色 |
3.响应参数说明
响应 body 数据为 JSON 格式
字段名 | 类型 | 说明 |
---|
code | String | 响应 code 码。200000:成功,其他失败。 |
chargeStatus | Integer | 是否收费,1 :收费 0:不收费 |
chargeCount | String | 扣费条数 |
message | String | 响应code码解释 |
reqId | String | 流水号 |
data | Object | 返回对象 |
result | Array | 认证结果 |
vehicle_type | int | 车辆类型 1: 乘用车 2: 商用车 |
city_id | int | 城市ID |
city_name | String | 城市名 |
brand_id | int | 品牌ID |
brand_name | String | 品牌名称 |
series_id | int | 车系ID |
series_name | String | 车系名称 |
model_name | String | 车型名称 |
model_id | String | 车型ID |
model_price | decimal | 车型指导价 |
eval_result | Object | 该车型的估值结果 |
reg_date | String | 估值上牌日期。 格式为:yyyy-MM |
mile_age | decimal | 公里数。 单位为万公里 |
eval_price | Object | 估值结果 |
condition | String | 车况: excellent:优秀 good:良好 normal:一般 在返回所有车况的情况下才存在 |
dealer_buy_price | decimal | 车商零售价 |
individual_price | decimal | 个人间交易价 |
dealer_price | decimal | 车商收车价 |
individual_low_sold_price | decimal | 个人最低交易价 |
dealer_low_buy_price | decimal | 车商最低收车价 |
dealer_high_sold_price | decimal | 车商最高零售价 |
dealer_low_sold_price | decimal | 车商最低零售价 |
is_default_condition | int | 是否是默认车况,(1:是,0:否), |
4.响应返回实体 DEMO
成功返回结果(示例)
{
"code": "200000",
"message": "success",
"reqId": "PyUG1061948856811851776",
"chargeStatus": 1,
"chargeCount": "1",
"data": {
"result": [
{
"city_name": "北京",
"model_name": "2021款 卡罗拉 双擎 1.8L E-CVT精英版",
"model_price": 14.38,
"series_name": "卡罗拉",
"vehicle_type": 1,
"brand_name": "丰田",
"model_id": "1525117",
"city_id": 1,
"brand_id": 36,
"series_id": 439,
"eval_result": {
"mile_age": 11,
"reg_date": "2023-02-17",
"eval_price": {
"individual_price": 6.02,
"individual_low_sold_price": 5.9,
"dealer_low_buy_price": 5.54,
"dealer_high_sold_price": 6.51,
"dealer_price": 6.2,
"dealer_buy_price": 5.73,
"dealer_low_sold_price": 6.07
}
}
}
]
}
}
多车况返回结果(示例):
{
"code": "200000",
"message": "success",
"reqId": "FVej1067447303991242752",
"chargeStatus": 1,
"chargeCount": "1",
"data": {
"result": [
{
"city_name": "北京",
"model_name": "2021款 卡罗拉 双擎 1.8L E-CVT精英版",
"model_price": 14.38,
"series_name": "卡罗拉",
"vehicle_type": 1,
"brand_name": "丰田",
"model_id": "1525117",
"city_id": 1,
"brand_id": 36,
"series_id": 439,
"eval_result": {
"mile_age": 11,
"reg_date": "2023-02-17",
"eval_price": [
{
"is_default_condition": 1,
"condition": "excellent",
"individual_price": 6.2,
"individual_low_sold_price": 6.08,
"dealer_low_buy_price": 5.67,
"dealer_high_sold_price": 6.7,
"dealer_price": 6.38,
"dealer_buy_price": 5.89,
"dealer_low_sold_price": 6.24
},
{
"is_default_condition": 0,
"condition": "good",
"individual_price": 5.99,
"individual_low_sold_price": 5.88,
"dealer_low_buy_price": 5.48,
"dealer_high_sold_price": 6.47,
"dealer_price": 6.16,
"dealer_buy_price": 5.69,
"dealer_low_sold_price": 6.04
},
{
"is_default_condition": 0,
"condition": "normal",
"individual_price": 5.6,
"individual_low_sold_price": 5.49,
"dealer_low_buy_price": 5.12,
"dealer_high_sold_price": 6.05,
"dealer_price": 5.76,
"dealer_buy_price": 5.32,
"dealer_low_sold_price": 5.64
}
]
}
}
]
}
}
没有更多了