GET api/VehicleClassification/Get?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": "1c74c9e9-1cf8-4304-9542-6ed84edaca07", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "9a13fa72-5316-460b-a7c5-e384f50d9aed", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "9a13fa72-5316-460b-a7c5-e384f50d9aed", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, { "VehicleClassificationID": "1c74c9e9-1cf8-4304-9542-6ed84edaca07", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "9a13fa72-5316-460b-a7c5-e384f50d9aed", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "9a13fa72-5316-460b-a7c5-e384f50d9aed", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.