GET api/v4/journey/{userID}/{token}/{serviceID}/{from}/{to}/{showTowJourney}?mileageType={mileageType}
Maps to GetJourneySummaryByVehId from the V4 web service
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userID |
The ID returned from a successful login |
unsigned integer |
Required |
token |
The authentication token returned from a successful login |
string |
Required |
serviceID |
The service id of the vehicle being queried |
unsigned integer |
Required |
from |
The start date being queried yyyyMMddHHmmss |
string |
Required |
to |
The end date being queried yyyyMMddHHmmss |
string |
Required |
showTowJourney |
If you want tow journeys included in results |
boolean |
Default value is False |
mileageType |
If you want to specify a mileage type |
mileage_type |
Default value is Both |
Body Parameters
None.
Response Information
Resource Description
A list of vehicle journey summaries
Collection of VehicleJourneySummaryName | Description | Type | Additional information |
---|---|---|---|
ID |
The ID of the journey |
unsigned integer |
None. |
ServiceID |
The service ID of the unit which made the journey |
unsigned integer |
None. |
LocalTimeStartDate |
The start time of the journey in the local time based on where the journey ended |
date |
None. |
LocalTimeEndDate |
The end time of the journey in the local time based on where the journey ended |
date |
None. |
JourneyTimeZone |
The journey timezone |
string |
None. |
AssetID |
The ID of an asset on a journey |
unsigned integer |
None. |
Asset |
Details of an asset which was on a journey |
Asset |
None. |
AssetDetails |
The details of the asset on the journey |
AssetDetails |
None. |
StartDate |
The start time of a journey |
date |
None. |
SysProcTime |
The time the journey was processed |
date |
None. |
StartLat |
The start latitude of the journey |
decimal number |
None. |
StartLong |
The start longitude of the journey |
decimal number |
None. |
StartStreet |
The start street of the journey |
string |
None. |
StartTown |
The start town of the journey |
string |
None. |
StartCountry |
The start country of the journey |
string |
None. |
StartPOI |
The start POI of the journey |
string |
None. |
StartPostcode |
The start postcode of the journey |
string |
None. |
StartOdometer |
The start odometer of the journey |
decimal number |
None. |
EndDate |
The end date of the journey |
date |
None. |
EndLat |
The end latitude of the journey |
decimal number |
None. |
EndLong |
The end longitude of the journey |
decimal number |
None. |
EndStreet |
The end street of the journey |
string |
None. |
EndTown |
The end town of the journey |
string |
None. |
EndCountry |
The end country of the journey |
string |
None. |
EndPOI |
The end POI of the journey |
string |
None. |
EndPostcode |
The end post code of the journey |
string |
None. |
EndOdometer |
The end odometer of the journey |
decimal number |
None. |
MaxSpeed |
The vehicle maximum speed on the journey |
decimal number |
None. |
ReportedMaxSpeed |
The reported max speed of the journey |
decimal number |
None. |
RoadSpeedAtMaxSpeed |
The road speed of the road the vehicle was traveling on when it set it max speed |
integer |
None. |
Input0HighMessages |
The number of input 0 high messages seen |
integer |
None. |
Input0LowMessages |
The number of input 0 low messages seen |
integer |
None. |
Input1HighMessages |
The number of input 1 high messages seen |
integer |
None. |
Input1LowMessages |
The number of input 1 low messages seen |
integer |
None. |
Input2HighMessages |
The number of input 2 high messages seen |
integer |
None. |
Input2LowMessages |
The number of input 2 low messages seen |
integer |
None. |
Input3HighMessages |
The number of input 3 high messages seen |
integer |
None. |
Input3LowMessages |
The number of input 3 low messages seen |
integer |
None. |
Distance |
Distance in miles |
decimal number |
None. |
DistanceMeters |
Distance in meters |
decimal number |
None. |
IdleTime |
The journey idle time in seconds |
integer |
None. |
MaxIdleTime |
The maximum period of ilding |
integer |
None. |
Duration |
The duration of the journey in seconds |
integer |
None. |
SpeedingPoints |
The speeding points of the journey |
integer |
None. |
AccelPoints |
The acceleration points of the journey |
integer |
None. |
DecelPoints |
The deceleration points of the journey |
integer |
None. |
RPMPoints |
The RPM points of the journey |
integer |
None. |
OverallPoints |
The overall score points of the journey |
integer |
None. |
SpeedingScore |
The speeding score of the journey |
integer |
None. |
AccelScore |
The acceleration score of the journey |
integer |
None. |
DecelScore |
The deceleration score of the journey |
integer |
None. |
RpmScore |
The RPM score of the journey |
integer |
None. |
IdleScore |
The idle score of the journey |
integer |
None. |
OverallScore |
The overall score of the journey using acceleration, deceleration, speeding, idling and RPM |
integer |
None. |
ThreeValueOverallScore |
The 3 value score of the journey using acceleration, deceleration and speeding |
integer |
None. |
FourValueOverallScore |
The 4 value score of the journey using acceleration, deceleration, speeding and idling |
integer |
None. |
RpmEvents |
The number of RPM events on a journey |
integer |
None. |
RpmMax |
The maximum RPM value seen on a journey |
integer |
None. |
RpmLevel1Count |
The number of RPM level 1 events on a journey |
integer |
None. |
RpmLevel2Count |
The number of RPM level 2 events on a journey |
integer |
None. |
RpmLevel3Count |
The number of RPM level 3 events on a journey |
integer |
None. |
RpmLevel4Count |
The number of RPM level 4 events on a journey |
integer |
None. |
RpmLevel5Count |
The number of RPM level 5 events on a journey |
integer |
None. |
RpmLevel6Count |
The number of RPM level 6 events on a journey |
integer |
None. |
IdlingLongestInstanceTime |
The longest idling instance in seconds |
integer |
None. |
AccelEvents |
The amount of acceleration events |
integer |
None. |
AccelMax |
The maximum acceleration instance |
decimal number |
None. |
AccelLowCount |
The amount of low level acceleration events |
integer |
None. |
AccelMediumCount |
The amount of medium level acceleration events |
integer |
None. |
AccelHighCount |
The amount of high level acceleration events |
integer |
None. |
DecelEvents |
The amount of deceleration events |
integer |
None. |
DecelMax |
The maximum deceleration instance |
decimal number |
None. |
DecelLowCount |
The amount of low level deceleration events |
integer |
None. |
DecelMediumCount |
The amount of medium level deceleration events |
integer |
None. |
DecelHighCount |
The amount of high level deceleration events |
integer |
None. |
SpeedEvents |
The number of speeding events |
integer |
None. |
SpeedMax |
The maximum speed during the journey |
decimal number |
None. |
Speed15Count | integer |
None. |
|
Speed20Count |
The number of speeding events in 20 mph zones |
integer |
None. |
Speed30Count |
The number of speeding events in 30 mph zones |
integer |
None. |
Speed40Count |
The number of speeding events in 40 mph zones |
integer |
None. |
Speed45Count | integer |
None. |
|
Speed50Count |
The number of speeding events in 50 mph zones |
integer |
None. |
Speed55Count | integer |
None. |
|
Speed60Count |
The number of speeding events in 60 mph zones |
integer |
None. |
Speed65Count | integer |
None. |
|
Speed70Count |
The number of speeding events in 70 mph zones |
integer |
None. |
DeadzoneTime |
The night time driving score in seconds |
integer |
None. |
IsPrivateMiles |
Indicating if this was a private journey |
boolean |
None. |
UrbanDistance |
The urban distance driven |
integer |
None. |
MaxPossibleMpg |
The maximum possible MPH in the journey |
decimal number |
None. |
MPG |
The MPH seen during the journey |
decimal number |
None. |
CO2 |
The CO2 used in the journey |
decimal number |
None. |
Input0Distance |
The distance driven with input 0 active |
integer |
None. |
Input1Distance |
The distance driven with input 1 active |
integer |
None. |
Input2Distance |
The distance driven with input 2 active |
integer |
None. |
Input3Distance |
The distance driven with input 3 active |
integer |
None. |
Input0Duration |
The duration in seconds when input 0 was active |
integer |
None. |
Input1Duration |
The duration in seconds when input 1 was active |
integer |
None. |
Input2Duration |
The duration in seconds when input 2 was active |
integer |
None. |
Input3Duration |
The duration in seconds when input 3 was active |
integer |
None. |
Input4Duration |
The duration in seconds when input 4 was active |
integer |
None. |
ActionDistance |
The distance driven with the action state active |
integer |
None. |
ActionDuration |
The duration in seconds when the action state was active |
integer |
None. |
StartVoltage |
The vehicle battery voltage at the start of a journey |
decimal number |
None. |
EndVoltage |
The vehicle battery voltage at the end of a journey |
decimal number |
None. |
WaterUsed |
Water used during a journey if applicable |
decimal number |
None. |
AreaCleaned |
The area cleaned during a journey if applicable |
decimal number |
None. |
JourneyType |
The type of a journey (standard or row) |
journey_type |
None. |
StartFuelPercentage |
The start fuel percentage from the first journey |
decimal number |
None. |
EndFuelPercentage |
The end fuel percentage from the last journey |
decimal number |
None. |
StartFuelLitre |
The start fuel level from the first journey |
decimal number |
None. |
EndFuelLitre |
The end fuel level from the last journey |
decimal number |
None. |
TotalFuelUsed |
The fuel used in litres |
decimal number |
None. |
Idling |
Indicates if the journey had idling |
unsigned integer |
None. |
JourneyCount |
The number of journeys if this a summary of multiple journeys |
unsigned integer |
None. |
Odometer |
The current Odometer Reading Miles |
decimal number |
None. |
DTCCodes |
A list of DTC codes seen on the journey |
string |
None. |
GritDuration |
The duration of gritting in seconds |
integer |
None. |
GritDistance |
The distance gritting in meters |
integer |
None. |
GritUsed |
The amount of grit using in grams |
integer |
None. |
PloughDuration |
The duration the plough is down for |
integer |
None. |
PloughDistance |
The distance traveled while ploughing |
integer |
None. |
DistanceOffset |
Journey Distance offset in meters |
integer |
None. |
JourneyComment |
The journey comment |
string |
None. |
JourneyDetection |
The journey detection |
JourneyDetection |
None. |
CanIdleTime | integer |
None. |
|
CanDistance | unsigned integer |
None. |
|
StartAdbluePercentage | decimal number |
None. |
|
EndAdbluePercentage | decimal number |
None. |
|
StartAdblueLitres | decimal number |
None. |
|
EndAdblueLitres | decimal number |
None. |
|
UsedAdBlue | decimal number |
None. |
|
ClaimMade | boolean |
None. |
|
PassengerCount | integer |
None. |
|
VoltageIdleTime | integer |
None. |
|
MaximumVoltageIdleTime | integer |
None. |
|
AssetSiteCodeTagId | string |
None. |
|
TemperatureAlertTriggered |
Indicates if any temperature alerts were triggered |
boolean |
None. |
PressureAlertTriggered |
Indicates if any temperature alerts were triggered |
boolean |
None. |
MaxTyrePressure |
The max tyre pressure on the journey in bar |
decimal number |
None. |
MinTyrePressure |
The min tyre pressure in bar |
decimal number |
None. |
MaxTyreTemperature |
The max tyre temperature in centigrade |
decimal number |
None. |
MinTyreTemperature |
The min tyre temperature in centigrade |
decimal number |
None. |
StartCity2 |
The start City 2 |
string |
None. |
EndCity2 |
The end city 2 |
string |
None. |
Response Formats
application/json, text/json
[ { "ID": 1, "ServiceID": 2, "LocalTimeStartDate": "2025-04-27T16:24:15.4850756+00:00", "LocalTimeEndDate": "2025-04-27T16:24:15.4850756+00:00", "JourneyTimeZone": "sample string 5", "AssetID": 6, "Asset": { "id": 1, "tag_id": "sample string 2", "site_code": "sample string 3", "type": { "id": 1, "name": "sample string 2" }, "user_id": 4, "icon": "sample string 5", "name": "sample string 6", "first_name": "sample string 7", "last_name": "sample string 8", "address_1": "sample string 9", "address_2": "sample string 10", "address_3": "sample string 11", "address_town": "sample string 12", "postcode": "sample string 13", "phone": "14", "mobile": "15", "email": "sample string 16", "min_temp_threshold": 17.1, "max_temp_threshold": 18.1, "weekday_auth_start": "sample string 19", "weekday_auth_end": "sample string 20", "weekend_auth_start": "sample string 21", "weekend_auth_end": "sample string 22", "despatch_login_password": "sample string 23", "despatch_not_accepting_jobs": true, "despatch_sinbin_interval": 25, "despatch_sinbin_end_time": "2025-04-27T16:24:15.4850756+00:00", "despatch_accept_contract_jobs": true, "tel_temperature": 28.1, "gps_position": { "_latitude": { "_element": 120.32113697747289 }, "_longitude": { "_element": 120.32113697747289 }, "_foLat": { "_element": 49.0 }, "_foLong": { "_element": -2.0 }, "_af0": 6375585.7452000007, "_bf0": 6354209.61327432 }, "gps_time": "2025-04-27T16:24:15.4850756+00:00", "geo_street": "sample string 30", "geo_town": "sample string 31", "geo_country": "sample string 32", "geo_postcode": "sample string 33", "log": "sample string 34", "<Username>k__BackingField": "sample string 35", "<Password>k__BackingField": "sample string 36", "<TelTyrePressure>k__BackingField": 37.1, "<TelTyreStatus>k__BackingField": 38, "<TyreSensorVehicleLocation>k__BackingField": 39, "<TyreSensorPosition>k__BackingField": 40, "<AppType>k__BackingField": 41, "<DynamicsId>k__BackingField": "sample string 42", "<IsGreyFleet>k__BackingField": true, "<IsDriiveAcademy>k__BackingField": true, "<AssignProfiler>k__BackingField": true, "<hasValidUkDrivingLicence>k__BackingField": true, "<ArchivedDate>k__BackingField": "2025-04-27T16:24:15.4850756+00:00", "<LinkedAssetId>k__BackingField": 48, "<PayrollNumber>k__BackingField": "sample string 49", "<DriverLicenceNumber>k__BackingField": "sample string 50", "<BrandingId>k__BackingField": 51 }, "AssetDetails": { "ID": 1, "CustomerID": 2, "Name": "sample string 3", "Type": 4, "TagId": "sample string 5", "SiteCode": "sample string 6", "Timestamp": "2025-04-27T16:24:15.4850756+00:00", "TemperatureTagId": 8, "Temperature": 9.1, "iButtonID": "sample string 10", "LoginPassword": "sample string 11", "weekdayAuthorisedStart": "sample string 12", "weekdayAuthorisedEnd": "sample string 13", "weekendAuthorisedStart": "sample string 14", "weekendAuthorisedEnd": "sample string 15", "icon": "sample string 16", "first_name": "sample string 17", "last_name": "sample string 18", "address_1": "sample string 19", "address_2": "sample string 20", "address_3": "sample string 21", "address_town": "sample string 22", "postcode": "sample string 23", "phone": "sample string 24", "mobile": "sample string 25", "email": "sample string 26", "min_temp_threshold": 27.1, "max_temp_threshold": 28.1, "despatch_not_accepting_jobs": true, "despatch_sinbin_interval": 30, "despatch_sinbin_end_time": "2025-04-27T16:24:15.4850756+00:00", "despatch_accept_contract_jobs": true }, "StartDate": "2025-04-27T16:24:15.4850756+00:00", "SysProcTime": "2025-04-27T16:24:15.4850756+00:00", "StartLat": 9.1, "StartLong": 10.1, "StartStreet": "sample string 11", "StartTown": "sample string 12", "StartCountry": "sample string 13", "StartPOI": "sample string 14", "StartPostcode": "sample string 15", "StartOdometer": 16.1, "EndDate": "2025-04-27T16:24:15.4850756+00:00", "EndLat": 18.1, "EndLong": 19.1, "EndStreet": "sample string 20", "EndTown": "sample string 21", "EndCountry": "sample string 22", "EndPOI": "sample string 23", "EndPostcode": "sample string 24", "EndOdometer": 25.1, "MaxSpeed": 26.1, "ReportedMaxSpeed": 27.1, "RoadSpeedAtMaxSpeed": 28, "Input0HighMessages": 29, "Input0LowMessages": 30, "Input1HighMessages": 31, "Input1LowMessages": 32, "Input2HighMessages": 33, "Input2LowMessages": 34, "Input3HighMessages": 35, "Input3LowMessages": 36, "Distance": 0.0236742422, "DistanceMeters": 38.1, "IdleTime": 39, "MaxIdleTime": 40, "Duration": 41, "SpeedingPoints": 42, "AccelPoints": 43, "DecelPoints": 44, "RPMPoints": 45, "OverallPoints": 46, "SpeedingScore": 47, "AccelScore": 48, "DecelScore": 49, "RpmScore": 50, "IdleScore": 51, "OverallScore": 52, "ThreeValueOverallScore": 53, "FourValueOverallScore": 54, "RpmEvents": 55, "RpmMax": 56, "RpmLevel1Count": 57, "RpmLevel2Count": 58, "RpmLevel3Count": 59, "RpmLevel4Count": 60, "RpmLevel5Count": 61, "RpmLevel6Count": 62, "IdlingLongestInstanceTime": 63, "AccelEvents": 64, "AccelMax": 65.1, "AccelLowCount": 66, "AccelMediumCount": 67, "AccelHighCount": 68, "DecelEvents": 69, "DecelMax": 70.1, "DecelLowCount": 71, "DecelMediumCount": 72, "DecelHighCount": 73, "SpeedEvents": 74, "SpeedMax": 75.1, "Speed15Count": 76, "Speed20Count": 77, "Speed30Count": 78, "Speed40Count": 79, "Speed45Count": 80, "Speed50Count": 81, "Speed55Count": 82, "Speed60Count": 83, "Speed65Count": 84, "Speed70Count": 85, "DeadzoneTime": 86, "IsPrivateMiles": true, "UrbanDistance": 88, "MaxPossibleMpg": 89.1, "MPG": 90.1, "CO2": 91.1, "Input0Distance": 92, "Input1Distance": 93, "Input2Distance": 94, "Input3Distance": 95, "Input0Duration": 96, "Input1Duration": 97, "Input2Duration": 98, "Input3Duration": 99, "Input4Duration": 100, "ActionDistance": 101, "ActionDuration": 102, "StartVoltage": 103.1, "EndVoltage": 104.1, "WaterUsed": 105.1, "AreaCleaned": 106.1, "JourneyType": 0, "StartFuelPercentage": 107.1, "EndFuelPercentage": 108.1, "StartFuelLitre": 109.1, "EndFuelLitre": 110.1, "TotalFuelUsed": 111.1, "Idling": 112, "JourneyCount": 113, "Odometer": 114.1, "DTCCodes": "sample string 115", "GritDuration": 116, "GritDistance": 117, "GritUsed": 118, "PloughDuration": 119, "PloughDistance": 120, "DistanceOffset": 121, "JourneyComment": "sample string 122", "JourneyDetection": 0, "CanIdleTime": 123, "CanDistance": 124, "StartAdbluePercentage": 125.1, "EndAdbluePercentage": 126.1, "StartAdblueLitres": 127.1, "EndAdblueLitres": 128.1, "UsedAdBlue": 129.1, "ClaimMade": true, "PassengerCount": 131, "VoltageIdleTime": 132, "MaximumVoltageIdleTime": 133, "AssetSiteCodeTagId": "sample string 134", "TemperatureAlertTriggered": true, "PressureAlertTriggered": true, "MaxTyrePressure": 137.1, "MinTyrePressure": 138.1, "MaxTyreTemperature": 139.1, "MinTyreTemperature": 140.1, "StartCity2": "sample string 141", "EndCity2": "sample string 142" }, { "ID": 1, "ServiceID": 2, "LocalTimeStartDate": "2025-04-27T16:24:15.4850756+00:00", "LocalTimeEndDate": "2025-04-27T16:24:15.4850756+00:00", "JourneyTimeZone": "sample string 5", "AssetID": 6, "Asset": { "id": 1, "tag_id": "sample string 2", "site_code": "sample string 3", "type": { "id": 1, "name": "sample string 2" }, "user_id": 4, "icon": "sample string 5", "name": "sample string 6", "first_name": "sample string 7", "last_name": "sample string 8", "address_1": "sample string 9", "address_2": "sample string 10", "address_3": "sample string 11", "address_town": "sample string 12", "postcode": "sample string 13", "phone": "14", "mobile": "15", "email": "sample string 16", "min_temp_threshold": 17.1, "max_temp_threshold": 18.1, "weekday_auth_start": "sample string 19", "weekday_auth_end": "sample string 20", "weekend_auth_start": "sample string 21", "weekend_auth_end": "sample string 22", "despatch_login_password": "sample string 23", "despatch_not_accepting_jobs": true, "despatch_sinbin_interval": 25, "despatch_sinbin_end_time": "2025-04-27T16:24:15.4850756+00:00", "despatch_accept_contract_jobs": true, "tel_temperature": 28.1, "gps_position": { "_latitude": { "_element": 120.32113697747289 }, "_longitude": { "_element": 120.32113697747289 }, "_foLat": { "_element": 49.0 }, "_foLong": { "_element": -2.0 }, "_af0": 6375585.7452000007, "_bf0": 6354209.61327432 }, "gps_time": "2025-04-27T16:24:15.4850756+00:00", "geo_street": "sample string 30", "geo_town": "sample string 31", "geo_country": "sample string 32", "geo_postcode": "sample string 33", "log": "sample string 34", "<Username>k__BackingField": "sample string 35", "<Password>k__BackingField": "sample string 36", "<TelTyrePressure>k__BackingField": 37.1, "<TelTyreStatus>k__BackingField": 38, "<TyreSensorVehicleLocation>k__BackingField": 39, "<TyreSensorPosition>k__BackingField": 40, "<AppType>k__BackingField": 41, "<DynamicsId>k__BackingField": "sample string 42", "<IsGreyFleet>k__BackingField": true, "<IsDriiveAcademy>k__BackingField": true, "<AssignProfiler>k__BackingField": true, "<hasValidUkDrivingLicence>k__BackingField": true, "<ArchivedDate>k__BackingField": "2025-04-27T16:24:15.4850756+00:00", "<LinkedAssetId>k__BackingField": 48, "<PayrollNumber>k__BackingField": "sample string 49", "<DriverLicenceNumber>k__BackingField": "sample string 50", "<BrandingId>k__BackingField": 51 }, "AssetDetails": { "ID": 1, "CustomerID": 2, "Name": "sample string 3", "Type": 4, "TagId": "sample string 5", "SiteCode": "sample string 6", "Timestamp": "2025-04-27T16:24:15.4850756+00:00", "TemperatureTagId": 8, "Temperature": 9.1, "iButtonID": "sample string 10", "LoginPassword": "sample string 11", "weekdayAuthorisedStart": "sample string 12", "weekdayAuthorisedEnd": "sample string 13", "weekendAuthorisedStart": "sample string 14", "weekendAuthorisedEnd": "sample string 15", "icon": "sample string 16", "first_name": "sample string 17", "last_name": "sample string 18", "address_1": "sample string 19", "address_2": "sample string 20", "address_3": "sample string 21", "address_town": "sample string 22", "postcode": "sample string 23", "phone": "sample string 24", "mobile": "sample string 25", "email": "sample string 26", "min_temp_threshold": 27.1, "max_temp_threshold": 28.1, "despatch_not_accepting_jobs": true, "despatch_sinbin_interval": 30, "despatch_sinbin_end_time": "2025-04-27T16:24:15.4850756+00:00", "despatch_accept_contract_jobs": true }, "StartDate": "2025-04-27T16:24:15.4850756+00:00", "SysProcTime": "2025-04-27T16:24:15.4850756+00:00", "StartLat": 9.1, "StartLong": 10.1, "StartStreet": "sample string 11", "StartTown": "sample string 12", "StartCountry": "sample string 13", "StartPOI": "sample string 14", "StartPostcode": "sample string 15", "StartOdometer": 16.1, "EndDate": "2025-04-27T16:24:15.4850756+00:00", "EndLat": 18.1, "EndLong": 19.1, "EndStreet": "sample string 20", "EndTown": "sample string 21", "EndCountry": "sample string 22", "EndPOI": "sample string 23", "EndPostcode": "sample string 24", "EndOdometer": 25.1, "MaxSpeed": 26.1, "ReportedMaxSpeed": 27.1, "RoadSpeedAtMaxSpeed": 28, "Input0HighMessages": 29, "Input0LowMessages": 30, "Input1HighMessages": 31, "Input1LowMessages": 32, "Input2HighMessages": 33, "Input2LowMessages": 34, "Input3HighMessages": 35, "Input3LowMessages": 36, "Distance": 0.0236742422, "DistanceMeters": 38.1, "IdleTime": 39, "MaxIdleTime": 40, "Duration": 41, "SpeedingPoints": 42, "AccelPoints": 43, "DecelPoints": 44, "RPMPoints": 45, "OverallPoints": 46, "SpeedingScore": 47, "AccelScore": 48, "DecelScore": 49, "RpmScore": 50, "IdleScore": 51, "OverallScore": 52, "ThreeValueOverallScore": 53, "FourValueOverallScore": 54, "RpmEvents": 55, "RpmMax": 56, "RpmLevel1Count": 57, "RpmLevel2Count": 58, "RpmLevel3Count": 59, "RpmLevel4Count": 60, "RpmLevel5Count": 61, "RpmLevel6Count": 62, "IdlingLongestInstanceTime": 63, "AccelEvents": 64, "AccelMax": 65.1, "AccelLowCount": 66, "AccelMediumCount": 67, "AccelHighCount": 68, "DecelEvents": 69, "DecelMax": 70.1, "DecelLowCount": 71, "DecelMediumCount": 72, "DecelHighCount": 73, "SpeedEvents": 74, "SpeedMax": 75.1, "Speed15Count": 76, "Speed20Count": 77, "Speed30Count": 78, "Speed40Count": 79, "Speed45Count": 80, "Speed50Count": 81, "Speed55Count": 82, "Speed60Count": 83, "Speed65Count": 84, "Speed70Count": 85, "DeadzoneTime": 86, "IsPrivateMiles": true, "UrbanDistance": 88, "MaxPossibleMpg": 89.1, "MPG": 90.1, "CO2": 91.1, "Input0Distance": 92, "Input1Distance": 93, "Input2Distance": 94, "Input3Distance": 95, "Input0Duration": 96, "Input1Duration": 97, "Input2Duration": 98, "Input3Duration": 99, "Input4Duration": 100, "ActionDistance": 101, "ActionDuration": 102, "StartVoltage": 103.1, "EndVoltage": 104.1, "WaterUsed": 105.1, "AreaCleaned": 106.1, "JourneyType": 0, "StartFuelPercentage": 107.1, "EndFuelPercentage": 108.1, "StartFuelLitre": 109.1, "EndFuelLitre": 110.1, "TotalFuelUsed": 111.1, "Idling": 112, "JourneyCount": 113, "Odometer": 114.1, "DTCCodes": "sample string 115", "GritDuration": 116, "GritDistance": 117, "GritUsed": 118, "PloughDuration": 119, "PloughDistance": 120, "DistanceOffset": 121, "JourneyComment": "sample string 122", "JourneyDetection": 0, "CanIdleTime": 123, "CanDistance": 124, "StartAdbluePercentage": 125.1, "EndAdbluePercentage": 126.1, "StartAdblueLitres": 127.1, "EndAdblueLitres": 128.1, "UsedAdBlue": 129.1, "ClaimMade": true, "PassengerCount": 131, "VoltageIdleTime": 132, "MaximumVoltageIdleTime": 133, "AssetSiteCodeTagId": "sample string 134", "TemperatureAlertTriggered": true, "PressureAlertTriggered": true, "MaxTyrePressure": 137.1, "MinTyrePressure": 138.1, "MaxTyreTemperature": 139.1, "MinTyreTemperature": 140.1, "StartCity2": "sample string 141", "EndCity2": "sample string 142" } ]
application/xml, text/xml
<ArrayOfVehicleJourneySummary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <VehicleJourneySummary> <ID>1</ID> <ServiceID>2</ServiceID> <LocalTimeStartDate>2025-04-27T16:24:15.4850756+00:00</LocalTimeStartDate> <LocalTimeEndDate>2025-04-27T16:24:15.4850756+00:00</LocalTimeEndDate> <JourneyTimeZone>sample string 5</JourneyTimeZone> <AssetID>6</AssetID> <Asset> <ID>1</ID> <TagID>sample string 2</TagID> <SiteCode>sample string 3</SiteCode> <UserID>4</UserID> <Type> <ID>1</ID> <Name>sample string 2</Name> </Type> <Icon>sample string 5</Icon> <Name>sample string 6</Name> <FirstName>sample string 7</FirstName> <LastName>sample string 8</LastName> <Address1>sample string 9</Address1> <Address2>sample string 10</Address2> <Address3>sample string 11</Address3> <Town>sample string 12</Town> <Postcode>sample string 13</Postcode> <Phone>14</Phone> <Mobile>15</Mobile> <Email>sample string 16</Email> <MinTempThreshold>17.1</MinTempThreshold> <MaxTempThreshold>18.1</MaxTempThreshold> <WeekdayAuthStart>sample string 19</WeekdayAuthStart> <WeekdayAuthEnd>sample string 20</WeekdayAuthEnd> <WeekendAuthStart>sample string 21</WeekendAuthStart> <WeekendAuthEnd>sample string 22</WeekendAuthEnd> <DespatchLoginPassword>sample string 23</DespatchLoginPassword> <DespatchNotAcceptingJobs>true</DespatchNotAcceptingJobs> <DespatchSinbinInterval>25</DespatchSinbinInterval> <DespatchSinbinEndTime>2025-04-27T16:24:15.4850756+00:00</DespatchSinbinEndTime> <DespatchAcceptContactJobs>true</DespatchAcceptContactJobs> <Temperature>28.1</Temperature> <GPSPosition> <Longitude> <Degrees>120.32113697747289</Degrees> <Radians>2.1</Radians> </Longitude> <Latitude> <Degrees>120.32113697747289</Degrees> <Radians>2.1</Radians> </Latitude> </GPSPosition> <GPSTime>2025-04-27T16:24:15.4850756+00:00</GPSTime> <GeoStreet>sample string 30</GeoStreet> <GeoTown>sample string 31</GeoTown> <GeoCountry>sample string 32</GeoCountry> <GeoPostcode>sample string 33</GeoPostcode> <Log>sample string 34</Log> <Username>sample string 35</Username> <Password>sample string 36</Password> <TelTyrePressure>37.1</TelTyrePressure> <TelTyreStatus>38</TelTyreStatus> <TyreSensorVehicleLocation>39</TyreSensorVehicleLocation> <TyreSensorPosition>40</TyreSensorPosition> <AppType>41</AppType> <DynamicsId>sample string 42</DynamicsId> <IsGreyFleet>true</IsGreyFleet> <IsDriiveAcademy>true</IsDriiveAcademy> <AssignProfiler>true</AssignProfiler> <hasValidUkDrivingLicence>true</hasValidUkDrivingLicence> <ArchivedDate>2025-04-27T16:24:15.4850756+00:00</ArchivedDate> <LinkedAssetId>48</LinkedAssetId> <PayrollNumber>sample string 49</PayrollNumber> <DriverLicenceNumber>sample string 50</DriverLicenceNumber> <BrandingId>51</BrandingId> </Asset> <VehicleDetails> <sysServiceId>1</sysServiceId> <SysCreated>2025-04-27T16:24:15.4850756+00:00</SysCreated> <sysMsgType>3</sysMsgType> <sysUserId>4</sysUserId> <gpsTime>2025-04-27T16:24:15.4850756+00:00</gpsTime> <gpsLatitude>6.1</gpsLatitude> <gpsLongitude>7.1</gpsLongitude> <gpsOrientation>8.1</gpsOrientation> <gpsSpeed>9.1</gpsSpeed> <gpsFix>10</gpsFix> <geoStreet>sample string 11</geoStreet> <geoTown>sample string 12</geoTown> <geoCountry>sample string 13</geoCountry> <geoPostcode>sample string 14</geoPostcode> <geoPOI>sample string 15</geoPOI> <telemetryIgnition>true</telemetryIgnition> <telemetryJourneyStatus>true</telemetryJourneyStatus> <telemetryIdle>true</telemetryIdle> <telemetryHours>19</telemetryHours> <telemetryTemperature>20.1</telemetryTemperature> <telemetryVoltage>21.1</telemetryVoltage> <telemetryOdometer>22</telemetryOdometer> <VehReg>sample string 23</VehReg> <VehBody>sample string 24</VehBody> <VehChasis>sample string 25</VehChasis> <VehIcon1>sample string 26</VehIcon1> <VehIcon2>sample string 27</VehIcon2> <VehAveMPG>28.1</VehAveMPG> <IMEI>sample string 29</IMEI> <DeviceType> <ID>1</ID> <Name>sample string 2</Name> <GeofenceEnabled>true</GeofenceEnabled> <ImmobiliserEnabled>true</ImmobiliserEnabled> </DeviceType> <OdometerOffset>30</OdometerOffset> <HoursOffset>31</HoursOffset> <DocumentReference>sample string 32</DocumentReference> <DocumentReferenceExpiryDate>2025-04-27T16:24:15.4850756+00:00</DocumentReferenceExpiryDate> <VehWeekdayAuthStart>00:00</VehWeekdayAuthStart> <VehWeekdayAuthEnd>23:59</VehWeekdayAuthEnd> <VehWeekendAuthStart>00:00</VehWeekendAuthStart> <VehWeekendAuthEnd>23:59</VehWeekendAuthEnd> <VehSundayAuthStart>00:00</VehSundayAuthStart> <VehSundayAuthEnd>23:59</VehSundayAuthEnd> <AssetArray /> <ExternalDevices> <ServiceExternalDevices> <ID>1</ID> <ServiceID>2</ServiceID> <DeviceType>HD22Camera</DeviceType> <DeviceDescription>sample string 3</DeviceDescription> <TimeAdded>2025-04-27T16:24:15.4850756+00:00</TimeAdded> <TimeLastUsed>2025-04-27T16:24:15.4850756+00:00</TimeLastUsed> <DeviceTypeDescription>sample string 6</DeviceTypeDescription> <SIMID>sample string 7</SIMID> <MonthlyCost>8.1</MonthlyCost> <Display>true</Display> <AppVersion>sample string 10</AppVersion> <AppVersionPending>sample string 11</AppVersionPending> <NetworkID>12</NetworkID> <MobileNumber>sample string 13</MobileNumber> <AdditionalCrashDownloadChannel>14</AdditionalCrashDownloadChannel> <JourneyStartPhotoDownloadChannel>15</JourneyStartPhotoDownloadChannel> </ServiceExternalDevices> <ServiceExternalDevices> <ID>1</ID> <ServiceID>2</ServiceID> <DeviceType>HD22Camera</DeviceType> <DeviceDescription>sample string 3</DeviceDescription> <TimeAdded>2025-04-27T16:24:15.4850756+00:00</TimeAdded> <TimeLastUsed>2025-04-27T16:24:15.4850756+00:00</TimeLastUsed> <DeviceTypeDescription>sample string 6</DeviceTypeDescription> <SIMID>sample string 7</SIMID> <MonthlyCost>8.1</MonthlyCost> <Display>true</Display> <AppVersion>sample string 10</AppVersion> <AppVersionPending>sample string 11</AppVersionPending> <NetworkID>12</NetworkID> <MobileNumber>sample string 13</MobileNumber> <AdditionalCrashDownloadChannel>14</AdditionalCrashDownloadChannel> <JourneyStartPhotoDownloadChannel>15</JourneyStartPhotoDownloadChannel> </ServiceExternalDevices> </ExternalDevices> <SAGEReference>40</SAGEReference> <RenewalPeriod>41</RenewalPeriod> <RenewalDue>2025-04-27T16:24:15.4850756+00:00</RenewalDue> <AccountNumber>sample string 43</AccountNumber> <MinNumberRenewals>44</MinNumberRenewals> <RenewalCost>45.1</RenewalCost> <AccelerationThreshold>46</AccelerationThreshold> <DecelerationThreshold>47</DecelerationThreshold> <VehOtherReg>sample string 48</VehOtherReg> <UsDot>sample string 49</UsDot> <VIN>sample string 50</VIN> <StatusUpdateDate>2025-04-27T16:24:15.4850756+00:00</StatusUpdateDate> <Status>52</Status> <DeviceID>53</DeviceID> <Input0Display>true</Input0Display> <Input0dir>true</Input0dir> <Input0Label>sample string 56</Input0Label> <Input0State>true</Input0State> <Input0DisplayImg>sample string 58</Input0DisplayImg> <Input0SwitchType>59</Input0SwitchType> <Input1Display>true</Input1Display> <Input1dir>true</Input1dir> <Input1Label>sample string 62</Input1Label> <Input1State>true</Input1State> <Input1DisplayImg>sample string 64</Input1DisplayImg> <Input1SwitchType>65</Input1SwitchType> <Input2Display>true</Input2Display> <Input2dir>true</Input2dir> <Input2Label>sample string 68</Input2Label> <Input2State>true</Input2State> <Input2DisplayImg>sample string 70</Input2DisplayImg> <Input2SwitchType>71</Input2SwitchType> <Input3Display>true</Input3Display> <Input3dir>true</Input3dir> <Input3Label>sample string 74</Input3Label> <Input3State>true</Input3State> <Input3DisplayImg>sample string 76</Input3DisplayImg> <Input3SwitchType>77</Input3SwitchType> <Input4Display>true</Input4Display> <Input4dir>true</Input4dir> <Input4Label>sample string 80</Input4Label> <Input4State>true</Input4State> <Input4DisplayImg>sample string 82</Input4DisplayImg> <Input4SwitchType>83</Input4SwitchType> <Input5Display>true</Input5Display> <Input5dir>true</Input5dir> <Input5Label>sample string 86</Input5Label> <Input5State>true</Input5State> <Input5DisplayImg>sample string 88</Input5DisplayImg> <Input5SwitchType>89</Input5SwitchType> <Output0State>true</Output0State> <Output0Img>sample string 91</Output0Img> <Output0Label>sample string 92</Output0Label> <Output0Display>true</Output0Display> <Output0Type>94</Output0Type> <Output1State>true</Output1State> <Output1Img>sample string 96</Output1Img> <Output1Label>sample string 97</Output1Label> <Output1Display>true</Output1Display> <Output1Type>99</Output1Type> <Output2State>true</Output2State> <Output2Img>sample string 101</Output2Img> <Output2Label>sample string 102</Output2Label> <Output2Display>true</Output2Display> <Output2Type>104</Output2Type> <DriverName>sample string 105</DriverName> <NumberOfCameras>106</NumberOfCameras> </VehicleDetails> <AssetDetails> <ID>1</ID> <CustomerID>2</CustomerID> <Name>sample string 3</Name> <Type>4</Type> <TagId>sample string 5</TagId> <SiteCode>sample string 6</SiteCode> <Timestamp>2025-04-27T16:24:15.4850756+00:00</Timestamp> <TemperatureTagId>8</TemperatureTagId> <Temperature>9.1</Temperature> <iButtonID>sample string 10</iButtonID> <LoginPassword>sample string 11</LoginPassword> <weekdayAuthorisedStart>sample string 12</weekdayAuthorisedStart> <weekdayAuthorisedEnd>sample string 13</weekdayAuthorisedEnd> <weekendAuthorisedStart>sample string 14</weekendAuthorisedStart> <weekendAuthorisedEnd>sample string 15</weekendAuthorisedEnd> <icon>sample string 16</icon> <first_name>sample string 17</first_name> <last_name>sample string 18</last_name> <address_1>sample string 19</address_1> <address_2>sample string 20</address_2> <address_3>sample string 21</address_3> <address_town>sample string 22</address_town> <postcode>sample string 23</postcode> <phone>sample string 24</phone> <mobile>sample string 25</mobile> <email>sample string 26</email> <min_temp_threshold>27.1</min_temp_threshold> <max_temp_threshold>28.1</max_temp_threshold> <despatch_not_accepting_jobs>true</despatch_not_accepting_jobs> <despatch_sinbin_interval>30</despatch_sinbin_interval> <despatch_sinbin_end_time>2025-04-27T16:24:15.4850756+00:00</despatch_sinbin_end_time> <despatch_accept_contract_jobs>true</despatch_accept_contract_jobs> </AssetDetails> <StartDate>2025-04-27T16:24:15.4850756+00:00</StartDate> <SysProcTime>2025-04-27T16:24:15.4850756+00:00</SysProcTime> <StartLat>9.1</StartLat> <StartLong>10.1</StartLong> <StartStreet>sample string 11</StartStreet> <StartTown>sample string 12</StartTown> <StartCountry>sample string 13</StartCountry> <StartPOI>sample string 14</StartPOI> <StartPostcode>sample string 15</StartPostcode> <StartOdometer>16.1</StartOdometer> <EndDate>2025-04-27T16:24:15.4850756+00:00</EndDate> <EndLat>18.1</EndLat> <EndLong>19.1</EndLong> <EndStreet>sample string 20</EndStreet> <EndTown>sample string 21</EndTown> <EndCountry>sample string 22</EndCountry> <EndPOI>sample string 23</EndPOI> <EndPostcode>sample string 24</EndPostcode> <EndOdometer>25.1</EndOdometer> <MaxSpeed>26.1</MaxSpeed> <ReportedMaxSpeed>27.1</ReportedMaxSpeed> <RoadSpeedAtMaxSpeed>28</RoadSpeedAtMaxSpeed> <Input0HighMessages>29</Input0HighMessages> <Input0LowMessages>30</Input0LowMessages> <Input1HighMessages>31</Input1HighMessages> <Input1LowMessages>32</Input1LowMessages> <Input2HighMessages>33</Input2HighMessages> <Input2LowMessages>34</Input2LowMessages> <Input3HighMessages>35</Input3HighMessages> <Input3LowMessages>36</Input3LowMessages> <Distance>0.0236742422</Distance> <DistanceMeters>38.1</DistanceMeters> <IdleTime>39</IdleTime> <MaxIdleTime>40</MaxIdleTime> <Duration>41</Duration> <SpeedingPoints>42</SpeedingPoints> <AccelPoints>43</AccelPoints> <DecelPoints>44</DecelPoints> <RPMPoints>45</RPMPoints> <OverallPoints>46</OverallPoints> <SpeedingScore>47</SpeedingScore> <AccelScore>48</AccelScore> <DecelScore>49</DecelScore> <RpmScore>50</RpmScore> <IdleScore>51</IdleScore> <OverallScore>52</OverallScore> <ThreeValueOverallScore>53</ThreeValueOverallScore> <FourValueOverallScore>54</FourValueOverallScore> <RpmEvents>55</RpmEvents> <RpmMax>56</RpmMax> <RpmLevel1Count>57</RpmLevel1Count> <RpmLevel2Count>58</RpmLevel2Count> <RpmLevel3Count>59</RpmLevel3Count> <RpmLevel4Count>60</RpmLevel4Count> <RpmLevel5Count>61</RpmLevel5Count> <RpmLevel6Count>62</RpmLevel6Count> <IdlingLongestInstanceTime>63</IdlingLongestInstanceTime> <AccelEvents>64</AccelEvents> <AccelMax>65.1</AccelMax> <AccelLowCount>66</AccelLowCount> <AccelMediumCount>67</AccelMediumCount> <AccelHighCount>68</AccelHighCount> <DecelEvents>69</DecelEvents> <DecelMax>70.1</DecelMax> <DecelLowCount>71</DecelLowCount> <DecelMediumCount>72</DecelMediumCount> <DecelHighCount>73</DecelHighCount> <SpeedEvents>74</SpeedEvents> <SpeedMax>75.1</SpeedMax> <Speed15Count>76</Speed15Count> <Speed20Count>77</Speed20Count> <Speed30Count>78</Speed30Count> <Speed40Count>79</Speed40Count> <Speed45Count>80</Speed45Count> <Speed50Count>81</Speed50Count> <Speed55Count>82</Speed55Count> <Speed60Count>83</Speed60Count> <Speed65Count>84</Speed65Count> <Speed70Count>85</Speed70Count> <DeadzoneTime>86</DeadzoneTime> <IsPrivateMiles>true</IsPrivateMiles> <UrbanDistance>88</UrbanDistance> <MaxPossibleMpg>89.1</MaxPossibleMpg> <MPG>90.1</MPG> <CO2>91.1</CO2> <Input0Distance>92</Input0Distance> <Input1Distance>93</Input1Distance> <Input2Distance>94</Input2Distance> <Input3Distance>95</Input3Distance> <Input0Duration>96</Input0Duration> <Input1Duration>97</Input1Duration> <Input2Duration>98</Input2Duration> <Input3Duration>99</Input3Duration> <Input4Duration>100</Input4Duration> <ActionDistance>101</ActionDistance> <ActionDuration>102</ActionDuration> <StartVoltage>103.1</StartVoltage> <EndVoltage>104.1</EndVoltage> <WaterUsed>105.1</WaterUsed> <AreaCleaned>106.1</AreaCleaned> <JourneyType>standard</JourneyType> <StartFuelPercentage>107.1</StartFuelPercentage> <EndFuelPercentage>108.1</EndFuelPercentage> <StartFuelLitre>109.1</StartFuelLitre> <EndFuelLitre>110.1</EndFuelLitre> <TotalFuelUsed>111.1</TotalFuelUsed> <Idling>112</Idling> <JourneyCount>113</JourneyCount> <Odometer>114.1</Odometer> <DTCCodes>sample string 115</DTCCodes> <GritDuration>116</GritDuration> <GritDistance>117</GritDistance> <GritUsed>118</GritUsed> <PloughDuration>119</PloughDuration> <PloughDistance>120</PloughDistance> <DistanceOffset>121</DistanceOffset> <JourneyComment>sample string 122</JourneyComment> <JourneyDetection>None</JourneyDetection> <CanIdleTime>123</CanIdleTime> <CanDistance>124</CanDistance> <StartAdbluePercentage>125.1</StartAdbluePercentage> <EndAdbluePercentage>126.1</EndAdbluePercentage> <StartAdblueLitres>127.1</StartAdblueLitres> <EndAdblueLitres>128.1</EndAdblueLitres> <UsedAdBlue>129.1</UsedAdBlue> <ClaimMade>true</ClaimMade> <PassengerCount>131</PassengerCount> <VoltageIdleTime>132</VoltageIdleTime> <MaximumVoltageIdleTime>133</MaximumVoltageIdleTime> <AssetSiteCodeTagId>sample string 134</AssetSiteCodeTagId> <TemperatureAlertTriggered>true</TemperatureAlertTriggered> <PressureAlertTriggered>true</PressureAlertTriggered> <MaxTyrePressure>137.1</MaxTyrePressure> <MinTyrePressure>138.1</MinTyrePressure> <MaxTyreTemperature>139.1</MaxTyreTemperature> <MinTyreTemperature>140.1</MinTyreTemperature> <StartCity2>sample string 141</StartCity2> <EndCity2>sample string 142</EndCity2> </VehicleJourneySummary> <VehicleJourneySummary> <ID>1</ID> <ServiceID>2</ServiceID> <LocalTimeStartDate>2025-04-27T16:24:15.4850756+00:00</LocalTimeStartDate> <LocalTimeEndDate>2025-04-27T16:24:15.4850756+00:00</LocalTimeEndDate> <JourneyTimeZone>sample string 5</JourneyTimeZone> <AssetID>6</AssetID> <Asset> <ID>1</ID> <TagID>sample string 2</TagID> <SiteCode>sample string 3</SiteCode> <UserID>4</UserID> <Type> <ID>1</ID> <Name>sample string 2</Name> </Type> <Icon>sample string 5</Icon> <Name>sample string 6</Name> <FirstName>sample string 7</FirstName> <LastName>sample string 8</LastName> <Address1>sample string 9</Address1> <Address2>sample string 10</Address2> <Address3>sample string 11</Address3> <Town>sample string 12</Town> <Postcode>sample string 13</Postcode> <Phone>14</Phone> <Mobile>15</Mobile> <Email>sample string 16</Email> <MinTempThreshold>17.1</MinTempThreshold> <MaxTempThreshold>18.1</MaxTempThreshold> <WeekdayAuthStart>sample string 19</WeekdayAuthStart> <WeekdayAuthEnd>sample string 20</WeekdayAuthEnd> <WeekendAuthStart>sample string 21</WeekendAuthStart> <WeekendAuthEnd>sample string 22</WeekendAuthEnd> <DespatchLoginPassword>sample string 23</DespatchLoginPassword> <DespatchNotAcceptingJobs>true</DespatchNotAcceptingJobs> <DespatchSinbinInterval>25</DespatchSinbinInterval> <DespatchSinbinEndTime>2025-04-27T16:24:15.4850756+00:00</DespatchSinbinEndTime> <DespatchAcceptContactJobs>true</DespatchAcceptContactJobs> <Temperature>28.1</Temperature> <GPSPosition> <Longitude> <Degrees>120.32113697747289</Degrees> <Radians>2.1</Radians> </Longitude> <Latitude> <Degrees>120.32113697747289</Degrees> <Radians>2.1</Radians> </Latitude> </GPSPosition> <GPSTime>2025-04-27T16:24:15.4850756+00:00</GPSTime> <GeoStreet>sample string 30</GeoStreet> <GeoTown>sample string 31</GeoTown> <GeoCountry>sample string 32</GeoCountry> <GeoPostcode>sample string 33</GeoPostcode> <Log>sample string 34</Log> <Username>sample string 35</Username> <Password>sample string 36</Password> <TelTyrePressure>37.1</TelTyrePressure> <TelTyreStatus>38</TelTyreStatus> <TyreSensorVehicleLocation>39</TyreSensorVehicleLocation> <TyreSensorPosition>40</TyreSensorPosition> <AppType>41</AppType> <DynamicsId>sample string 42</DynamicsId> <IsGreyFleet>true</IsGreyFleet> <IsDriiveAcademy>true</IsDriiveAcademy> <AssignProfiler>true</AssignProfiler> <hasValidUkDrivingLicence>true</hasValidUkDrivingLicence> <ArchivedDate>2025-04-27T16:24:15.4850756+00:00</ArchivedDate> <LinkedAssetId>48</LinkedAssetId> <PayrollNumber>sample string 49</PayrollNumber> <DriverLicenceNumber>sample string 50</DriverLicenceNumber> <BrandingId>51</BrandingId> </Asset> <VehicleDetails> <sysServiceId>1</sysServiceId> <SysCreated>2025-04-27T16:24:15.4850756+00:00</SysCreated> <sysMsgType>3</sysMsgType> <sysUserId>4</sysUserId> <gpsTime>2025-04-27T16:24:15.4850756+00:00</gpsTime> <gpsLatitude>6.1</gpsLatitude> <gpsLongitude>7.1</gpsLongitude> <gpsOrientation>8.1</gpsOrientation> <gpsSpeed>9.1</gpsSpeed> <gpsFix>10</gpsFix> <geoStreet>sample string 11</geoStreet> <geoTown>sample string 12</geoTown> <geoCountry>sample string 13</geoCountry> <geoPostcode>sample string 14</geoPostcode> <geoPOI>sample string 15</geoPOI> <telemetryIgnition>true</telemetryIgnition> <telemetryJourneyStatus>true</telemetryJourneyStatus> <telemetryIdle>true</telemetryIdle> <telemetryHours>19</telemetryHours> <telemetryTemperature>20.1</telemetryTemperature> <telemetryVoltage>21.1</telemetryVoltage> <telemetryOdometer>22</telemetryOdometer> <VehReg>sample string 23</VehReg> <VehBody>sample string 24</VehBody> <VehChasis>sample string 25</VehChasis> <VehIcon1>sample string 26</VehIcon1> <VehIcon2>sample string 27</VehIcon2> <VehAveMPG>28.1</VehAveMPG> <IMEI>sample string 29</IMEI> <DeviceType> <ID>1</ID> <Name>sample string 2</Name> <GeofenceEnabled>true</GeofenceEnabled> <ImmobiliserEnabled>true</ImmobiliserEnabled> </DeviceType> <OdometerOffset>30</OdometerOffset> <HoursOffset>31</HoursOffset> <DocumentReference>sample string 32</DocumentReference> <DocumentReferenceExpiryDate>2025-04-27T16:24:15.4850756+00:00</DocumentReferenceExpiryDate> <VehWeekdayAuthStart>00:00</VehWeekdayAuthStart> <VehWeekdayAuthEnd>23:59</VehWeekdayAuthEnd> <VehWeekendAuthStart>00:00</VehWeekendAuthStart> <VehWeekendAuthEnd>23:59</VehWeekendAuthEnd> <VehSundayAuthStart>00:00</VehSundayAuthStart> <VehSundayAuthEnd>23:59</VehSundayAuthEnd> <AssetArray /> <ExternalDevices> <ServiceExternalDevices> <ID>1</ID> <ServiceID>2</ServiceID> <DeviceType>HD22Camera</DeviceType> <DeviceDescription>sample string 3</DeviceDescription> <TimeAdded>2025-04-27T16:24:15.4850756+00:00</TimeAdded> <TimeLastUsed>2025-04-27T16:24:15.4850756+00:00</TimeLastUsed> <DeviceTypeDescription>sample string 6</DeviceTypeDescription> <SIMID>sample string 7</SIMID> <MonthlyCost>8.1</MonthlyCost> <Display>true</Display> <AppVersion>sample string 10</AppVersion> <AppVersionPending>sample string 11</AppVersionPending> <NetworkID>12</NetworkID> <MobileNumber>sample string 13</MobileNumber> <AdditionalCrashDownloadChannel>14</AdditionalCrashDownloadChannel> <JourneyStartPhotoDownloadChannel>15</JourneyStartPhotoDownloadChannel> </ServiceExternalDevices> <ServiceExternalDevices> <ID>1</ID> <ServiceID>2</ServiceID> <DeviceType>HD22Camera</DeviceType> <DeviceDescription>sample string 3</DeviceDescription> <TimeAdded>2025-04-27T16:24:15.4850756+00:00</TimeAdded> <TimeLastUsed>2025-04-27T16:24:15.4850756+00:00</TimeLastUsed> <DeviceTypeDescription>sample string 6</DeviceTypeDescription> <SIMID>sample string 7</SIMID> <MonthlyCost>8.1</MonthlyCost> <Display>true</Display> <AppVersion>sample string 10</AppVersion> <AppVersionPending>sample string 11</AppVersionPending> <NetworkID>12</NetworkID> <MobileNumber>sample string 13</MobileNumber> <AdditionalCrashDownloadChannel>14</AdditionalCrashDownloadChannel> <JourneyStartPhotoDownloadChannel>15</JourneyStartPhotoDownloadChannel> </ServiceExternalDevices> </ExternalDevices> <SAGEReference>40</SAGEReference> <RenewalPeriod>41</RenewalPeriod> <RenewalDue>2025-04-27T16:24:15.4850756+00:00</RenewalDue> <AccountNumber>sample string 43</AccountNumber> <MinNumberRenewals>44</MinNumberRenewals> <RenewalCost>45.1</RenewalCost> <AccelerationThreshold>46</AccelerationThreshold> <DecelerationThreshold>47</DecelerationThreshold> <VehOtherReg>sample string 48</VehOtherReg> <UsDot>sample string 49</UsDot> <VIN>sample string 50</VIN> <StatusUpdateDate>2025-04-27T16:24:15.4850756+00:00</StatusUpdateDate> <Status>52</Status> <DeviceID>53</DeviceID> <Input0Display>true</Input0Display> <Input0dir>true</Input0dir> <Input0Label>sample string 56</Input0Label> <Input0State>true</Input0State> <Input0DisplayImg>sample string 58</Input0DisplayImg> <Input0SwitchType>59</Input0SwitchType> <Input1Display>true</Input1Display> <Input1dir>true</Input1dir> <Input1Label>sample string 62</Input1Label> <Input1State>true</Input1State> <Input1DisplayImg>sample string 64</Input1DisplayImg> <Input1SwitchType>65</Input1SwitchType> <Input2Display>true</Input2Display> <Input2dir>true</Input2dir> <Input2Label>sample string 68</Input2Label> <Input2State>true</Input2State> <Input2DisplayImg>sample string 70</Input2DisplayImg> <Input2SwitchType>71</Input2SwitchType> <Input3Display>true</Input3Display> <Input3dir>true</Input3dir> <Input3Label>sample string 74</Input3Label> <Input3State>true</Input3State> <Input3DisplayImg>sample string 76</Input3DisplayImg> <Input3SwitchType>77</Input3SwitchType> <Input4Display>true</Input4Display> <Input4dir>true</Input4dir> <Input4Label>sample string 80</Input4Label> <Input4State>true</Input4State> <Input4DisplayImg>sample string 82</Input4DisplayImg> <Input4SwitchType>83</Input4SwitchType> <Input5Display>true</Input5Display> <Input5dir>true</Input5dir> <Input5Label>sample string 86</Input5Label> <Input5State>true</Input5State> <Input5DisplayImg>sample string 88</Input5DisplayImg> <Input5SwitchType>89</Input5SwitchType> <Output0State>true</Output0State> <Output0Img>sample string 91</Output0Img> <Output0Label>sample string 92</Output0Label> <Output0Display>true</Output0Display> <Output0Type>94</Output0Type> <Output1State>true</Output1State> <Output1Img>sample string 96</Output1Img> <Output1Label>sample string 97</Output1Label> <Output1Display>true</Output1Display> <Output1Type>99</Output1Type> <Output2State>true</Output2State> <Output2Img>sample string 101</Output2Img> <Output2Label>sample string 102</Output2Label> <Output2Display>true</Output2Display> <Output2Type>104</Output2Type> <DriverName>sample string 105</DriverName> <NumberOfCameras>106</NumberOfCameras> </VehicleDetails> <AssetDetails> <ID>1</ID> <CustomerID>2</CustomerID> <Name>sample string 3</Name> <Type>4</Type> <TagId>sample string 5</TagId> <SiteCode>sample string 6</SiteCode> <Timestamp>2025-04-27T16:24:15.4850756+00:00</Timestamp> <TemperatureTagId>8</TemperatureTagId> <Temperature>9.1</Temperature> <iButtonID>sample string 10</iButtonID> <LoginPassword>sample string 11</LoginPassword> <weekdayAuthorisedStart>sample string 12</weekdayAuthorisedStart> <weekdayAuthorisedEnd>sample string 13</weekdayAuthorisedEnd> <weekendAuthorisedStart>sample string 14</weekendAuthorisedStart> <weekendAuthorisedEnd>sample string 15</weekendAuthorisedEnd> <icon>sample string 16</icon> <first_name>sample string 17</first_name> <last_name>sample string 18</last_name> <address_1>sample string 19</address_1> <address_2>sample string 20</address_2> <address_3>sample string 21</address_3> <address_town>sample string 22</address_town> <postcode>sample string 23</postcode> <phone>sample string 24</phone> <mobile>sample string 25</mobile> <email>sample string 26</email> <min_temp_threshold>27.1</min_temp_threshold> <max_temp_threshold>28.1</max_temp_threshold> <despatch_not_accepting_jobs>true</despatch_not_accepting_jobs> <despatch_sinbin_interval>30</despatch_sinbin_interval> <despatch_sinbin_end_time>2025-04-27T16:24:15.4850756+00:00</despatch_sinbin_end_time> <despatch_accept_contract_jobs>true</despatch_accept_contract_jobs> </AssetDetails> <StartDate>2025-04-27T16:24:15.4850756+00:00</StartDate> <SysProcTime>2025-04-27T16:24:15.4850756+00:00</SysProcTime> <StartLat>9.1</StartLat> <StartLong>10.1</StartLong> <StartStreet>sample string 11</StartStreet> <StartTown>sample string 12</StartTown> <StartCountry>sample string 13</StartCountry> <StartPOI>sample string 14</StartPOI> <StartPostcode>sample string 15</StartPostcode> <StartOdometer>16.1</StartOdometer> <EndDate>2025-04-27T16:24:15.4850756+00:00</EndDate> <EndLat>18.1</EndLat> <EndLong>19.1</EndLong> <EndStreet>sample string 20</EndStreet> <EndTown>sample string 21</EndTown> <EndCountry>sample string 22</EndCountry> <EndPOI>sample string 23</EndPOI> <EndPostcode>sample string 24</EndPostcode> <EndOdometer>25.1</EndOdometer> <MaxSpeed>26.1</MaxSpeed> <ReportedMaxSpeed>27.1</ReportedMaxSpeed> <RoadSpeedAtMaxSpeed>28</RoadSpeedAtMaxSpeed> <Input0HighMessages>29</Input0HighMessages> <Input0LowMessages>30</Input0LowMessages> <Input1HighMessages>31</Input1HighMessages> <Input1LowMessages>32</Input1LowMessages> <Input2HighMessages>33</Input2HighMessages> <Input2LowMessages>34</Input2LowMessages> <Input3HighMessages>35</Input3HighMessages> <Input3LowMessages>36</Input3LowMessages> <Distance>0.0236742422</Distance> <DistanceMeters>38.1</DistanceMeters> <IdleTime>39</IdleTime> <MaxIdleTime>40</MaxIdleTime> <Duration>41</Duration> <SpeedingPoints>42</SpeedingPoints> <AccelPoints>43</AccelPoints> <DecelPoints>44</DecelPoints> <RPMPoints>45</RPMPoints> <OverallPoints>46</OverallPoints> <SpeedingScore>47</SpeedingScore> <AccelScore>48</AccelScore> <DecelScore>49</DecelScore> <RpmScore>50</RpmScore> <IdleScore>51</IdleScore> <OverallScore>52</OverallScore> <ThreeValueOverallScore>53</ThreeValueOverallScore> <FourValueOverallScore>54</FourValueOverallScore> <RpmEvents>55</RpmEvents> <RpmMax>56</RpmMax> <RpmLevel1Count>57</RpmLevel1Count> <RpmLevel2Count>58</RpmLevel2Count> <RpmLevel3Count>59</RpmLevel3Count> <RpmLevel4Count>60</RpmLevel4Count> <RpmLevel5Count>61</RpmLevel5Count> <RpmLevel6Count>62</RpmLevel6Count> <IdlingLongestInstanceTime>63</IdlingLongestInstanceTime> <AccelEvents>64</AccelEvents> <AccelMax>65.1</AccelMax> <AccelLowCount>66</AccelLowCount> <AccelMediumCount>67</AccelMediumCount> <AccelHighCount>68</AccelHighCount> <DecelEvents>69</DecelEvents> <DecelMax>70.1</DecelMax> <DecelLowCount>71</DecelLowCount> <DecelMediumCount>72</DecelMediumCount> <DecelHighCount>73</DecelHighCount> <SpeedEvents>74</SpeedEvents> <SpeedMax>75.1</SpeedMax> <Speed15Count>76</Speed15Count> <Speed20Count>77</Speed20Count> <Speed30Count>78</Speed30Count> <Speed40Count>79</Speed40Count> <Speed45Count>80</Speed45Count> <Speed50Count>81</Speed50Count> <Speed55Count>82</Speed55Count> <Speed60Count>83</Speed60Count> <Speed65Count>84</Speed65Count> <Speed70Count>85</Speed70Count> <DeadzoneTime>86</DeadzoneTime> <IsPrivateMiles>true</IsPrivateMiles> <UrbanDistance>88</UrbanDistance> <MaxPossibleMpg>89.1</MaxPossibleMpg> <MPG>90.1</MPG> <CO2>91.1</CO2> <Input0Distance>92</Input0Distance> <Input1Distance>93</Input1Distance> <Input2Distance>94</Input2Distance> <Input3Distance>95</Input3Distance> <Input0Duration>96</Input0Duration> <Input1Duration>97</Input1Duration> <Input2Duration>98</Input2Duration> <Input3Duration>99</Input3Duration> <Input4Duration>100</Input4Duration> <ActionDistance>101</ActionDistance> <ActionDuration>102</ActionDuration> <StartVoltage>103.1</StartVoltage> <EndVoltage>104.1</EndVoltage> <WaterUsed>105.1</WaterUsed> <AreaCleaned>106.1</AreaCleaned> <JourneyType>standard</JourneyType> <StartFuelPercentage>107.1</StartFuelPercentage> <EndFuelPercentage>108.1</EndFuelPercentage> <StartFuelLitre>109.1</StartFuelLitre> <EndFuelLitre>110.1</EndFuelLitre> <TotalFuelUsed>111.1</TotalFuelUsed> <Idling>112</Idling> <JourneyCount>113</JourneyCount> <Odometer>114.1</Odometer> <DTCCodes>sample string 115</DTCCodes> <GritDuration>116</GritDuration> <GritDistance>117</GritDistance> <GritUsed>118</GritUsed> <PloughDuration>119</PloughDuration> <PloughDistance>120</PloughDistance> <DistanceOffset>121</DistanceOffset> <JourneyComment>sample string 122</JourneyComment> <JourneyDetection>None</JourneyDetection> <CanIdleTime>123</CanIdleTime> <CanDistance>124</CanDistance> <StartAdbluePercentage>125.1</StartAdbluePercentage> <EndAdbluePercentage>126.1</EndAdbluePercentage> <StartAdblueLitres>127.1</StartAdblueLitres> <EndAdblueLitres>128.1</EndAdblueLitres> <UsedAdBlue>129.1</UsedAdBlue> <ClaimMade>true</ClaimMade> <PassengerCount>131</PassengerCount> <VoltageIdleTime>132</VoltageIdleTime> <MaximumVoltageIdleTime>133</MaximumVoltageIdleTime> <AssetSiteCodeTagId>sample string 134</AssetSiteCodeTagId> <TemperatureAlertTriggered>true</TemperatureAlertTriggered> <PressureAlertTriggered>true</PressureAlertTriggered> <MaxTyrePressure>137.1</MaxTyrePressure> <MinTyrePressure>138.1</MinTyrePressure> <MaxTyreTemperature>139.1</MaxTyreTemperature> <MinTyreTemperature>140.1</MinTyreTemperature> <StartCity2>sample string 141</StartCity2> <EndCity2>sample string 142</EndCity2> </VehicleJourneySummary> </ArrayOfVehicleJourneySummary>