PUT api/VehicleInspectionUploadDTO/PutInspection
Request Information
URI Parameters
None.
Body Parameters
VehicleInspectionUploadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VehicleId | integer |
None. |
|
| FitterId | integer |
None. |
|
| InspectionDate | date |
None. |
|
| Passed | boolean |
None. |
|
| CreatedOnDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| TorqueTag | string |
None. |
|
| TorqueSetting | integer |
None. |
|
| WheelInspectionsUploadDTO | Collection of WheelInspectionUploadDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"VehicleId": 2,
"FitterId": 3,
"InspectionDate": "2025-12-06T02:36:49.4867686+00:00",
"Passed": true,
"CreatedOnDate": "2025-12-06T02:36:49.4867686+00:00",
"CreatedBy": "sample string 7",
"TorqueTag": "sample string 8",
"TorqueSetting": 1,
"WheelInspectionsUploadDTO": [
{
"Id": 1,
"VehicleInspectionId": 2,
"VehicleWheelId": 3,
"TyreMakeId": 1,
"TyrePressure": 4,
"TyrePattern": "sample string 5",
"TyreTreadDepth": 6.0,
"TyreTreadDepthInside": 7.0,
"TyreTreadDepthOutside": 8.0,
"Comments": "sample string 9",
"TurnOnRim": true,
"Passed": true,
"WheelInspectionFaultsUploadDTO": [
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
},
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
}
]
},
{
"Id": 1,
"VehicleInspectionId": 2,
"VehicleWheelId": 3,
"TyreMakeId": 1,
"TyrePressure": 4,
"TyrePattern": "sample string 5",
"TyreTreadDepth": 6.0,
"TyreTreadDepthInside": 7.0,
"TyreTreadDepthOutside": 8.0,
"Comments": "sample string 9",
"TurnOnRim": true,
"Passed": true,
"WheelInspectionFaultsUploadDTO": [
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
},
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
}
]
}
]
}
application/xml, text/xml
Sample:
<VehicleInspectionUploadDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMH.DTO">
<CreatedBy>sample string 7</CreatedBy>
<CreatedOnDate>2025-12-06T02:36:49.4867686+00:00</CreatedOnDate>
<FitterId>3</FitterId>
<Id>1</Id>
<InspectionDate>2025-12-06T02:36:49.4867686+00:00</InspectionDate>
<Passed>true</Passed>
<TorqueSetting>1</TorqueSetting>
<TorqueTag>sample string 8</TorqueTag>
<VehicleId>2</VehicleId>
<WheelInspectionsUploadDTO>
<WheelInspectionUploadDTO>
<Comments>sample string 9</Comments>
<Id>1</Id>
<Passed>true</Passed>
<TurnOnRim>true</TurnOnRim>
<TyreMakeId>1</TyreMakeId>
<TyrePattern>sample string 5</TyrePattern>
<TyrePressure>4</TyrePressure>
<TyreTreadDepth>6</TyreTreadDepth>
<TyreTreadDepthInside>7</TyreTreadDepthInside>
<TyreTreadDepthOutside>8</TyreTreadDepthOutside>
<VehicleInspectionId>2</VehicleInspectionId>
<VehicleWheelId>3</VehicleWheelId>
<WheelInspectionFaultsUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
</WheelInspectionFaultsUploadDTO>
</WheelInspectionUploadDTO>
<WheelInspectionUploadDTO>
<Comments>sample string 9</Comments>
<Id>1</Id>
<Passed>true</Passed>
<TurnOnRim>true</TurnOnRim>
<TyreMakeId>1</TyreMakeId>
<TyrePattern>sample string 5</TyrePattern>
<TyrePressure>4</TyrePressure>
<TyreTreadDepth>6</TyreTreadDepth>
<TyreTreadDepthInside>7</TyreTreadDepthInside>
<TyreTreadDepthOutside>8</TyreTreadDepthOutside>
<VehicleInspectionId>2</VehicleInspectionId>
<VehicleWheelId>3</VehicleWheelId>
<WheelInspectionFaultsUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
</WheelInspectionFaultsUploadDTO>
</WheelInspectionUploadDTO>
</WheelInspectionsUploadDTO>
</VehicleInspectionUploadDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VehicleInspectionUploadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VehicleId | integer |
None. |
|
| FitterId | integer |
None. |
|
| InspectionDate | date |
None. |
|
| Passed | boolean |
None. |
|
| CreatedOnDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| TorqueTag | string |
None. |
|
| TorqueSetting | integer |
None. |
|
| WheelInspectionsUploadDTO | Collection of WheelInspectionUploadDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"VehicleId": 2,
"FitterId": 3,
"InspectionDate": "2025-12-06T02:36:49.502392+00:00",
"Passed": true,
"CreatedOnDate": "2025-12-06T02:36:49.502392+00:00",
"CreatedBy": "sample string 7",
"TorqueTag": "sample string 8",
"TorqueSetting": 1,
"WheelInspectionsUploadDTO": [
{
"Id": 1,
"VehicleInspectionId": 2,
"VehicleWheelId": 3,
"TyreMakeId": 1,
"TyrePressure": 4,
"TyrePattern": "sample string 5",
"TyreTreadDepth": 6.0,
"TyreTreadDepthInside": 7.0,
"TyreTreadDepthOutside": 8.0,
"Comments": "sample string 9",
"TurnOnRim": true,
"Passed": true,
"WheelInspectionFaultsUploadDTO": [
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
},
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
}
]
},
{
"Id": 1,
"VehicleInspectionId": 2,
"VehicleWheelId": 3,
"TyreMakeId": 1,
"TyrePressure": 4,
"TyrePattern": "sample string 5",
"TyreTreadDepth": 6.0,
"TyreTreadDepthInside": 7.0,
"TyreTreadDepthOutside": 8.0,
"Comments": "sample string 9",
"TurnOnRim": true,
"Passed": true,
"WheelInspectionFaultsUploadDTO": [
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
},
{
"Id": 1,
"WheelInspectionId": 2,
"WheelFaultId": 3
}
]
}
]
}
application/xml, text/xml
Sample:
<VehicleInspectionUploadDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMH.DTO">
<CreatedBy>sample string 7</CreatedBy>
<CreatedOnDate>2025-12-06T02:36:49.502392+00:00</CreatedOnDate>
<FitterId>3</FitterId>
<Id>1</Id>
<InspectionDate>2025-12-06T02:36:49.502392+00:00</InspectionDate>
<Passed>true</Passed>
<TorqueSetting>1</TorqueSetting>
<TorqueTag>sample string 8</TorqueTag>
<VehicleId>2</VehicleId>
<WheelInspectionsUploadDTO>
<WheelInspectionUploadDTO>
<Comments>sample string 9</Comments>
<Id>1</Id>
<Passed>true</Passed>
<TurnOnRim>true</TurnOnRim>
<TyreMakeId>1</TyreMakeId>
<TyrePattern>sample string 5</TyrePattern>
<TyrePressure>4</TyrePressure>
<TyreTreadDepth>6</TyreTreadDepth>
<TyreTreadDepthInside>7</TyreTreadDepthInside>
<TyreTreadDepthOutside>8</TyreTreadDepthOutside>
<VehicleInspectionId>2</VehicleInspectionId>
<VehicleWheelId>3</VehicleWheelId>
<WheelInspectionFaultsUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
</WheelInspectionFaultsUploadDTO>
</WheelInspectionUploadDTO>
<WheelInspectionUploadDTO>
<Comments>sample string 9</Comments>
<Id>1</Id>
<Passed>true</Passed>
<TurnOnRim>true</TurnOnRim>
<TyreMakeId>1</TyreMakeId>
<TyrePattern>sample string 5</TyrePattern>
<TyrePressure>4</TyrePressure>
<TyreTreadDepth>6</TyreTreadDepth>
<TyreTreadDepthInside>7</TyreTreadDepthInside>
<TyreTreadDepthOutside>8</TyreTreadDepthOutside>
<VehicleInspectionId>2</VehicleInspectionId>
<VehicleWheelId>3</VehicleWheelId>
<WheelInspectionFaultsUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
<WheelInspectionFaultUploadDTO>
<Id>1</Id>
<WheelFaultId>3</WheelFaultId>
<WheelInspectionId>2</WheelInspectionId>
</WheelInspectionFaultUploadDTO>
</WheelInspectionFaultsUploadDTO>
</WheelInspectionUploadDTO>
</WheelInspectionsUploadDTO>
</VehicleInspectionUploadDTO>