GET api/VehicleClassification?apiKey={apiKey}&lng={lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
lng | string |
Default value is en |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleClassificationName | Description | Type | Additional information |
---|---|---|---|
VehicleClassificationID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
SequenceNo | integer |
None. |
|
Attachment | Attachment |
None. |
|
Icon | Attachment |
None. |
|
ShortDetails | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VehicleClassificationID": "a5298327-7063-4766-a6cc-0b598f6b9560", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "0505374b-f2df-47c9-88dd-6e84a86f309c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "0505374b-f2df-47c9-88dd-6e84a86f309c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, { "VehicleClassificationID": "a5298327-7063-4766-a6cc-0b598f6b9560", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "0505374b-f2df-47c9-88dd-6e84a86f309c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "0505374b-f2df-47c9-88dd-6e84a86f309c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.