MaterialPerHourReport
This report allows you to review productivity and ensure plants, drivers, and equipmentAll machines used as a means of production on a construction site or at a batch plant. are meeting Driver Goals or other metrics of performance.
Parameters
materialPerHourParams
Parameter | Description | Type | Required | Notes |
---|---|---|---|---|
The day(s) desired for report data querying. |
Date Range | Required |
|
|
The statusThe specific activity or task a driver is currently engaged in, typically as part of a process called a "status loop." type's identification number. |
Integer | |||
The identifying numbers for the plantA production plant or material storage location.(s) queried. |
Integer | |||
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 |

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1.report.services.trakitgps.com/">
<soapenv:Header/>
<soapenv:Body>
<v1:MaterialPerHourReport>
<!--Optional:-->
<webkey>?</webkey>
<!--Optional:-->
<MaterialPerHourParams>
<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:-->
<statusTypeID>?</statusTypeID>
<!--Optional:-->
<plantNum>?</plantNum>
<!--Optional:-->
<employeeNum>?</employeeNum>
<!--Optional:-->
<employeeTypeID>?</employeeTypeID>
</MaterialPerHourParams>
</v1:MaterialPerHourReport>
</soapenv:Body>
</soapenv:Envelope>
Returns
materialPerHourData
Parameter | Description | Notes |
---|---|---|
The employee's identification number. |
||
The average amount of material batched per employee-paid hour. |
||
The average amount of material batched for a loadThe total amount of concrete or asphalt that is being or has been batched for delivery. for the queried period. |
||
The total number of hours worked by an employee in a status flagged as Paid. |
||
The plant number associated with the employee and/or equipment. |
||
The total number of hours worked by an employee in a status flagged as Paid. |
||
The total amount of material for the queried period, as measured in cubic yards. |
||
The total number of loads each employee or equipment made for the queried period of time. |