GET api/TMSApp/Vehicle/GetVehicleWithoutCorp?pageIndex={pageIndex}&pageSize={pageSize}&keyWord={keyWord}&phone={phone}
获取公司以外的车辆
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
|
keyWord | string |
Required |
|
phone | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取公司以外的车辆
MsgBaseApiPageOfResultDataOfv_carsName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
ResultDataOfv_cars |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "data": [ { "CreateTimeStr": "2025-01-02", "car_driversID": 2, "DCode": "sample string 3", "brandName": "sample string 4", "car_typename": "sample string 5", "capacity": 1.1, "driver_name": "sample string 6", "id": 7, "car_num": "sample string 8", "brand_id": 9, "energine_code": "sample string 10", "identification_number": "sample string 11", "owner_id": 1, "user_id": 1, "type_id": 12, "disabled": true, "disable_reason": "sample string 14", "GPS_id": "sample string 15", "GPS_phone": "sample string 16", "memo": "sample string 17", "CorpID": 18, "DistrictID": 19, "pic": "sample string 20", "IsPublic": 21, "HasEquipment": 22, "IsDeleted": 64, "CreateBy": 24, "CreateTime": "2025-01-02T20:33:35.9597173+08:00", "UpdateBy": 26, "UpdateTime": "2025-01-02T20:33:35.9597173+08:00", "CommuPlatform": "sample string 28", "Nationalstandard": 29 }, { "CreateTimeStr": "2025-01-02", "car_driversID": 2, "DCode": "sample string 3", "brandName": "sample string 4", "car_typename": "sample string 5", "capacity": 1.1, "driver_name": "sample string 6", "id": 7, "car_num": "sample string 8", "brand_id": 9, "energine_code": "sample string 10", "identification_number": "sample string 11", "owner_id": 1, "user_id": 1, "type_id": 12, "disabled": true, "disable_reason": "sample string 14", "GPS_id": "sample string 15", "GPS_phone": "sample string 16", "memo": "sample string 17", "CorpID": 18, "DistrictID": 19, "pic": "sample string 20", "IsPublic": 21, "HasEquipment": 22, "IsDeleted": 64, "CreateBy": 24, "CreateTime": "2025-01-02T20:33:35.9597173+08:00", "UpdateBy": 26, "UpdateTime": "2025-01-02T20:33:35.9597173+08:00", "CommuPlatform": "sample string 28", "Nationalstandard": 29 } ], "recordsTotal": 3, "recordsFiltered": 3, "flag": true, "recordsSumTotal": 6.0 } }