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": "4750f7e5-6912-4d1c-b241-4ae590481ffb",
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"Id": "4750f7e5-6912-4d1c-b241-4ae590481ffb",
"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>4750f7e5-6912-4d1c-b241-4ae590481ffb</Id>
</VehiclesTypeDto>
<VehiclesTypeDto>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<Id>4750f7e5-6912-4d1c-b241-4ae590481ffb</Id>
</VehiclesTypeDto>
</ArrayOfVehiclesTypeDto>