GET api/VehicleProfile/GetByVehicleId?vehicleId={vehicleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vehicleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
vw_VehicleProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OperaAccount | string |
None. |
|
| FleetId | integer |
None. |
|
| FleetName | string |
None. |
|
| AwaitingReTorque | boolean |
None. |
|
| VehicleTypeId | integer |
None. |
|
| Make | string |
None. |
|
| Model | string |
None. |
|
| RegistrationOrTrailerNo | string |
None. |
|
| VIN | string |
None. |
|
| Mileage | decimal number |
None. |
|
| LastInspectionDate | date |
None. |
|
| LastInspectionPassed | boolean |
None. |
|
| LastInspectionTyresFailed | integer |
None. |
|
| LastInspectionTyresPassed | integer |
None. |
|
| LastInspectionTotalFaults | integer |
None. |
|
| InspectionOverdue | boolean |
None. |
|
| Active | boolean |
None. |
|
| LastInspectionResult | string |
None. |
|
| VehicleType | VehicleType |
None. |
|
| VehicleTypeName | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<vw_VehicleProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMHEntities"> <Active>true</Active> <AwaitingReTorque>true</AwaitingReTorque> <FleetId>3</FleetId> <FleetName>sample string 4</FleetName> <Id>1</Id> <InspectionOverdue>true</InspectionOverdue> <LastInspectionDate>2025-12-06T02:00:03.1325063+00:00</LastInspectionDate> <LastInspectionPassed>true</LastInspectionPassed> <LastInspectionTotalFaults>1</LastInspectionTotalFaults> <LastInspectionTyresFailed>1</LastInspectionTyresFailed> <LastInspectionTyresPassed>1</LastInspectionTyresPassed> <Make>sample string 7</Make> <Mileage>1</Mileage> <Model>sample string 8</Model> <OperaAccount>sample string 2</OperaAccount> <RegistrationOrTrailerNo>sample string 9</RegistrationOrTrailerNo> <VIN>sample string 10</VIN> <VehicleTypeId>6</VehicleTypeId> </vw_VehicleProfile>