接口平台
1、接入说明
2、授权
地图接口
地理编码
逆地理编码
行政区划查询
搜索POI
IP定位
周边搜索
输入提示
邮编查询
天眼查
搜索
企业基本信息
主要人员
企业股东
短信
短信发送
短信回执
短信模板映射
车300
车况定价4.3
回调通知
购买报告
获取报告
快定价
获取照片分类
创建订单
订单详情
订单列表
检查 vin 近期评估记录
车辆评估字段映射
车辆评估
评估附件码表
获取图片分类
评估下单
报告查询
回调参数
VIN定型
百度OCR
车辆登记证识别
身份证识别
行驶证识别
e 签宝
信息对比
本文档使用 MrDoc 发布
-
+
首页
获取报告
## POST 获取报告 POST /che300/v4_3/api/vehicle_history/get_report > Body 请求参数 ```json { "orderNo": "K82516655574356410" } ``` ### 请求参数 |名称|位置|类型|必选|中文名|说明| |---|---|---|---|---|---| |Authorization|header|string| 否 ||none| |body|body|object| 否 ||none| |» orderNo|body|string| 是 | 订单号|none| > 返回示例 > 200 Response ```json { "code": 0, "msg": "操作成功", "data": { "order_no": "K82671724043972321", "vin_uniformity": 0, "mile_age": "9.0000", "adjust_mile": 0, "color": "", "ins_record": { "policy_type": "", "claims": [] }, "pic_check_failed_reason": "", "pic_check_failed": 0, "report_tips": "当前车辆未查得车况记录,无法通过维修记录或碰撞记录等车况历史得出车辆估值定价!</br>以下为车300基于车辆历史价格大数据分析,得出的车辆估值报告,请您参考", "transfer_times": "-1", "mtnce_record": { "result": [], "total_mileage": 0, "last_time_to_shop": "" }, "accident_grade": "B", "reg_date": "2020-08", "city_name": "成都市", "use_type": "1", "engine_no": "F154FA495151", "damage_comp_positions": [], "30day_count": 1, "accident_position": [], "vin": "WDDSJ4HB9JN479502", "order_type": 2, "eval_result": [ { "price_info": { "dealer_low_auction_price": "9.49", "accident_type": "", "individual_low_sold_price": "9.75", "dealer_high_auction_price": "9.75", "dealer_low_buy_price": "8.87", "salvage_price": "", "help_sold_price": "9.90", "dealer_price": "10.21", "dealer_low_sold_price": "10.00", "accident_reason": "", "individual_price": "9.93", "model_price": "34", "is_accident": "0", "dealer_high_sold_price": "10.82", "dealer_auction_price": "9.59", "low_help_sold_price": "9.89", "dealer_buy_price": "9.39", "accident_channel": "" }, "report_pdf_url": "https://img.che300.com/remote_report/ad01416fd6b3153d58e4e2e76f9fe9ad.pdf", "model_info": { "maker_id": "16", "model_name": "2017款 奔驰CLA级(进口) CLA220 4MATIC 极地限量版", "series_name": "奔驰CLA级(进口)", "brand_name": "奔驰", "maker_name": "奔驰汽车", "model_id": "1133151", "is_green": "0", "fuel_type": "0", "green_type": "0", "brand_id": "9", "series_id": "2229", "car_type": "1" }, "report_url": "http://customer.ceshi.che300.com/vh-report?order_id=80460&version=3.3&cid=1759&sn=6f7913a9ba4327068b98c8e8a1f31d7f", "price_trends": [] } ], "7day_count": 1, "city_id": "22" }, "requestId": "1960158858257481728", "ok": true } ``` > 500 Response ```json { "code": 1, "msg": "报告查询中", "data": null, "requestId": "1960152498681790464", "ok": false } ``` ### 返回结果 |状态码|状态码含义|说明|数据模型| |---|---|---|---| |200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|none|Inline| |500|[Internal Server Error](https://tools.ietf.org/html/rfc7231#section-6.6.1)|none|Inline| ### 返回数据结构 状态码 **200** |名称|类型|必选|约束|中文名|说明| |---|---|---|---|---|---| |» code|integer|true|none||none| |» msg|string|true|none||none| |» data|object|true|none||none| |»» order_no|string|true|none|订单号|none| |»» vin_uniformity|integer|true|none|下单VIN与图片识别的VIN是否一致|0:未知 <br>1:图片非行驶证或登记证或者下单 vin 与图片识别出的vin 不一致<br>2:一致| |»» mile_age|string|true|none||none| |»» adjust_mile|integer|true|none|调表车|-1:否0:未知1:是| |»» color|string|true|none||none| |»» ins_record|object|true|none|碰撞记录|none| |»»» policy_type|string|true|none||none| |»»» claims|[string]|true|none||none| |»» pic_check_failed_reason|string|true|none||none| |»» pic_check_failed|integer|true|none|是否因为图片审核没用通过导致没用维保记录|1:是;0 否| |»» report_tips|string|true|none||none| |»» transfer_times|string|true|none||none| |»» mtnce_record|object|true|none|维保记录|数据为空时:[]| |»»» result|[string]|true|none|维保详细记录|none| |»»» total_mileage|integer|true|none|最后里程数(KM)|none| |»»» last_time_to_shop|string|true|none|最后进店时间|格式为Y-m 例如:2020-06| |»» accident_grade|string|true|none|车况评级|A:优、B:良、C:中、D:差| |»» reg_date|string|true|none||none| |»» city_name|string|true|none||none| |»» use_type|string|true|none||none| |»» engine_no|string|true|none||none| |»» damage_comp_positions|[string]|true|none||none| |»» 30day_count|integer|true|none||none| |»» accident_position|[string]|true|none||none| |»» vin|string|true|none|车架号|none| |»» order_type|integer|true|none|订单类型|1:车况估值;2:普通估值;3:车况碰撞估值;4:碰撞估值5:仅事故车标识| |»» eval_result|[object]|true|none|车型和估值结果|none| |»»» price_info|object|false|none|估值信息|none| |»»»» dealer_low_auction_price|string|true|none|车商最低拍卖价(万)|none| |»»»» accident_type|string|true|none|事故车类型|0:无法判断(非事故车)<br>1:重大事故车<br>2:水淹<br>3:火烧<br>,非事故车空字符串| |»»»» individual_low_sold_price|string|true|none|车商最高收车价(万)<br>个人间最低交易价(万)|none| |»»»» dealer_high_auction_price|string|true|none|车商最高拍卖价(万)|none| |»»»» dealer_low_buy_price|string|true|none|车商最低收车价(万)|none| |»»»» salvage_price|string|true|none|一年后残值(单位:万)|version>=4.3 返回| |»»»» help_sold_price|string|true|none|帮卖价(万)|none| |»»»» dealer_price|string|true|none|车商零售价(万)|none| |»»»» dealer_low_sold_price|string|true|none|车商最低零售价(万)<br>个人间最高交易价(万)|none| |»»»» accident_reason|string|true|none|事故车原因,非事故车空字符串|none| |»»»» individual_price|string|true|none|个人间交易价(万)|none| |»»»» model_price|string|true|none|新车指导价|none| |»»»» is_accident|string|true|none|是否事故车|1:是;0:否| |»»»» dealer_high_sold_price|string|true|none|车商最高零售价(万)|none| |»»»» dealer_auction_price|string|true|none|车商拍卖价(万)|none| |»»»» low_help_sold_price|string|true|none|最低帮卖价(万)|none| |»»»» dealer_buy_price|string|true|none|车商收车价(万)|none| |»»»» accident_channel|string|true|none|事故车判定渠道|0:未知(非事故车)<br>1:撞库<br>2:碰撞<br>3:维保<br>4:快定价<br>非事故车空字符串| |»»» report_pdf_url|string|false|none|具体车型Pdf 报告地址|none| |»»» model_info|object|false|none|车型信息|none| |»»»» maker_id|string|true|none|厂商ID|none| |»»»» model_name|string|true|none|车型|none| |»»»» series_name|string|true|none|车系|none| |»»»» brand_name|string|true|none|品牌|none| |»»»» maker_name|string|true|none|厂商|none| |»»»» model_id|string|true|none|车型ID|none| |»»»» is_green|string|true|none||none| |»»»» fuel_type|string|true|none||none| |»»»» green_type|string|true|none||none| |»»»» brand_id|string|true|none|品牌ID|none| |»»»» series_id|string|true|none|车系ID|none| |»»»» car_type|string|true|none||none| |»»» report_url|string|false|none|具体车型报告页面|none| |»»» price_trends|[string]|false|none|未来价格趋势|version>=4.3 返回| |»» 7day_count|integer|true|none|近 7 天相同 VIN 下单的|当前客户除外| |»» city_id|string|true|none||none| |» requestId|string|true|none||none| |» ok|boolean|true|none||none| 状态码 **500** |名称|类型|必选|约束|中文名|说明| |---|---|---|---|---|---| |» code|integer|true|none||none| |» msg|string|true|none||none| |» data|null|true|none||none| |» requestId|string|true|none||none| |» ok|boolean|true|none||none|
zhangyang
2025年8月26日 16:10
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
PDF文档(打印)
分享
链接
类型
密码
更新密码