GET api/vw_WheelInspectionProfile/GetByInspectionId?inspectionId={inspectionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inspectionId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of vw_WheelInspectionProfile
NameDescriptionTypeAdditional information
Id

integer

None.

VehicleInspectionId

integer

None.

VehicleWheelId

integer

None.

TyreMakeId

integer

None.

TyrePressure

integer

None.

TyrePattern

string

None.

TyreTreadDepth

decimal number

None.

TyreTreadDepthInside

decimal number

None.

TyreTreadDepthOutside

decimal number

None.

Comments

string

None.

TurnOnRim

boolean

None.

Passed

boolean

None.

Position

integer

None.

TyreMake

string

None.

TotalFaults

integer

None.

InspectionResult

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "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,
    "Position": 11,
    "TyreMake": "sample string 12",
    "TotalFaults": 13,
    "InspectionResult": "Passed"
  },
  {
    "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,
    "Position": 11,
    "TyreMake": "sample string 12",
    "TotalFaults": 13,
    "InspectionResult": "Passed"
  }
]

application/xml, text/xml

Sample:
<ArrayOfvw_WheelInspectionProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMHEntities">
  <vw_WheelInspectionProfile>
    <Comments>sample string 9</Comments>
    <Id>1</Id>
    <Passed>true</Passed>
    <Position>11</Position>
    <TotalFaults>13</TotalFaults>
    <TurnOnRim>true</TurnOnRim>
    <TyreMake>sample string 12</TyreMake>
    <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>
  </vw_WheelInspectionProfile>
  <vw_WheelInspectionProfile>
    <Comments>sample string 9</Comments>
    <Id>1</Id>
    <Passed>true</Passed>
    <Position>11</Position>
    <TotalFaults>13</TotalFaults>
    <TurnOnRim>true</TurnOnRim>
    <TyreMake>sample string 12</TyreMake>
    <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>
  </vw_WheelInspectionProfile>
</ArrayOfvw_WheelInspectionProfile>