GET api/VehicleTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleType| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"Type": "sample string 2"
},
{
"$ref": "1"
}
]