GET VehiclesType?culture={culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| culture | string |
None. |
Body Parameters
None.
Response Information
Resource Description
A collection of vehiclesClass.
Collection of VehiclesTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "5b7b4334-20b2-47fd-b385-621217414fc2",
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"Id": "5b7b4334-20b2-47fd-b385-621217414fc2",
"Code": "sample string 2",
"Description": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfVehiclesTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<VehiclesTypeDto>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<Id>5b7b4334-20b2-47fd-b385-621217414fc2</Id>
</VehiclesTypeDto>
<VehiclesTypeDto>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<Id>5b7b4334-20b2-47fd-b385-621217414fc2</Id>
</VehiclesTypeDto>
</ArrayOfVehiclesTypeDto>