Skip to main content

ClientQueueEvent

tenantId stringnullable
deviceId stringnullable
vehicleId stringnullable
eventDateTimeUTC date-time
tripStartDateUTC date-time
latitude double
longitude double
altitude int32
heading int32
runningOdo int64
runningHours int64
deltaOdo int32
speed int32
maxSpeed int32
ignition boolean
singleStatus int32
statusText stringnullable
allStatuses objectnullable
property name* stringnullable
driverTag stringnullable
driverId stringnullable
edgeCompute object
appId int32
appType stringnullable
payload nullable
rawPayload bytenullable
ackData object
messageId stringrequired
popReceipt stringrequired
clientId stringnullable
ackResult booleannullable
reason stringnullable
tenantId stringnullable
locationDetail object
id stringnullable
name stringnullable
distance doublenullable
direction stringnullable
address object
country stringnullable
state stringnullable
county stringnullable
city stringnullable
postalcode stringnullable
functionalclass stringnullable
streetlimit double
district stringnullable
street stringnullable
ClientQueueEvent
{
"tenantId": "string",
"deviceId": "string",
"vehicleId": "string",
"eventDateTimeUTC": "2024-07-29T15:51:28.071Z",
"tripStartDateUTC": "2024-07-29T15:51:28.071Z",
"latitude": 0,
"longitude": 0,
"altitude": 0,
"heading": 0,
"runningOdo": 0,
"runningHours": 0,
"deltaOdo": 0,
"speed": 0,
"maxSpeed": 0,
"ignition": true,
"singleStatus": 0,
"statusText": "string",
"allStatuses": {},
"driverTag": "string",
"driverId": "string",
"edgeCompute": {
"appId": 0,
"appType": "string",
"rawPayload": "string"
},
"ackData": {
"messageId": "string",
"popReceipt": "string",
"clientId": "string",
"ackResult": true,
"reason": "string",
"tenantId": "string"
},
"locationDetail": {
"id": "string",
"name": "string",
"distance": 0,
"direction": "string"
},
"address": {
"country": "string",
"state": "string",
"county": "string",
"city": "string",
"postalcode": "string",
"functionalclass": "string",
"streetlimit": 0,
"district": "string",
"street": "string"
}
}