Skip to main content
Omnitracs Knowledge Base

T.7.01.0


T.7.01.0 - VIR Defect Message  

Overview

This transaction type is published whenever a return VIR defect message is received from a mobile unit.

Schema

The following diagram illustrates the transaction type's XML schema. Some of the Shared Complex Types are referenced within the transaction type.

Sample XML Transaction

<T.7.01.0>
 <key>120938</key>
 <eventTS>2010-11-01T00:04:53Z</eventTS>
 <status>New</status>
 <inspectedEquipment>tractor</inspectedEquipment>
 <equipment unitAddress="105001131" deviceID="105001131" ID="105001131" equipType="tractor" alias="TruckA"/>
 <position lat="28.874" lon="-99.112" posTS="2010-11-01T00:04:53Z"/>
 <posType>0</posType>
 <ignitionStatus>1</ignitionStatus>
 <tripStatus>1</tripStatus>
 <ltdDistance>0.0</ltdDistance>
 <driverID>DriverId</driverID>
 <driverAuthenticated>true</driverAuthenticated>
 <hasdefects>true</hasdefects>
 <closedByDriver>true</closedByDriver>
 <defects>
  <comments>The brakes are non-functional. Windshield is dirty.</comments>
  <defect>Brakes</defect>
  <defect>Windshield</defect>
 </defects>
</T.7.01.0>
  • Was this article helpful?