车辆信息档案打印
欢迎使用ShowDoc!
简要描述
- 车辆信息档案打印
请求URL
car/Car_Printing
请求方式
- GET
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Id | 是 | int | 车辆信息ID |
返回示例
{
"data": {
"id":车辆ID,
"carChangeName": [
{
"id": 车牌变更ID,
"accName": 业户名称,
"transportCode": 道路许可证号,
"natureBusiness": 经营范围,
"certificationTime": 发证日期,
"idMainVehicle":主车号id
}
],
"carChangeno": [
{
"id": 车牌变更ID,
"codeChange": 牌号变更,
"color": 颜色,
"registerTime":注册(变更)日期,
"invoice": 发票日期,
"idMainVehicle": 主车号id
}
],
"originalprice": 原价,
"userYears": 使用年限,
"residualRate": 残值率,
"cType": 车辆类型,
"manufacturerName": 制造厂名称,
"import":国产/进口,
"cFrame": 车架号,
"outside": 外廓尺寸,
"innerside": 货箱内部尺寸,
"totalmass": 总质量,
"towmass": 牵引总质量,
"verificationmass": 核定载质量,
"engineType": 发动机型号,
"engineCode": 发动机号,
"power":排量/功率,
"emissionStandard": 排放标准,
"batteryType":电池类型,
"elEctromechanical": 机电功率,
"powerType": 动力类型,
"axesnumber": 轴数,
"wheelbase": 轴距,
"tyrenumber": 轮胎数,
"tyreSpecifications": 轮胎规格,
"brakeMode":行车制动方式,
"brakeafter": 制动器形式(后轮),
"brakefront": 制动器形式(前轮),
"antilock": 制动防抱死系统(ABS),
"transmission": 变速器形式,
"retarder": 缓速器,
"conditionSystem": 空调系统,
"gPS": 卫星定位装置,
"name":"车牌号",
"equipmentmass": 装备质量
}
}
返回参数说明
备注
- 更多返回错误代码请看首页的错误代码描述