PrePostTripReport
This report automatically captures the details typically required as part of a pre- and post-trip inspection or DVIR. Information such as the start and end odometer readings and hours of service factor into other resources like Equipment Maintenance thresholds and Hours of Service reporting.
Parameters
prePostTripParams
Parameter | Description | Type | Required | Notes |
---|---|---|---|---|
The day(s) desired for report data querying. |
Date Range | Required |
|
|
The identification numbers for the employeeUser accounts for drivers, dispatchers, and other staff to perform varying functions in TrackIt.(s) queried. |
Integer | |||
The identification numbers for the employee type(s) queried. |
Integer | |||
The identifying numbers for the vehicleAll machines used as a means of production on a construction site or at a batch plant.(s) queried. |
Integer | |||
The identification numbers for the vehicle type(s) queried. |
Integer | |||
The identifying numbers for the plantA production plant or material storage location.(s) queried. |
Integer |

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1.report.services.trakitgps.com/">
<soapenv:Header/>
<soapenv:Body>
<v1:PrePostTripReport>
<!--Optional:-->
<webkey>?</webkey>
<!--Optional:-->
<prePostTripParams>
<dateRange>
<startDate>
<year>?</year>
<month>?</month>
<day>?</day>
<hour>-1</hour>
<minute>-1</minute>
<second>-1</second>
<!--Optional:-->
<timeZone>?</timeZone>
</startDate>
<endDate>
<year>?</year>
<month>?</month>
<day>?</day>
<hour>-1</hour>
<minute>-1</minute>
<second>-1</second>
<!--Optional:-->
<timeZone>?</timeZone>
</endDate>
</dateRange>
<!--Optional:-->
<employeeNum>?</employeeNum>
<!--Optional:-->
<employeeTypeID>?</employeeTypeID>
<!--Optional:-->
<vehicleNum>?</vehicleNum>
<!--Optional:-->
<vehicleTypeID>?</vehicleTypeID>
<plantNum>?</plantNum>
</prePostTripParams>
</v1:PrePostTripReport>
</soapenv:Body>
</soapenv:Envelope>
Returns
prePostTripData
Parameter | Description | Notes |
---|---|---|
The employee's alternate identification number. |
||
The vehicle's alternate identification number. |
||
The total engine hours metered when the vehicle's ignition is turned on. |
||
The first odometer reading recorded when an employee logs into a vehicle. |
||
The employee's identification number. |
||
The remaining percentage of fuel recorded for tank 1. |
||
The remaining percentage of fuel recorded for tank 2. |
||
The total engine hours metered when the vehicle's ignition is turned off and an employee logs out. |
||
The final odometer reading recorded when an employee logs out. |
||
The time an employee was recorded as logging into TrackIt Android or starting on a time cardA log of an employee's start and quit times. The time card collects both the scheduled and actual times captured via TrackIt.. |
||
The time an employee was recorded as logging out from the TrackIt Android app or ending their shift on a time card. |
||
The total amount of calculated fuel usage. |
||
The equipmentAll machines used as a means of production on a construction site or at a batch plant.'s identification number. |