GET api/TMSApp/Vehicle/GetVehicleTypeList
获取车辆类型列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取车辆类型列表
MsgBaseApiPageOfListOfcar_typesName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of car_types |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "id": 1, "type_name": "sample string 2", "memo": "sample string 3", "capacity": 1.1, "oper_id": 1, "created_at": "2025-01-02T20:37:24.3768792+08:00", "updated_at": "2025-01-02T20:37:24.3768792+08:00" }, { "id": 1, "type_name": "sample string 2", "memo": "sample string 3", "capacity": 1.1, "oper_id": 1, "created_at": "2025-01-02T20:37:24.3768792+08:00", "updated_at": "2025-01-02T20:37:24.3768792+08:00" } ] }