道路运输许可证核验(定制版)
- 接口地址:https://api.itink.com.cn/api/cdp-rest/roadTransportPermitVerifyCustomized.json
- 返回格式:json
- 请求方式:GET
- 请求示例:https://api.itink.com.cn/api/cdp-rest/roadTransportPermitVerifyCustomized.json?token=您的token&plateNumber=车牌号&VIN=车架号
-
接口描述:查询车辆的道路运输许可证信息。
-
请求参数说明
| 名称 | 是否必填 | 数据类型 | 说明 |
|---|---|---|---|
| token | 是 | string | 访问凭据;由数据开放平台提供 |
| plateNumber | 是 | string | 车牌号 |
| VIN | 是 | string | 车架号 |
- 返回参数说明
| 名称 | 列表返回参数 | 数据类型 | 说明 |
|---|---|---|---|
| code | string | 返回值:1: 成功,-1:失败 | |
| msg | string | 接口请求后的返回的中文描述 | |
| data | |||
| └ | infos | string | 核验信息结果 |
| └ | vehicleNo | string | 车牌号码 |
| └ | plateColor | string | 车牌颜色代码 |
| └ | transCertificateCode | string | 道路运输证号 |
| └ | ownerName | string | 经营业户名称 |
| └ | licenseCode | string | 所属业户经营许可证号 |
| └ | operatingStatus | string | 企业经营状态 |
| └ | vehicleType | string | 车辆类型 |
| └ | vehicleLength | string | 车辆车长 |
| └ | vehicleWidth | string | 车辆车宽 |
| └ | vehicleHigh | string | 车辆车高 |
| └ | certificateBeginDate | string | 有效期起 |
| └ | certificateExpireDate | string | 有效期止 |
| └ | businessState | string | 营运状态 |
| └ | businessScopeCode | string | 车辆经营范围代码 |
- 返回内容示例
正常返回示例: { "data" : { "ret": 0, "info": [ { "certificateBeginDate": "2022-11-24", "transCertificateCode": "350822010533", "licenseCode": "350822300118", "plateColor": "2", "vehicleNo": "闽***68", "vehicleLength": 6920, 3"ownerName": "龙岩****有限公司", "vehicleWidth": 2496, "businessState": "停运", "certificateExpireDate": "2026-11-24", "businessScopeCode": "02101,02200", "vehicleHigh": 3940, "operatingStatus": "营业", "vehicleType": "重型半挂牵引车" } ] }, "code" : 1, "msg" : "" }