车头号列表查询
简要描述:
- 获取所有车号
服务名:
Mainvehicle/Mainvehicle_CodeList
请求方式:
- POST
Content-Type:
-
application/json; charset=utf-8
请求示例
>模糊查询
{
"id":4,
"searchkey":""
}
请求参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | int | 公司Id |
└ searchkey | string | 关键字 |
返回示例
{
"id": 25.0,
"carCode": "贵JA3130",
"cType": "重型半挂牵引车",
"cBrand": "欧曼牌BJ4259SNFKB-AB"
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | int | 车头Id |
└ carCode | string | 主车号 |
└ cType | string | 车辆类型 |
└ cBrand | string | 车辆品牌 |
备注