##Description
This service provides the power take off (PTO) and Idle Event data as it is transmitted from the vehicle.
[[SQS]]
p.{companyId}.mos.ptoidle
Important! JSON standards and attributes may change at any time. Follow industry best practices and standards to ensure that your application gracefully handles new elements and other small changes to this service. It is also a good idea to periodically check this documentation, PeopleNet Integration/Link Newsletters, or work with your PeopleNet Integration contact to ensure you are using the latest standards for your data. If large structural changes are required for this service, they will be implemented in such a way as to preserve the existing functionality.
{
"type": "object",
"properties": {
"version": {
"type": "Number",
"description": "Version of the JSON file format"
},
"type": {
"type": "varchar",
"description": "Name of the service"
},
"companyId": {
"type": "Integer",
"description": "Customer Identification number used within the Peoplenet Fleet Manager System"
},
"sentDateTime": {
"type": "MM/DD/YYYY HH:MM:SS",
"description": "Date and time the event is sent from the Data Delivery gateway"
},
"pfm_driverId": {
"type": "Integer",
"description": "PFM Driver ID that uniquely identifies the driver within the PeopleNet system"
},
"vehicleNumber": {
"type": "char 128",
"description": "Customer facing Number of the Vehicle that the driver is currently joined to"
},
"DSN": {
"type": "Integer",
"description": "Device Serial Number of the OBC unit installed in the Vehicle"
},
"dataStartDate": {
"type": "MM/DD/YYYY HH:MM:SS",
"description": "Date/time the event started"
},
"dataEndDate": {
"type": "MM/DD/YYYY HH:MM:SS",
"description": "Date/time the event ended"
},
"event": {
"type": "Integer",
"description": "Indicates the type of event that occurred"
},
"eventLapseTime": {
"type": "HH:MM:SS",
"description": "Time elapsed between Start Date/Time and End Date/Time"
},
"fuelUsed": {
"type": "float",
"description": "The amount of fuel used during the event"
},
"latitude": {
"type": "fixed dec Int 10-7",
"description": "Latitude where the event occurred"
},
"longitude": {
"type": "fixeddecInt10-7",
"description": "Longitudewheretheeventoccurred"
},
"temperature": {
"type": "IntdegreesFfrom-127to+127",
"description": "AmbientTemperature"
},
"temperatureValid": {
"type": "integer",
"description": "Indicatesifthetemperatureisvalid"
},
"maxRPM": {
"type": "integer",
"description": "MaximumRPMduringtheevent"
},
"GPSQuality": {
"type": "integer",
"description": "GPSfixqualityatthetimeoftheevent"
},
"PTOStartTrigger": {
"type": "integer",
"description": "BeginningPTOtriggertype"
},
"PTOEndTrigger": {
"type": "integer",
"description": "EndingPTOtriggertype"
}
}
}
{
"version": "1.00",
"type": "PTO and Idle Event",
"companyId": "1821",
"sentDateTime": "04/14/12 04:02:11",
"pfm_driverId": "193580",
"vehicleNumber": "151599",
"DSN": "1007334",
"dataStartDate": "04/06/12 16:46:13",
"dataEndDate": "04/06/12 17:14:40",
"event": "0",
"eventLapseTime": "00:28:27",
"fuelUsed": "0.012",
"latitude": "38.1184065",
"longitude": "-121.3965225",
"temperature": "0",
"temperatureValid": "1",
"maxRPM": "0",
"GPS Quality": "3",
"PTO Start Trigger": "0",
"PTO End Trigger": "0"
}