Trailer tracking hook drop event.
[[SQS]]
p.{companyId}.mos.trailer.hookdrop
{
"version": {
"Type": "String",
"Description": "Version of the event."
},
"type": {
"Type": "String",
"Description": "The type of the event. Always 'Trailer Tracking Events'."
},
"companyId": {
"Type": "Integer",
"Description": "Identifies the company of the vehicle."
},
"vehicleNumber": {
"Type": "String",
"Description": "Company specific vehicle number."
},
"dsn": {
"Type": "Integer",
"Description": "PeopleNet's device serial number."
},
"sentDateTime": {
"Type": "String",
"Description": "GMT timestamp the PeopleNet servers processed the event. In the format 'MM/dd/yyyy HH:mm:ss'. For example, '11/14/2014 17:32:30'."
},
"trailerId": {
"Type": "String",
"Description": "Optional id. Not present if the trailerId is unknown."
},
"hookDropDateTime": {
"Type": "String",
"Description": "GMT timestamp the event occurred. In the format 'MM/dd/yyyy HH:mm:ss'. For example, '11/14/2014 17:32:30'."
},
"eventType": {
"Type": "String",
"Description": "HOOK, or DROP"
},
"trailerIdSource": {
"Type": "String",
"Description": "Origin of the trailerId. Possible values include 'PFM', 'Driver', 'Internal Memory Flash' and 'Undefined'."
},
"make": {
"Type": "String",
"Description": "Trailer make."
},
"serialNumber": {
"Type": "String",
"Description": "Trailer serial number."
},
"trailerOdometer": {
"Type": "Number",
"Description": "Trailer odometer in miles with one decimal place."
},
"latitude": {
"Type": "Number",
"Description": "Decimal latitude with 7 decimal places (i.e. 44.9217273)."
},
"longitude": {
"Type": "Number",
"Description": "Decimal longitude with 7 decimal places (i.e. -93.4490465)."
},
"driverId": {
"Type": "String",
"Description": "Customer facing id identifying the driver logged into the device at the time the event occurred. Optional, not present if driver is unknown."
},
"driverName": {
"Type": "String",
"Description": "Name of the the driver logged into the device at the time the event occurred. Optional, not present if driver is unknown."
},
"did": {
"Type": "Integer",
"Description": "PFM internal driverId of the driver logged into the device at the time the event occurred. Optional, not present if driver is unknown."
},
"driverActive": {
"Type": "Boolean",
"Description": "Indicates whether the driver was active. Optional, not present if driver is unknown."
}
}
{
"version": "1",
"type": "Trailer Tracking Events",
"sentDateTime": "06/01/2015 04:54:41",
"companyId": 999,
"trailerId": "48199",
"hookDropDateTime": "01/01/2000 00:00:00",
"eventType": "Hook",
"trailerIdSource": "Driver",
"make": "",
"serialNumber": "",
"trailerOdometer": 45984.0,
"latitude": 32.6369439,
"longitude": -96.7995631,
"driverId": "949664",
"driverName": "John Smith",
"vehicleNumber": "15018",
"dsn": 167729327,
"did": 395584,
"driverActive": true
}