POST CheckInOut

Create a new Checkin (or out) event.

Request Information

URI Parameters

None.

Body Parameters

A list of CheckInOutRestItem object

Collection of CheckInOutRestItem
NameDescriptionTypeAdditional information
Id

Primary Key. Longer comments can be associated with a type or member through the remarks tag.

integer

None.

ParkingLocation

String indicating the location where the asset was left during check-in. Can be ignored for check-out since we can use the value of the previous checkin.

string

Required

Reference

Code referencing this event.

string

Required

FkPrevCheckInOutId

integer

None.

OdoValueInMeters

Odometer of the vehicle at the time of checkin/out.

integer

Required

FuelLevel

Values from 1-8. 1 mean the tank is almost empty 1/8. 8 meaning the tank is full 8/8.

byte

Required

Range: inclusive between 1 and 8

SlightDamageCount

Calculated field indicating the number of reported damages with level 'Slight'.

integer

None.

ModerateDamageCount

Calculated field indicating the number of reported damages with level 'Moderate'.

integer

None.

SevereDamageCount

Calculated field indicating the number of reported damages with level 'Severe'.

integer

None.

DriverEligibilityLevel

byte

None.

CheckOutReason

Reason for this event. Default: CheckOutReason.Chauffeur

CheckOutReason

Required

Comment

Additional comments.

string

None.

IsCheckout

True if this is event concerns a checkout, False if it's a checkin event.

boolean

Required

EligibilityLevelOverriden

boolean

Required

UsedPetrolCard

Indicates wether the use checkedout the car using a petrol card.

boolean

Required

CarSeatCleanlinessLevel

CleanLevel

Required

DashboardCleanlinessLevel

CleanLevel

Required

CarpetCleanlinessLevel

CleanLevel

Required

RoofLiningCleanlinessLevel

CleanLevel

Required

UpholsteryCleanlinessLevel

CleanLevel

Required

UpdateTimestamp

Date the event was changed.

date

None.

EventTimestamp

Date the event was created.

date

None.

RequestedTimestamp

Date the event was requested.

date

None.

RequestNumber

Adding request number.

integer

None.

Asset

Asset associated with this event. To update the Asset for this event only enter Asset.Id

AssetRestItem

None.

Garage

Garage associated with this event. To update the Garage for this event only enter Garage.Id

GarageRestItem

None.

Driver

Driver associated with this event. To update the Driver for this event only enter Driver.Id

DriverRestItem

None.

MainPassengerDriver

Driver associated with this event. To update the Driver for this event only enter Driver.Id

DriverRestItem

None.

Damage

Level of damage. Set of fields that indicate the level of damage. Possible damage locations: Damage_01 Damage_02 Damage_03 Damage_04 Damage_05 Damage_06 Damage_07 Damage_08 Damage_09 Damage_10 Damage_11 Damage_12_RHS Damage_12_LHS Damage_13_RHS Damage_13_LHS Damage_14_RHS Damage_14_LHS Damage_15_RHS_Front Damage_15_RHS_Rear Damage_15_LHS_Front Damage_15_LHS_Rear Damage_16_RHS_Front Damage_16_RHS_Rear Damage_16_LHS_Front Damage_16_LHS_Rear Damage_17_RHS Damage_17_LHS Damage_18_RHS Damage_18_LHS Damage_19_RHS Damage_19_LHS Damage_20_RHS Damage_20_LHS

Collection of DamageItem

Required

HasDamagePhoto

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ParkingLocation": "sample string 2",
    "Reference": "sample string 3",
    "FkPrevCheckInOutId": 1,
    "OdoValueInMeters": 1,
    "FuelLevel": 64,
    "SlightDamageCount": 1,
    "ModerateDamageCount": 1,
    "SevereDamageCount": 1,
    "DriverEligibilityLevel": 64,
    "CheckOutReason": 0,
    "Comment": "sample string 5",
    "IsCheckout": true,
    "EligibilityLevelOverriden": true,
    "UsedPetrolCard": true,
    "CarSeatCleanlinessLevel": 0,
    "DashboardCleanlinessLevel": 0,
    "CarpetCleanlinessLevel": 0,
    "RoofLiningCleanlinessLevel": 0,
    "UpholsteryCleanlinessLevel": 0,
    "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "EventTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "RequestedTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "RequestNumber": 1,
    "Asset": {
      "Id": 1,
      "Branding": "sample string 2",
      "AssignedGarageId": 1,
      "DefaultGarageName": "sample string 3",
      "EligibilityLevel": 64,
      "Fitments": "sample string 5",
      "Color": "sample string 6",
      "Year": "sample string 7",
      "Type": 1,
      "IconPath": "sample string 8",
      "PeriodFrom": "2024-04-29T21:11:56.735741+02:00",
      "PeriodTo": "2024-04-29T21:11:56.735741+02:00",
      "Name": "sample string 9",
      "Code": "sample string 10",
      "Model": "sample string 11",
      "Brand": "sample string 12",
      "PlateNumber": "sample string 13",
      "DisplayName": "sample string 14",
      "ChassisSerialNumber": "sample string 15",
      "EngineSerialNumber": "sample string 16",
      "InsurancePolicy": "sample string 17",
      "AssetType": "sample string 18",
      "DeviceId": 19,
      "Location": {
        "DeviceId": 1,
        "AssetId": 2,
        "AssetCode": "sample string 3",
        "AssetName": "sample string 4",
        "AssetPlateNumber": "sample string 5",
        "RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "OdoValueInMeters": 7,
        "HeadingInDegrees": 1,
        "SpeedInKph": 1,
        "FuelLevelInPercentage": 1,
        "TemperatureInCelcius": 1.1,
        "Temperature2InCelcius": 1.1,
        "ExternalBatteryLevelInVoltage": 1.1,
        "IgnitionSignal": true,
        "ExternalPowerSignal": true,
        "HasGpsFix": true,
        "Driver": "sample string 9",
        "TagScan": "sample string 10",
        "CustomFields": [
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.735741+02:00"
          },
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.735741+02:00"
          }
        ],
        "IoSignals": 1,
        "Hdop": 1.1,
        "Vdop": 1.1,
        "Satellites": 1,
        "ServerTimeStamp": "2024-04-29T21:11:56.735741+02:00",
        "Weight1": 1,
        "Weight2": 1,
        "Humidity1": 1,
        "Humidity2": 1,
        "StateStartTimeStamp": "2024-04-29T21:11:56.735741+02:00",
        "InsideGeofences": [
          1,
          2
        ],
        "InsideGeofenceLabels": [
          "sample string 1",
          "sample string 2"
        ],
        "InsideGeofenceReferences": [
          "sample string 1",
          "sample string 2"
        ],
        "LastKnownRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownLatitude": 1.1,
        "LastKnownLongitude": 1.1,
        "LastKnownTemperatureInCelcius": 1.1,
        "LastKnownTemperatureRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownTemperature2InCelcius": 1.1,
        "LastKnownTemperature2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownFuelLevelInPercentage": 1,
        "LastKnownFuelLevelRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownWeight1": 1,
        "LastKnownWeight1RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownWeight2": 1,
        "LastKnownWeight2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownHumidity1": 1,
        "LastKnownHumidity1RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownHumidity2": 1,
        "LastKnownHumidity2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastTripOdo": 1,
        "LastTripEndTs": "2024-04-29T21:11:56.735741+02:00",
        "CanBusOdometerValueInMeters": 1
      },
      "Groups": [
        1,
        2
      ],
      "Drivers": [
        1,
        2
      ],
      "Comment": "sample string 20",
      "FuelType": "sample string 21",
      "ErpCode": "sample string 22",
      "FuelTankCapacityInLitres": 1,
      "PlateType": 1,
      "PlateLeftLetter": "sample string 23",
      "PlateMiddleLetter": "sample string 24",
      "PlateRightLetter": "sample string 25",
      "RegistrationNumber": "sample string 26",
      "Ignition": 1,
      "ExternalPower": 1,
      "AuxiliaryAttachments": 1,
      "Input1": 1,
      "Input2": 1,
      "Input3": 1,
      "Input4": 1,
      "Input5": 1,
      "Input6": 1,
      "IMEI": "sample string 27",
      "LastTripOdo": 1,
      "LastTripEndTs": "2024-04-29T21:11:56.735741+02:00",
      "ClientAssetCategory": "sample string 28",
      "ClientAssetSubCategory": "sample string 29",
      "DeviceStateObject": {
        "Id": 1,
        "CurrentPosition": {
          "Latitude": 1.1,
          "Longitude": 2.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "Speed": 1.1,
          "Heading": 1.1,
          "Altitude": 1.1,
          "RadiusInMeters": 1,
          "Hdop": 1.1,
          "Vdop": 1.1,
          "Pdop": 1.1,
          "Satellites": 1
        },
        "CellPosition": {
          "Latitude": 1.1,
          "Longitude": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "CellId": 1,
          "Lac": 1,
          "Mnc": 1,
          "Mcc": 1,
          "RadiusInMeters": 1
        },
        "Odometer": {
          "GpsOdometer": 1,
          "CanBusOdometer": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "InsideGeofences": {
          "1": "2024-04-29T21:11:56.735741+02:00",
          "3": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature1": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature2": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature3": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature4": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "EngineCoolantTemperature": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Humidity1": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Humidity2": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "AxleWeight1": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "AxleWeight2": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "TotalAxleWeight": {
          "TotalWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageWeightInKg": 1
        },
        "EngineHour": {
          "EngineHourInSeconds": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel1": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel2": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Ignition": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "ExternalPower": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input5": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input6": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input7": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input8": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input9": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input10": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input11": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input12": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input13": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Analog1": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Analog2": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "ExternalBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BackupBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CommunicationState": {
          "LocationType": 1,
          "EventType": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "ServerTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "MessageSequenceNumber": 1
        },
        "DriverIdTagStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "TagScanStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "RpmStatus": {
          "Rpm": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BatteryConsumptionState": {
          "BatteryChargeState": true,
          "BatteryChargeLevelInPercentage": 64,
          "BatteryPowerConsumptionInKWhPer100Km": 3,
          "RemainingDistanceInKm": 4,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "FuelConsumptionState": {
          "FuelConsumed": 1,
          "RemainingDistanceInKm": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle1": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle2": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle3": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle4": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState1": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState2": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState3": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState4": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "AccelerometerState": {
          "AccelerationForce": 1,
          "BrakingForce": 1,
          "CorneringForce": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedIgnitionState": {
          "IsIgnitionOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedDeviceState": {
          "DeviceState": 0,
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedCommunicatingState": {
          "IsCommunicating": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedExternalPowerState": {
          "IsExternalPowerOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "IdlingState": {
          "IsCurrentlyIdling": true,
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "VirtualSensors": [
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.735741+02:00"
          },
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.735741+02:00"
          }
        ]
      },
      "DeviceOdoDistanceOffset": 1
    },
    "Garage": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "Driver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.735741+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.735741+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.735741+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.735741+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "MainPassengerDriver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.735741+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.735741+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.735741+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.735741+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "Damage": [
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      },
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      }
    ],
    "HasDamagePhoto": true
  },
  {
    "Id": 1,
    "ParkingLocation": "sample string 2",
    "Reference": "sample string 3",
    "FkPrevCheckInOutId": 1,
    "OdoValueInMeters": 1,
    "FuelLevel": 64,
    "SlightDamageCount": 1,
    "ModerateDamageCount": 1,
    "SevereDamageCount": 1,
    "DriverEligibilityLevel": 64,
    "CheckOutReason": 0,
    "Comment": "sample string 5",
    "IsCheckout": true,
    "EligibilityLevelOverriden": true,
    "UsedPetrolCard": true,
    "CarSeatCleanlinessLevel": 0,
    "DashboardCleanlinessLevel": 0,
    "CarpetCleanlinessLevel": 0,
    "RoofLiningCleanlinessLevel": 0,
    "UpholsteryCleanlinessLevel": 0,
    "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "EventTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "RequestedTimestamp": "2024-04-29T21:11:56.735741+02:00",
    "RequestNumber": 1,
    "Asset": {
      "Id": 1,
      "Branding": "sample string 2",
      "AssignedGarageId": 1,
      "DefaultGarageName": "sample string 3",
      "EligibilityLevel": 64,
      "Fitments": "sample string 5",
      "Color": "sample string 6",
      "Year": "sample string 7",
      "Type": 1,
      "IconPath": "sample string 8",
      "PeriodFrom": "2024-04-29T21:11:56.735741+02:00",
      "PeriodTo": "2024-04-29T21:11:56.735741+02:00",
      "Name": "sample string 9",
      "Code": "sample string 10",
      "Model": "sample string 11",
      "Brand": "sample string 12",
      "PlateNumber": "sample string 13",
      "DisplayName": "sample string 14",
      "ChassisSerialNumber": "sample string 15",
      "EngineSerialNumber": "sample string 16",
      "InsurancePolicy": "sample string 17",
      "AssetType": "sample string 18",
      "DeviceId": 19,
      "Location": {
        "DeviceId": 1,
        "AssetId": 2,
        "AssetCode": "sample string 3",
        "AssetName": "sample string 4",
        "AssetPlateNumber": "sample string 5",
        "RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "OdoValueInMeters": 7,
        "HeadingInDegrees": 1,
        "SpeedInKph": 1,
        "FuelLevelInPercentage": 1,
        "TemperatureInCelcius": 1.1,
        "Temperature2InCelcius": 1.1,
        "ExternalBatteryLevelInVoltage": 1.1,
        "IgnitionSignal": true,
        "ExternalPowerSignal": true,
        "HasGpsFix": true,
        "Driver": "sample string 9",
        "TagScan": "sample string 10",
        "CustomFields": [
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.735741+02:00"
          },
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.735741+02:00"
          }
        ],
        "IoSignals": 1,
        "Hdop": 1.1,
        "Vdop": 1.1,
        "Satellites": 1,
        "ServerTimeStamp": "2024-04-29T21:11:56.735741+02:00",
        "Weight1": 1,
        "Weight2": 1,
        "Humidity1": 1,
        "Humidity2": 1,
        "StateStartTimeStamp": "2024-04-29T21:11:56.735741+02:00",
        "InsideGeofences": [
          1,
          2
        ],
        "InsideGeofenceLabels": [
          "sample string 1",
          "sample string 2"
        ],
        "InsideGeofenceReferences": [
          "sample string 1",
          "sample string 2"
        ],
        "LastKnownRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownLatitude": 1.1,
        "LastKnownLongitude": 1.1,
        "LastKnownTemperatureInCelcius": 1.1,
        "LastKnownTemperatureRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownTemperature2InCelcius": 1.1,
        "LastKnownTemperature2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownFuelLevelInPercentage": 1,
        "LastKnownFuelLevelRtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownWeight1": 1,
        "LastKnownWeight1RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownWeight2": 1,
        "LastKnownWeight2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownHumidity1": 1,
        "LastKnownHumidity1RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastKnownHumidity2": 1,
        "LastKnownHumidity2RtcBasedTimestamp": "2024-04-29T21:11:56.735741+02:00",
        "LastTripOdo": 1,
        "LastTripEndTs": "2024-04-29T21:11:56.735741+02:00",
        "CanBusOdometerValueInMeters": 1
      },
      "Groups": [
        1,
        2
      ],
      "Drivers": [
        1,
        2
      ],
      "Comment": "sample string 20",
      "FuelType": "sample string 21",
      "ErpCode": "sample string 22",
      "FuelTankCapacityInLitres": 1,
      "PlateType": 1,
      "PlateLeftLetter": "sample string 23",
      "PlateMiddleLetter": "sample string 24",
      "PlateRightLetter": "sample string 25",
      "RegistrationNumber": "sample string 26",
      "Ignition": 1,
      "ExternalPower": 1,
      "AuxiliaryAttachments": 1,
      "Input1": 1,
      "Input2": 1,
      "Input3": 1,
      "Input4": 1,
      "Input5": 1,
      "Input6": 1,
      "IMEI": "sample string 27",
      "LastTripOdo": 1,
      "LastTripEndTs": "2024-04-29T21:11:56.735741+02:00",
      "ClientAssetCategory": "sample string 28",
      "ClientAssetSubCategory": "sample string 29",
      "DeviceStateObject": {
        "Id": 1,
        "CurrentPosition": {
          "Latitude": 1.1,
          "Longitude": 2.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "Speed": 1.1,
          "Heading": 1.1,
          "Altitude": 1.1,
          "RadiusInMeters": 1,
          "Hdop": 1.1,
          "Vdop": 1.1,
          "Pdop": 1.1,
          "Satellites": 1
        },
        "CellPosition": {
          "Latitude": 1.1,
          "Longitude": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "CellId": 1,
          "Lac": 1,
          "Mnc": 1,
          "Mcc": 1,
          "RadiusInMeters": 1
        },
        "Odometer": {
          "GpsOdometer": 1,
          "CanBusOdometer": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "InsideGeofences": {
          "1": "2024-04-29T21:11:56.735741+02:00",
          "3": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature1": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature2": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature3": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Temperature4": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "EngineCoolantTemperature": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Humidity1": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Humidity2": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "AxleWeight1": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "AxleWeight2": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "TotalAxleWeight": {
          "TotalWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "AverageWeightInKg": 1
        },
        "EngineHour": {
          "EngineHourInSeconds": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel1": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Fuel2": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Ignition": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "ExternalPower": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input5": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input6": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input7": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input8": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input9": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input10": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input11": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input12": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Input13": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Output4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Analog1": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Analog2": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "ExternalBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BackupBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CommunicationState": {
          "LocationType": 1,
          "EventType": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "ServerTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "MessageSequenceNumber": 1
        },
        "DriverIdTagStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "TagScanStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "RpmStatus": {
          "Rpm": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BatteryConsumptionState": {
          "BatteryChargeState": true,
          "BatteryChargeLevelInPercentage": 64,
          "BatteryPowerConsumptionInKWhPer100Km": 3,
          "RemainingDistanceInKm": 4,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "FuelConsumptionState": {
          "FuelConsumed": 1,
          "RemainingDistanceInKm": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle1": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle2": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle3": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "Angle4": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState1": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState2": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState3": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "BleBatteryState4": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "AccelerometerState": {
          "AccelerationForce": 1,
          "BrakingForce": 1,
          "CorneringForce": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedIgnitionState": {
          "IsIgnitionOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedDeviceState": {
          "DeviceState": 0,
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedCommunicatingState": {
          "IsCommunicating": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "CalculatedExternalPowerState": {
          "IsExternalPowerOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "IdlingState": {
          "IsCurrentlyIdling": true,
          "StateChangedTimestamp": "2024-04-29T21:11:56.735741+02:00"
        },
        "VirtualSensors": [
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.735741+02:00"
          },
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.735741+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.735741+02:00"
          }
        ]
      },
      "DeviceOdoDistanceOffset": 1
    },
    "Garage": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "Driver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.735741+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.735741+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.735741+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.735741+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "MainPassengerDriver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.735741+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.735741+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.735741+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.735741+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.735741+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "Damage": [
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      },
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      }
    ],
    "HasDamagePhoto": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCheckInOutRestItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
  <CheckInOutRestItem>
    <Asset>
      <AssetType>sample string 18</AssetType>
      <AssignedGarageId>1</AssignedGarageId>
      <AuxiliaryAttachments>1</AuxiliaryAttachments>
      <Brand>sample string 12</Brand>
      <Branding>sample string 2</Branding>
      <ChassisSerialNumber>sample string 15</ChassisSerialNumber>
      <ClientAssetCategory>sample string 28</ClientAssetCategory>
      <ClientAssetSubCategory>sample string 29</ClientAssetSubCategory>
      <Code>sample string 10</Code>
      <Color>sample string 6</Color>
      <Comment>sample string 20</Comment>
      <DefaultGarageName>sample string 3</DefaultGarageName>
      <DeviceId>19</DeviceId>
      <DeviceOdoDistanceOffset>1</DeviceOdoDistanceOffset>
      <DeviceStateObject xmlns:d4p1="http://schemas.datacontract.org/2004/07/StateManager.Dto">
        <d4p1:AccelerometerState>
          <d4p1:AccelerationForce>1</d4p1:AccelerationForce>
          <d4p1:BrakingForce>1</d4p1:BrakingForce>
          <d4p1:CorneringForce>1</d4p1:CorneringForce>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:AccelerometerState>
        <d4p1:Analog1>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog1>
        <d4p1:Analog2>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog2>
        <d4p1:Angle1>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle1>
        <d4p1:Angle2>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle2>
        <d4p1:Angle3>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle3>
        <d4p1:Angle4>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle4>
        <d4p1:AxleWeight1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight1>
        <d4p1:AxleWeight2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight2>
        <d4p1:BackupBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BackupBattery>
        <d4p1:BatteryConsumptionState>
          <d4p1:BatteryChargeLevelInPercentage>64</d4p1:BatteryChargeLevelInPercentage>
          <d4p1:BatteryChargeState>true</d4p1:BatteryChargeState>
          <d4p1:BatteryPowerConsumptionInKWhPer100Km>3</d4p1:BatteryPowerConsumptionInKWhPer100Km>
          <d4p1:RemainingDistanceInKm>4</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BatteryConsumptionState>
        <d4p1:BleBatteryState1>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState1>
        <d4p1:BleBatteryState2>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState2>
        <d4p1:BleBatteryState3>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState3>
        <d4p1:BleBatteryState4>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState4>
        <d4p1:CalculatedCommunicatingState>
          <d4p1:IsCommunicating>true</d4p1:IsCommunicating>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedCommunicatingState>
        <d4p1:CalculatedDeviceState>
          <d4p1:DeviceState>Unknown</d4p1:DeviceState>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedDeviceState>
        <d4p1:CalculatedExternalPowerState>
          <d4p1:IsExternalPowerOn>true</d4p1:IsExternalPowerOn>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedExternalPowerState>
        <d4p1:CalculatedIgnitionState>
          <d4p1:IsIgnitionOn>true</d4p1:IsIgnitionOn>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedIgnitionState>
        <d4p1:CellPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:CellId>1</d5p1:CellId>
          <d5p1:Lac>1</d5p1:Lac>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:Mcc>1</d5p1:Mcc>
          <d5p1:Mnc>1</d5p1:Mnc>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:CellPosition>
        <d4p1:CommunicationState>
          <d4p1:EventType>2</d4p1:EventType>
          <d4p1:LocationType>1</d4p1:LocationType>
          <d4p1:MessageSequenceNumber>1</d4p1:MessageSequenceNumber>
          <d4p1:ServerTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ServerTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CommunicationState>
        <d4p1:CurrentPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:Altitude>1.1</d5p1:Altitude>
          <d5p1:Hdop>1.1</d5p1:Hdop>
          <d5p1:Heading>1.1</d5p1:Heading>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>2.1</d5p1:Longitude>
          <d5p1:Pdop>1.1</d5p1:Pdop>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:Satellites>1</d5p1:Satellites>
          <d5p1:Speed>1.1</d5p1:Speed>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
          <d5p1:Vdop>1.1</d5p1:Vdop>
        </d4p1:CurrentPosition>
        <d4p1:DriverIdTagStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:DriverIdTagStatus>
        <d4p1:EngineCoolantTemperature>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineCoolantTemperature>
        <d4p1:EngineHour>
          <d4p1:EngineHourInSeconds>1</d4p1:EngineHourInSeconds>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineHour>
        <d4p1:ExternalBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalBattery>
        <d4p1:ExternalPower>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalPower>
        <d4p1:Fuel>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel>
        <d4p1:Fuel1>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel1>
        <d4p1:Fuel2>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel2>
        <d4p1:FuelConsumptionState>
          <d4p1:FuelConsumed>1</d4p1:FuelConsumed>
          <d4p1:RemainingDistanceInKm>2</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:FuelConsumptionState>
        <d4p1:Humidity1>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity1>
        <d4p1:Humidity2>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity2>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IdlingState>
          <d4p1:IsCurrentlyIdling>true</d4p1:IsCurrentlyIdling>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
        </d4p1:IdlingState>
        <d4p1:Ignition>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Ignition>
        <d4p1:Input1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input1>
        <d4p1:Input10>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input10>
        <d4p1:Input11>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input11>
        <d4p1:Input12>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input12>
        <d4p1:Input13>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input13>
        <d4p1:Input2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input2>
        <d4p1:Input3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input3>
        <d4p1:Input4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input4>
        <d4p1:Input5>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input5>
        <d4p1:Input6>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input6>
        <d4p1:Input7>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input7>
        <d4p1:Input8>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input8>
        <d4p1:Input9>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input9>
        <d4p1:InsideGeofences xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>1</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.735741+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>3</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.735741+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
        </d4p1:InsideGeofences>
        <d4p1:Odometer>
          <d4p1:CanBusOdometer>1</d4p1:CanBusOdometer>
          <d4p1:GpsOdometer>1</d4p1:GpsOdometer>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Odometer>
        <d4p1:Output1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output1>
        <d4p1:Output2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output2>
        <d4p1:Output3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output3>
        <d4p1:Output4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output4>
        <d4p1:RpmStatus>
          <d4p1:Rpm>1</d4p1:Rpm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:RpmStatus>
        <d4p1:TagScanStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:TagScanStatus>
        <d4p1:Temperature1>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature1>
        <d4p1:Temperature2>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature2>
        <d4p1:Temperature3>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature3>
        <d4p1:Temperature4>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature4>
        <d4p1:TotalAxleWeight>
          <d4p1:AverageWeightInKg>1</d4p1:AverageWeightInKg>
          <d4p1:TotalWeightInKg>1</d4p1:TotalWeightInKg>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:TotalAxleWeight>
        <d4p1:VirtualSensors>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
        </d4p1:VirtualSensors>
      </DeviceStateObject>
      <DisplayName>sample string 14</DisplayName>
      <Drivers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Drivers>
      <EligibilityLevel>64</EligibilityLevel>
      <EngineSerialNumber>sample string 16</EngineSerialNumber>
      <ErpCode>sample string 22</ErpCode>
      <ExternalPower>1</ExternalPower>
      <Fitments>sample string 5</Fitments>
      <FuelTankCapacityInLitres>1</FuelTankCapacityInLitres>
      <FuelType>sample string 21</FuelType>
      <Groups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Groups>
      <IMEI>sample string 27</IMEI>
      <IconPath>sample string 8</IconPath>
      <Id>1</Id>
      <Ignition>1</Ignition>
      <Input1>1</Input1>
      <Input2>1</Input2>
      <Input3>1</Input3>
      <Input4>1</Input4>
      <Input5>1</Input5>
      <Input6>1</Input6>
      <InsurancePolicy>sample string 17</InsurancePolicy>
      <LastTripEndTs>2024-04-29T21:11:56.735741+02:00</LastTripEndTs>
      <LastTripOdo>1</LastTripOdo>
      <Model>sample string 11</Model>
      <Name>sample string 9</Name>
      <PeriodFrom>2024-04-29T21:11:56.735741+02:00</PeriodFrom>
      <PeriodTo>2024-04-29T21:11:56.735741+02:00</PeriodTo>
      <PlateLeftLetter>sample string 23</PlateLeftLetter>
      <PlateMiddleLetter>sample string 24</PlateMiddleLetter>
      <PlateNumber>sample string 13</PlateNumber>
      <PlateRightLetter>sample string 25</PlateRightLetter>
      <PlateType>1</PlateType>
      <RegistrationNumber>sample string 26</RegistrationNumber>
      <Type>1</Type>
      <Year>sample string 7</Year>
    </Asset>
    <CarSeatCleanlinessLevel>Unknown</CarSeatCleanlinessLevel>
    <CarpetCleanlinessLevel>Unknown</CarpetCleanlinessLevel>
    <CheckOutReason>Unknown</CheckOutReason>
    <Comment>sample string 5</Comment>
    <Damage>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
    </Damage>
    <DashboardCleanlinessLevel>Unknown</DashboardCleanlinessLevel>
    <Driver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.735741+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.735741+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.735741+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.735741+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </Driver>
    <DriverEligibilityLevel>64</DriverEligibilityLevel>
    <EligibilityLevelOverriden>true</EligibilityLevelOverriden>
    <EventTimestamp>2024-04-29T21:11:56.735741+02:00</EventTimestamp>
    <FkPrevCheckInOutId>1</FkPrevCheckInOutId>
    <FuelLevel>64</FuelLevel>
    <Garage>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Garage>
    <Id>1</Id>
    <IsCheckout>true</IsCheckout>
    <MainPassengerDriver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.735741+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.735741+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.735741+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.735741+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </MainPassengerDriver>
    <ModerateDamageCount>1</ModerateDamageCount>
    <OdoValueInMeters>1</OdoValueInMeters>
    <ParkingLocation>sample string 2</ParkingLocation>
    <Reference>sample string 3</Reference>
    <RequestNumber>1</RequestNumber>
    <RequestedTimestamp>2024-04-29T21:11:56.735741+02:00</RequestedTimestamp>
    <RoofLiningCleanlinessLevel>Unknown</RoofLiningCleanlinessLevel>
    <SevereDamageCount>1</SevereDamageCount>
    <SlightDamageCount>1</SlightDamageCount>
    <UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</UpdateTimestamp>
    <UpholsteryCleanlinessLevel>Unknown</UpholsteryCleanlinessLevel>
    <UsedPetrolCard>true</UsedPetrolCard>
  </CheckInOutRestItem>
  <CheckInOutRestItem>
    <Asset>
      <AssetType>sample string 18</AssetType>
      <AssignedGarageId>1</AssignedGarageId>
      <AuxiliaryAttachments>1</AuxiliaryAttachments>
      <Brand>sample string 12</Brand>
      <Branding>sample string 2</Branding>
      <ChassisSerialNumber>sample string 15</ChassisSerialNumber>
      <ClientAssetCategory>sample string 28</ClientAssetCategory>
      <ClientAssetSubCategory>sample string 29</ClientAssetSubCategory>
      <Code>sample string 10</Code>
      <Color>sample string 6</Color>
      <Comment>sample string 20</Comment>
      <DefaultGarageName>sample string 3</DefaultGarageName>
      <DeviceId>19</DeviceId>
      <DeviceOdoDistanceOffset>1</DeviceOdoDistanceOffset>
      <DeviceStateObject xmlns:d4p1="http://schemas.datacontract.org/2004/07/StateManager.Dto">
        <d4p1:AccelerometerState>
          <d4p1:AccelerationForce>1</d4p1:AccelerationForce>
          <d4p1:BrakingForce>1</d4p1:BrakingForce>
          <d4p1:CorneringForce>1</d4p1:CorneringForce>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:AccelerometerState>
        <d4p1:Analog1>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog1>
        <d4p1:Analog2>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog2>
        <d4p1:Angle1>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle1>
        <d4p1:Angle2>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle2>
        <d4p1:Angle3>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle3>
        <d4p1:Angle4>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle4>
        <d4p1:AxleWeight1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight1>
        <d4p1:AxleWeight2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight2>
        <d4p1:BackupBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BackupBattery>
        <d4p1:BatteryConsumptionState>
          <d4p1:BatteryChargeLevelInPercentage>64</d4p1:BatteryChargeLevelInPercentage>
          <d4p1:BatteryChargeState>true</d4p1:BatteryChargeState>
          <d4p1:BatteryPowerConsumptionInKWhPer100Km>3</d4p1:BatteryPowerConsumptionInKWhPer100Km>
          <d4p1:RemainingDistanceInKm>4</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BatteryConsumptionState>
        <d4p1:BleBatteryState1>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState1>
        <d4p1:BleBatteryState2>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState2>
        <d4p1:BleBatteryState3>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState3>
        <d4p1:BleBatteryState4>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState4>
        <d4p1:CalculatedCommunicatingState>
          <d4p1:IsCommunicating>true</d4p1:IsCommunicating>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedCommunicatingState>
        <d4p1:CalculatedDeviceState>
          <d4p1:DeviceState>Unknown</d4p1:DeviceState>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedDeviceState>
        <d4p1:CalculatedExternalPowerState>
          <d4p1:IsExternalPowerOn>true</d4p1:IsExternalPowerOn>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedExternalPowerState>
        <d4p1:CalculatedIgnitionState>
          <d4p1:IsIgnitionOn>true</d4p1:IsIgnitionOn>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedIgnitionState>
        <d4p1:CellPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:CellId>1</d5p1:CellId>
          <d5p1:Lac>1</d5p1:Lac>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:Mcc>1</d5p1:Mcc>
          <d5p1:Mnc>1</d5p1:Mnc>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
        </d4p1:CellPosition>
        <d4p1:CommunicationState>
          <d4p1:EventType>2</d4p1:EventType>
          <d4p1:LocationType>1</d4p1:LocationType>
          <d4p1:MessageSequenceNumber>1</d4p1:MessageSequenceNumber>
          <d4p1:ServerTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ServerTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:CommunicationState>
        <d4p1:CurrentPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:Altitude>1.1</d5p1:Altitude>
          <d5p1:Hdop>1.1</d5p1:Hdop>
          <d5p1:Heading>1.1</d5p1:Heading>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>2.1</d5p1:Longitude>
          <d5p1:Pdop>1.1</d5p1:Pdop>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:Satellites>1</d5p1:Satellites>
          <d5p1:Speed>1.1</d5p1:Speed>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d5p1:UpdateTimestamp>
          <d5p1:Vdop>1.1</d5p1:Vdop>
        </d4p1:CurrentPosition>
        <d4p1:DriverIdTagStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:DriverIdTagStatus>
        <d4p1:EngineCoolantTemperature>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineCoolantTemperature>
        <d4p1:EngineHour>
          <d4p1:EngineHourInSeconds>1</d4p1:EngineHourInSeconds>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineHour>
        <d4p1:ExternalBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalBattery>
        <d4p1:ExternalPower>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalPower>
        <d4p1:Fuel>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel>
        <d4p1:Fuel1>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel1>
        <d4p1:Fuel2>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel2>
        <d4p1:FuelConsumptionState>
          <d4p1:FuelConsumed>1</d4p1:FuelConsumed>
          <d4p1:RemainingDistanceInKm>2</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:FuelConsumptionState>
        <d4p1:Humidity1>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity1>
        <d4p1:Humidity2>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity2>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IdlingState>
          <d4p1:IsCurrentlyIdling>true</d4p1:IsCurrentlyIdling>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
        </d4p1:IdlingState>
        <d4p1:Ignition>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Ignition>
        <d4p1:Input1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input1>
        <d4p1:Input10>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input10>
        <d4p1:Input11>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input11>
        <d4p1:Input12>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input12>
        <d4p1:Input13>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input13>
        <d4p1:Input2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input2>
        <d4p1:Input3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input3>
        <d4p1:Input4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input4>
        <d4p1:Input5>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input5>
        <d4p1:Input6>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input6>
        <d4p1:Input7>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input7>
        <d4p1:Input8>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input8>
        <d4p1:Input9>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input9>
        <d4p1:InsideGeofences xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>1</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.735741+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>3</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.735741+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
        </d4p1:InsideGeofences>
        <d4p1:Odometer>
          <d4p1:CanBusOdometer>1</d4p1:CanBusOdometer>
          <d4p1:GpsOdometer>1</d4p1:GpsOdometer>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Odometer>
        <d4p1:Output1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output1>
        <d4p1:Output2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output2>
        <d4p1:Output3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output3>
        <d4p1:Output4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output4>
        <d4p1:RpmStatus>
          <d4p1:Rpm>1</d4p1:Rpm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:RpmStatus>
        <d4p1:TagScanStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:TagScanStatus>
        <d4p1:Temperature1>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature1>
        <d4p1:Temperature2>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature2>
        <d4p1:Temperature3>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature3>
        <d4p1:Temperature4>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature4>
        <d4p1:TotalAxleWeight>
          <d4p1:AverageWeightInKg>1</d4p1:AverageWeightInKg>
          <d4p1:TotalWeightInKg>1</d4p1:TotalWeightInKg>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdateTimestamp>
        </d4p1:TotalAxleWeight>
        <d4p1:VirtualSensors>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.735741+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
        </d4p1:VirtualSensors>
      </DeviceStateObject>
      <DisplayName>sample string 14</DisplayName>
      <Drivers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Drivers>
      <EligibilityLevel>64</EligibilityLevel>
      <EngineSerialNumber>sample string 16</EngineSerialNumber>
      <ErpCode>sample string 22</ErpCode>
      <ExternalPower>1</ExternalPower>
      <Fitments>sample string 5</Fitments>
      <FuelTankCapacityInLitres>1</FuelTankCapacityInLitres>
      <FuelType>sample string 21</FuelType>
      <Groups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Groups>
      <IMEI>sample string 27</IMEI>
      <IconPath>sample string 8</IconPath>
      <Id>1</Id>
      <Ignition>1</Ignition>
      <Input1>1</Input1>
      <Input2>1</Input2>
      <Input3>1</Input3>
      <Input4>1</Input4>
      <Input5>1</Input5>
      <Input6>1</Input6>
      <InsurancePolicy>sample string 17</InsurancePolicy>
      <LastTripEndTs>2024-04-29T21:11:56.735741+02:00</LastTripEndTs>
      <LastTripOdo>1</LastTripOdo>
      <Model>sample string 11</Model>
      <Name>sample string 9</Name>
      <PeriodFrom>2024-04-29T21:11:56.735741+02:00</PeriodFrom>
      <PeriodTo>2024-04-29T21:11:56.735741+02:00</PeriodTo>
      <PlateLeftLetter>sample string 23</PlateLeftLetter>
      <PlateMiddleLetter>sample string 24</PlateMiddleLetter>
      <PlateNumber>sample string 13</PlateNumber>
      <PlateRightLetter>sample string 25</PlateRightLetter>
      <PlateType>1</PlateType>
      <RegistrationNumber>sample string 26</RegistrationNumber>
      <Type>1</Type>
      <Year>sample string 7</Year>
    </Asset>
    <CarSeatCleanlinessLevel>Unknown</CarSeatCleanlinessLevel>
    <CarpetCleanlinessLevel>Unknown</CarpetCleanlinessLevel>
    <CheckOutReason>Unknown</CheckOutReason>
    <Comment>sample string 5</Comment>
    <Damage>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
    </Damage>
    <DashboardCleanlinessLevel>Unknown</DashboardCleanlinessLevel>
    <Driver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.735741+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.735741+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.735741+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.735741+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </Driver>
    <DriverEligibilityLevel>64</DriverEligibilityLevel>
    <EligibilityLevelOverriden>true</EligibilityLevelOverriden>
    <EventTimestamp>2024-04-29T21:11:56.735741+02:00</EventTimestamp>
    <FkPrevCheckInOutId>1</FkPrevCheckInOutId>
    <FuelLevel>64</FuelLevel>
    <Garage>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Garage>
    <Id>1</Id>
    <IsCheckout>true</IsCheckout>
    <MainPassengerDriver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.735741+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.735741+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.735741+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.735741+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.735741+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </MainPassengerDriver>
    <ModerateDamageCount>1</ModerateDamageCount>
    <OdoValueInMeters>1</OdoValueInMeters>
    <ParkingLocation>sample string 2</ParkingLocation>
    <Reference>sample string 3</Reference>
    <RequestNumber>1</RequestNumber>
    <RequestedTimestamp>2024-04-29T21:11:56.735741+02:00</RequestedTimestamp>
    <RoofLiningCleanlinessLevel>Unknown</RoofLiningCleanlinessLevel>
    <SevereDamageCount>1</SevereDamageCount>
    <SlightDamageCount>1</SlightDamageCount>
    <UpdateTimestamp>2024-04-29T21:11:56.735741+02:00</UpdateTimestamp>
    <UpholsteryCleanlinessLevel>Unknown</UpholsteryCleanlinessLevel>
    <UsedPetrolCard>true</UsedPetrolCard>
  </CheckInOutRestItem>
</ArrayOfCheckInOutRestItem>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ICollection`1'.

Response Information

Resource Description

Collection of CheckInOutRestItem
NameDescriptionTypeAdditional information
Id

Primary Key. Longer comments can be associated with a type or member through the remarks tag.

integer

None.

ParkingLocation

String indicating the location where the asset was left during check-in. Can be ignored for check-out since we can use the value of the previous checkin.

string

Required

Reference

Code referencing this event.

string

Required

FkPrevCheckInOutId

integer

None.

OdoValueInMeters

Odometer of the vehicle at the time of checkin/out.

integer

Required

FuelLevel

Values from 1-8. 1 mean the tank is almost empty 1/8. 8 meaning the tank is full 8/8.

byte

Required

Range: inclusive between 1 and 8

SlightDamageCount

Calculated field indicating the number of reported damages with level 'Slight'.

integer

None.

ModerateDamageCount

Calculated field indicating the number of reported damages with level 'Moderate'.

integer

None.

SevereDamageCount

Calculated field indicating the number of reported damages with level 'Severe'.

integer

None.

DriverEligibilityLevel

byte

None.

CheckOutReason

Reason for this event. Default: CheckOutReason.Chauffeur

CheckOutReason

Required

Comment

Additional comments.

string

None.

IsCheckout

True if this is event concerns a checkout, False if it's a checkin event.

boolean

Required

EligibilityLevelOverriden

boolean

Required

UsedPetrolCard

Indicates wether the use checkedout the car using a petrol card.

boolean

Required

CarSeatCleanlinessLevel

CleanLevel

Required

DashboardCleanlinessLevel

CleanLevel

Required

CarpetCleanlinessLevel

CleanLevel

Required

RoofLiningCleanlinessLevel

CleanLevel

Required

UpholsteryCleanlinessLevel

CleanLevel

Required

UpdateTimestamp

Date the event was changed.

date

None.

EventTimestamp

Date the event was created.

date

None.

RequestedTimestamp

Date the event was requested.

date

None.

RequestNumber

Adding request number.

integer

None.

Asset

Asset associated with this event. To update the Asset for this event only enter Asset.Id

AssetRestItem

None.

Garage

Garage associated with this event. To update the Garage for this event only enter Garage.Id

GarageRestItem

None.

Driver

Driver associated with this event. To update the Driver for this event only enter Driver.Id

DriverRestItem

None.

MainPassengerDriver

Driver associated with this event. To update the Driver for this event only enter Driver.Id

DriverRestItem

None.

Damage

Level of damage. Set of fields that indicate the level of damage. Possible damage locations: Damage_01 Damage_02 Damage_03 Damage_04 Damage_05 Damage_06 Damage_07 Damage_08 Damage_09 Damage_10 Damage_11 Damage_12_RHS Damage_12_LHS Damage_13_RHS Damage_13_LHS Damage_14_RHS Damage_14_LHS Damage_15_RHS_Front Damage_15_RHS_Rear Damage_15_LHS_Front Damage_15_LHS_Rear Damage_16_RHS_Front Damage_16_RHS_Rear Damage_16_LHS_Front Damage_16_LHS_Rear Damage_17_RHS Damage_17_LHS Damage_18_RHS Damage_18_LHS Damage_19_RHS Damage_19_LHS Damage_20_RHS Damage_20_LHS

Collection of DamageItem

Required

HasDamagePhoto

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ParkingLocation": "sample string 2",
    "Reference": "sample string 3",
    "FkPrevCheckInOutId": 1,
    "OdoValueInMeters": 1,
    "FuelLevel": 64,
    "SlightDamageCount": 1,
    "ModerateDamageCount": 1,
    "SevereDamageCount": 1,
    "DriverEligibilityLevel": 64,
    "CheckOutReason": 0,
    "Comment": "sample string 5",
    "IsCheckout": true,
    "EligibilityLevelOverriden": true,
    "UsedPetrolCard": true,
    "CarSeatCleanlinessLevel": 0,
    "DashboardCleanlinessLevel": 0,
    "CarpetCleanlinessLevel": 0,
    "RoofLiningCleanlinessLevel": 0,
    "UpholsteryCleanlinessLevel": 0,
    "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "EventTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "RequestedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "RequestNumber": 1,
    "Asset": {
      "Id": 1,
      "Branding": "sample string 2",
      "AssignedGarageId": 1,
      "DefaultGarageName": "sample string 3",
      "EligibilityLevel": 64,
      "Fitments": "sample string 5",
      "Color": "sample string 6",
      "Year": "sample string 7",
      "Type": 1,
      "IconPath": "sample string 8",
      "PeriodFrom": "2024-04-29T21:11:56.7670314+02:00",
      "PeriodTo": "2024-04-29T21:11:56.7670314+02:00",
      "Name": "sample string 9",
      "Code": "sample string 10",
      "Model": "sample string 11",
      "Brand": "sample string 12",
      "PlateNumber": "sample string 13",
      "DisplayName": "sample string 14",
      "ChassisSerialNumber": "sample string 15",
      "EngineSerialNumber": "sample string 16",
      "InsurancePolicy": "sample string 17",
      "AssetType": "sample string 18",
      "DeviceId": 19,
      "Location": {
        "DeviceId": 1,
        "AssetId": 2,
        "AssetCode": "sample string 3",
        "AssetName": "sample string 4",
        "AssetPlateNumber": "sample string 5",
        "RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "OdoValueInMeters": 7,
        "HeadingInDegrees": 1,
        "SpeedInKph": 1,
        "FuelLevelInPercentage": 1,
        "TemperatureInCelcius": 1.1,
        "Temperature2InCelcius": 1.1,
        "ExternalBatteryLevelInVoltage": 1.1,
        "IgnitionSignal": true,
        "ExternalPowerSignal": true,
        "HasGpsFix": true,
        "Driver": "sample string 9",
        "TagScan": "sample string 10",
        "CustomFields": [
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.7670314+02:00"
          },
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.7670314+02:00"
          }
        ],
        "IoSignals": 1,
        "Hdop": 1.1,
        "Vdop": 1.1,
        "Satellites": 1,
        "ServerTimeStamp": "2024-04-29T21:11:56.7670314+02:00",
        "Weight1": 1,
        "Weight2": 1,
        "Humidity1": 1,
        "Humidity2": 1,
        "StateStartTimeStamp": "2024-04-29T21:11:56.7670314+02:00",
        "InsideGeofences": [
          1,
          2
        ],
        "InsideGeofenceLabels": [
          "sample string 1",
          "sample string 2"
        ],
        "InsideGeofenceReferences": [
          "sample string 1",
          "sample string 2"
        ],
        "LastKnownRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownLatitude": 1.1,
        "LastKnownLongitude": 1.1,
        "LastKnownTemperatureInCelcius": 1.1,
        "LastKnownTemperatureRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownTemperature2InCelcius": 1.1,
        "LastKnownTemperature2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownFuelLevelInPercentage": 1,
        "LastKnownFuelLevelRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownWeight1": 1,
        "LastKnownWeight1RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownWeight2": 1,
        "LastKnownWeight2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownHumidity1": 1,
        "LastKnownHumidity1RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownHumidity2": 1,
        "LastKnownHumidity2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastTripOdo": 1,
        "LastTripEndTs": "2024-04-29T21:11:56.7670314+02:00",
        "CanBusOdometerValueInMeters": 1
      },
      "Groups": [
        1,
        2
      ],
      "Drivers": [
        1,
        2
      ],
      "Comment": "sample string 20",
      "FuelType": "sample string 21",
      "ErpCode": "sample string 22",
      "FuelTankCapacityInLitres": 1,
      "PlateType": 1,
      "PlateLeftLetter": "sample string 23",
      "PlateMiddleLetter": "sample string 24",
      "PlateRightLetter": "sample string 25",
      "RegistrationNumber": "sample string 26",
      "Ignition": 1,
      "ExternalPower": 1,
      "AuxiliaryAttachments": 1,
      "Input1": 1,
      "Input2": 1,
      "Input3": 1,
      "Input4": 1,
      "Input5": 1,
      "Input6": 1,
      "IMEI": "sample string 27",
      "LastTripOdo": 1,
      "LastTripEndTs": "2024-04-29T21:11:56.7670314+02:00",
      "ClientAssetCategory": "sample string 28",
      "ClientAssetSubCategory": "sample string 29",
      "DeviceStateObject": {
        "Id": 1,
        "CurrentPosition": {
          "Latitude": 1.1,
          "Longitude": 2.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "Speed": 1.1,
          "Heading": 1.1,
          "Altitude": 1.1,
          "RadiusInMeters": 1,
          "Hdop": 1.1,
          "Vdop": 1.1,
          "Pdop": 1.1,
          "Satellites": 1
        },
        "CellPosition": {
          "Latitude": 1.1,
          "Longitude": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "CellId": 1,
          "Lac": 1,
          "Mnc": 1,
          "Mcc": 1,
          "RadiusInMeters": 1
        },
        "Odometer": {
          "GpsOdometer": 1,
          "CanBusOdometer": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "InsideGeofences": {
          "1": "2024-04-29T21:11:56.7670314+02:00",
          "3": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature1": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature2": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature3": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature4": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "EngineCoolantTemperature": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Humidity1": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Humidity2": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "AxleWeight1": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "AxleWeight2": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "TotalAxleWeight": {
          "TotalWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageWeightInKg": 1
        },
        "EngineHour": {
          "EngineHourInSeconds": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel1": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel2": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Ignition": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "ExternalPower": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input5": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input6": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input7": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input8": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input9": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input10": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input11": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input12": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input13": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Analog1": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Analog2": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "ExternalBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BackupBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CommunicationState": {
          "LocationType": 1,
          "EventType": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "ServerTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "MessageSequenceNumber": 1
        },
        "DriverIdTagStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "TagScanStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "RpmStatus": {
          "Rpm": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BatteryConsumptionState": {
          "BatteryChargeState": true,
          "BatteryChargeLevelInPercentage": 64,
          "BatteryPowerConsumptionInKWhPer100Km": 3,
          "RemainingDistanceInKm": 4,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "FuelConsumptionState": {
          "FuelConsumed": 1,
          "RemainingDistanceInKm": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle1": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle2": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle3": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle4": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState1": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState2": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState3": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState4": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "AccelerometerState": {
          "AccelerationForce": 1,
          "BrakingForce": 1,
          "CorneringForce": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedIgnitionState": {
          "IsIgnitionOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedDeviceState": {
          "DeviceState": 0,
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedCommunicatingState": {
          "IsCommunicating": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedExternalPowerState": {
          "IsExternalPowerOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "IdlingState": {
          "IsCurrentlyIdling": true,
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "VirtualSensors": [
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
          },
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
          }
        ]
      },
      "DeviceOdoDistanceOffset": 1
    },
    "Garage": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "Driver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.7670314+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.7670314+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.7670314+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.7670314+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "MainPassengerDriver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.7670314+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.7670314+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.7670314+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.7670314+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "Damage": [
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      },
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      }
    ],
    "HasDamagePhoto": true
  },
  {
    "Id": 1,
    "ParkingLocation": "sample string 2",
    "Reference": "sample string 3",
    "FkPrevCheckInOutId": 1,
    "OdoValueInMeters": 1,
    "FuelLevel": 64,
    "SlightDamageCount": 1,
    "ModerateDamageCount": 1,
    "SevereDamageCount": 1,
    "DriverEligibilityLevel": 64,
    "CheckOutReason": 0,
    "Comment": "sample string 5",
    "IsCheckout": true,
    "EligibilityLevelOverriden": true,
    "UsedPetrolCard": true,
    "CarSeatCleanlinessLevel": 0,
    "DashboardCleanlinessLevel": 0,
    "CarpetCleanlinessLevel": 0,
    "RoofLiningCleanlinessLevel": 0,
    "UpholsteryCleanlinessLevel": 0,
    "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "EventTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "RequestedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
    "RequestNumber": 1,
    "Asset": {
      "Id": 1,
      "Branding": "sample string 2",
      "AssignedGarageId": 1,
      "DefaultGarageName": "sample string 3",
      "EligibilityLevel": 64,
      "Fitments": "sample string 5",
      "Color": "sample string 6",
      "Year": "sample string 7",
      "Type": 1,
      "IconPath": "sample string 8",
      "PeriodFrom": "2024-04-29T21:11:56.7670314+02:00",
      "PeriodTo": "2024-04-29T21:11:56.7670314+02:00",
      "Name": "sample string 9",
      "Code": "sample string 10",
      "Model": "sample string 11",
      "Brand": "sample string 12",
      "PlateNumber": "sample string 13",
      "DisplayName": "sample string 14",
      "ChassisSerialNumber": "sample string 15",
      "EngineSerialNumber": "sample string 16",
      "InsurancePolicy": "sample string 17",
      "AssetType": "sample string 18",
      "DeviceId": 19,
      "Location": {
        "DeviceId": 1,
        "AssetId": 2,
        "AssetCode": "sample string 3",
        "AssetName": "sample string 4",
        "AssetPlateNumber": "sample string 5",
        "RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "OdoValueInMeters": 7,
        "HeadingInDegrees": 1,
        "SpeedInKph": 1,
        "FuelLevelInPercentage": 1,
        "TemperatureInCelcius": 1.1,
        "Temperature2InCelcius": 1.1,
        "ExternalBatteryLevelInVoltage": 1.1,
        "IgnitionSignal": true,
        "ExternalPowerSignal": true,
        "HasGpsFix": true,
        "Driver": "sample string 9",
        "TagScan": "sample string 10",
        "CustomFields": [
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.7670314+02:00"
          },
          {
            "Name": "sample string 1",
            "Value": "sample string 2",
            "Timestamp": "2024-04-29T21:11:56.7670314+02:00"
          }
        ],
        "IoSignals": 1,
        "Hdop": 1.1,
        "Vdop": 1.1,
        "Satellites": 1,
        "ServerTimeStamp": "2024-04-29T21:11:56.7670314+02:00",
        "Weight1": 1,
        "Weight2": 1,
        "Humidity1": 1,
        "Humidity2": 1,
        "StateStartTimeStamp": "2024-04-29T21:11:56.7670314+02:00",
        "InsideGeofences": [
          1,
          2
        ],
        "InsideGeofenceLabels": [
          "sample string 1",
          "sample string 2"
        ],
        "InsideGeofenceReferences": [
          "sample string 1",
          "sample string 2"
        ],
        "LastKnownRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownLatitude": 1.1,
        "LastKnownLongitude": 1.1,
        "LastKnownTemperatureInCelcius": 1.1,
        "LastKnownTemperatureRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownTemperature2InCelcius": 1.1,
        "LastKnownTemperature2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownFuelLevelInPercentage": 1,
        "LastKnownFuelLevelRtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownWeight1": 1,
        "LastKnownWeight1RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownWeight2": 1,
        "LastKnownWeight2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownHumidity1": 1,
        "LastKnownHumidity1RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastKnownHumidity2": 1,
        "LastKnownHumidity2RtcBasedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
        "LastTripOdo": 1,
        "LastTripEndTs": "2024-04-29T21:11:56.7670314+02:00",
        "CanBusOdometerValueInMeters": 1
      },
      "Groups": [
        1,
        2
      ],
      "Drivers": [
        1,
        2
      ],
      "Comment": "sample string 20",
      "FuelType": "sample string 21",
      "ErpCode": "sample string 22",
      "FuelTankCapacityInLitres": 1,
      "PlateType": 1,
      "PlateLeftLetter": "sample string 23",
      "PlateMiddleLetter": "sample string 24",
      "PlateRightLetter": "sample string 25",
      "RegistrationNumber": "sample string 26",
      "Ignition": 1,
      "ExternalPower": 1,
      "AuxiliaryAttachments": 1,
      "Input1": 1,
      "Input2": 1,
      "Input3": 1,
      "Input4": 1,
      "Input5": 1,
      "Input6": 1,
      "IMEI": "sample string 27",
      "LastTripOdo": 1,
      "LastTripEndTs": "2024-04-29T21:11:56.7670314+02:00",
      "ClientAssetCategory": "sample string 28",
      "ClientAssetSubCategory": "sample string 29",
      "DeviceStateObject": {
        "Id": 1,
        "CurrentPosition": {
          "Latitude": 1.1,
          "Longitude": 2.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "Speed": 1.1,
          "Heading": 1.1,
          "Altitude": 1.1,
          "RadiusInMeters": 1,
          "Hdop": 1.1,
          "Vdop": 1.1,
          "Pdop": 1.1,
          "Satellites": 1
        },
        "CellPosition": {
          "Latitude": 1.1,
          "Longitude": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "CellId": 1,
          "Lac": 1,
          "Mnc": 1,
          "Mcc": 1,
          "RadiusInMeters": 1
        },
        "Odometer": {
          "GpsOdometer": 1,
          "CanBusOdometer": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "InsideGeofences": {
          "1": "2024-04-29T21:11:56.7670314+02:00",
          "3": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature1": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature2": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature3": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Temperature4": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "EngineCoolantTemperature": {
          "TemperatureInCelcius": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Humidity1": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Humidity2": {
          "HumidityInPercent": 64,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "AxleWeight1": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "AxleWeight2": {
          "AxleWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageAxleWeightInKg": 1,
          "AverageCounter": 1
        },
        "TotalAxleWeight": {
          "TotalWeightInKg": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "AverageWeightInKg": 1
        },
        "EngineHour": {
          "EngineHourInSeconds": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel1": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Fuel2": {
          "FuelLevelInPercentage": 1.1,
          "FuelLevelRaw": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Ignition": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "ExternalPower": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input5": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input6": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input7": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input8": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input9": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input10": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input11": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input12": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Input13": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output1": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output2": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output3": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Output4": {
          "State": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Analog1": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Analog2": {
          "Value": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "ExternalBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BackupBattery": {
          "BatteryLevelInVoltage": 1.1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CommunicationState": {
          "LocationType": 1,
          "EventType": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "ServerTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "MessageSequenceNumber": 1
        },
        "DriverIdTagStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "TagScanStatus": {
          "Tag": "sample string 1",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "RpmStatus": {
          "Rpm": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BatteryConsumptionState": {
          "BatteryChargeState": true,
          "BatteryChargeLevelInPercentage": 64,
          "BatteryPowerConsumptionInKWhPer100Km": 3,
          "RemainingDistanceInKm": 4,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "FuelConsumptionState": {
          "FuelConsumed": 1,
          "RemainingDistanceInKm": 2,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle1": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle2": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle3": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "Angle4": {
          "AngleInDegrees": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState1": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState2": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState3": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "BleBatteryState4": {
          "BatteryLevelPercentage": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "AccelerometerState": {
          "AccelerationForce": 1,
          "BrakingForce": 1,
          "CorneringForce": 1,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedIgnitionState": {
          "IsIgnitionOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedDeviceState": {
          "DeviceState": 0,
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedCommunicatingState": {
          "IsCommunicating": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00",
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "CalculatedExternalPowerState": {
          "IsExternalPowerOn": true,
          "UpdateTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "IdlingState": {
          "IsCurrentlyIdling": true,
          "StateChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
        },
        "VirtualSensors": [
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
          },
          {
            "VirtualSensorId": 1,
            "Name": "sample string 2",
            "Value": "sample string 3",
            "SensorOutputType": 0,
            "ChangedTimestamp": "2024-04-29T21:11:56.7670314+02:00",
            "UpdatedTimestamp": "2024-04-29T21:11:56.7670314+02:00"
          }
        ]
      },
      "DeviceOdoDistanceOffset": 1
    },
    "Garage": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "Driver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.7670314+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.7670314+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.7670314+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.7670314+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "MainPassengerDriver": {
      "Nationality": "sample string 1",
      "DriverLicenceExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DateOfBirth": "2024-04-29T21:11:56.7670314+02:00",
      "MobilePhone": "sample string 2",
      "HomePhone": "sample string 3",
      "InactivationDate": "2024-04-29T21:11:56.7670314+02:00",
      "IdentificationCardNumber": "sample string 4",
      "DriversLicense": "sample string 5",
      "Qualification": "sample string 6",
      "Email": "sample string 7",
      "OfficePhone": "sample string 8",
      "CompanyPosition": "sample string 9",
      "IdentificationCardExpirationDate": "2024-04-29T21:11:56.7670314+02:00",
      "DriverEligibilityLevel": 64,
      "FkDepartmentId": 1,
      "DepartmentName": "sample string 10",
      "FkDefaultGarageId": 1,
      "DefaultGarageName": "sample string 11",
      "FkAgencyId": 1,
      "AgencyName": "sample string 12",
      "Id": 13,
      "LastName": "sample string 14",
      "FirstName": "sample string 15",
      "Tag": "sample string 16",
      "Alerts": [
        "sample string 1",
        "sample string 2"
      ],
      "DriverGroups": [
        1,
        2
      ],
      "AssignedAssetCode": "sample string 17",
      "AssignedAssetStartDate": "2024-04-29T21:11:56.7670314+02:00",
      "AssignedAssetEndDate": "2024-04-29T21:11:56.7670314+02:00",
      "ErpCode": "sample string 19",
      "Comments": "sample string 20"
    },
    "Damage": [
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      },
      {
        "damageAreaId": "sample string 1",
        "damageVal": 0
      }
    ],
    "HasDamagePhoto": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCheckInOutRestItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
  <CheckInOutRestItem>
    <Asset>
      <AssetType>sample string 18</AssetType>
      <AssignedGarageId>1</AssignedGarageId>
      <AuxiliaryAttachments>1</AuxiliaryAttachments>
      <Brand>sample string 12</Brand>
      <Branding>sample string 2</Branding>
      <ChassisSerialNumber>sample string 15</ChassisSerialNumber>
      <ClientAssetCategory>sample string 28</ClientAssetCategory>
      <ClientAssetSubCategory>sample string 29</ClientAssetSubCategory>
      <Code>sample string 10</Code>
      <Color>sample string 6</Color>
      <Comment>sample string 20</Comment>
      <DefaultGarageName>sample string 3</DefaultGarageName>
      <DeviceId>19</DeviceId>
      <DeviceOdoDistanceOffset>1</DeviceOdoDistanceOffset>
      <DeviceStateObject xmlns:d4p1="http://schemas.datacontract.org/2004/07/StateManager.Dto">
        <d4p1:AccelerometerState>
          <d4p1:AccelerationForce>1</d4p1:AccelerationForce>
          <d4p1:BrakingForce>1</d4p1:BrakingForce>
          <d4p1:CorneringForce>1</d4p1:CorneringForce>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:AccelerometerState>
        <d4p1:Analog1>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog1>
        <d4p1:Analog2>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog2>
        <d4p1:Angle1>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle1>
        <d4p1:Angle2>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle2>
        <d4p1:Angle3>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle3>
        <d4p1:Angle4>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle4>
        <d4p1:AxleWeight1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight1>
        <d4p1:AxleWeight2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight2>
        <d4p1:BackupBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BackupBattery>
        <d4p1:BatteryConsumptionState>
          <d4p1:BatteryChargeLevelInPercentage>64</d4p1:BatteryChargeLevelInPercentage>
          <d4p1:BatteryChargeState>true</d4p1:BatteryChargeState>
          <d4p1:BatteryPowerConsumptionInKWhPer100Km>3</d4p1:BatteryPowerConsumptionInKWhPer100Km>
          <d4p1:RemainingDistanceInKm>4</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BatteryConsumptionState>
        <d4p1:BleBatteryState1>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState1>
        <d4p1:BleBatteryState2>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState2>
        <d4p1:BleBatteryState3>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState3>
        <d4p1:BleBatteryState4>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState4>
        <d4p1:CalculatedCommunicatingState>
          <d4p1:IsCommunicating>true</d4p1:IsCommunicating>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedCommunicatingState>
        <d4p1:CalculatedDeviceState>
          <d4p1:DeviceState>Unknown</d4p1:DeviceState>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedDeviceState>
        <d4p1:CalculatedExternalPowerState>
          <d4p1:IsExternalPowerOn>true</d4p1:IsExternalPowerOn>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedExternalPowerState>
        <d4p1:CalculatedIgnitionState>
          <d4p1:IsIgnitionOn>true</d4p1:IsIgnitionOn>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedIgnitionState>
        <d4p1:CellPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:CellId>1</d5p1:CellId>
          <d5p1:Lac>1</d5p1:Lac>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:Mcc>1</d5p1:Mcc>
          <d5p1:Mnc>1</d5p1:Mnc>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:CellPosition>
        <d4p1:CommunicationState>
          <d4p1:EventType>2</d4p1:EventType>
          <d4p1:LocationType>1</d4p1:LocationType>
          <d4p1:MessageSequenceNumber>1</d4p1:MessageSequenceNumber>
          <d4p1:ServerTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ServerTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CommunicationState>
        <d4p1:CurrentPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:Altitude>1.1</d5p1:Altitude>
          <d5p1:Hdop>1.1</d5p1:Hdop>
          <d5p1:Heading>1.1</d5p1:Heading>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>2.1</d5p1:Longitude>
          <d5p1:Pdop>1.1</d5p1:Pdop>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:Satellites>1</d5p1:Satellites>
          <d5p1:Speed>1.1</d5p1:Speed>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
          <d5p1:Vdop>1.1</d5p1:Vdop>
        </d4p1:CurrentPosition>
        <d4p1:DriverIdTagStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:DriverIdTagStatus>
        <d4p1:EngineCoolantTemperature>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineCoolantTemperature>
        <d4p1:EngineHour>
          <d4p1:EngineHourInSeconds>1</d4p1:EngineHourInSeconds>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineHour>
        <d4p1:ExternalBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalBattery>
        <d4p1:ExternalPower>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalPower>
        <d4p1:Fuel>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel>
        <d4p1:Fuel1>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel1>
        <d4p1:Fuel2>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel2>
        <d4p1:FuelConsumptionState>
          <d4p1:FuelConsumed>1</d4p1:FuelConsumed>
          <d4p1:RemainingDistanceInKm>2</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:FuelConsumptionState>
        <d4p1:Humidity1>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity1>
        <d4p1:Humidity2>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity2>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IdlingState>
          <d4p1:IsCurrentlyIdling>true</d4p1:IsCurrentlyIdling>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
        </d4p1:IdlingState>
        <d4p1:Ignition>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Ignition>
        <d4p1:Input1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input1>
        <d4p1:Input10>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input10>
        <d4p1:Input11>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input11>
        <d4p1:Input12>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input12>
        <d4p1:Input13>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input13>
        <d4p1:Input2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input2>
        <d4p1:Input3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input3>
        <d4p1:Input4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input4>
        <d4p1:Input5>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input5>
        <d4p1:Input6>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input6>
        <d4p1:Input7>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input7>
        <d4p1:Input8>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input8>
        <d4p1:Input9>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input9>
        <d4p1:InsideGeofences xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>1</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.7670314+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>3</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.7670314+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
        </d4p1:InsideGeofences>
        <d4p1:Odometer>
          <d4p1:CanBusOdometer>1</d4p1:CanBusOdometer>
          <d4p1:GpsOdometer>1</d4p1:GpsOdometer>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Odometer>
        <d4p1:Output1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output1>
        <d4p1:Output2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output2>
        <d4p1:Output3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output3>
        <d4p1:Output4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output4>
        <d4p1:RpmStatus>
          <d4p1:Rpm>1</d4p1:Rpm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:RpmStatus>
        <d4p1:TagScanStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:TagScanStatus>
        <d4p1:Temperature1>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature1>
        <d4p1:Temperature2>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature2>
        <d4p1:Temperature3>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature3>
        <d4p1:Temperature4>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature4>
        <d4p1:TotalAxleWeight>
          <d4p1:AverageWeightInKg>1</d4p1:AverageWeightInKg>
          <d4p1:TotalWeightInKg>1</d4p1:TotalWeightInKg>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:TotalAxleWeight>
        <d4p1:VirtualSensors>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
        </d4p1:VirtualSensors>
      </DeviceStateObject>
      <DisplayName>sample string 14</DisplayName>
      <Drivers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Drivers>
      <EligibilityLevel>64</EligibilityLevel>
      <EngineSerialNumber>sample string 16</EngineSerialNumber>
      <ErpCode>sample string 22</ErpCode>
      <ExternalPower>1</ExternalPower>
      <Fitments>sample string 5</Fitments>
      <FuelTankCapacityInLitres>1</FuelTankCapacityInLitres>
      <FuelType>sample string 21</FuelType>
      <Groups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Groups>
      <IMEI>sample string 27</IMEI>
      <IconPath>sample string 8</IconPath>
      <Id>1</Id>
      <Ignition>1</Ignition>
      <Input1>1</Input1>
      <Input2>1</Input2>
      <Input3>1</Input3>
      <Input4>1</Input4>
      <Input5>1</Input5>
      <Input6>1</Input6>
      <InsurancePolicy>sample string 17</InsurancePolicy>
      <LastTripEndTs>2024-04-29T21:11:56.7670314+02:00</LastTripEndTs>
      <LastTripOdo>1</LastTripOdo>
      <Model>sample string 11</Model>
      <Name>sample string 9</Name>
      <PeriodFrom>2024-04-29T21:11:56.7670314+02:00</PeriodFrom>
      <PeriodTo>2024-04-29T21:11:56.7670314+02:00</PeriodTo>
      <PlateLeftLetter>sample string 23</PlateLeftLetter>
      <PlateMiddleLetter>sample string 24</PlateMiddleLetter>
      <PlateNumber>sample string 13</PlateNumber>
      <PlateRightLetter>sample string 25</PlateRightLetter>
      <PlateType>1</PlateType>
      <RegistrationNumber>sample string 26</RegistrationNumber>
      <Type>1</Type>
      <Year>sample string 7</Year>
    </Asset>
    <CarSeatCleanlinessLevel>Unknown</CarSeatCleanlinessLevel>
    <CarpetCleanlinessLevel>Unknown</CarpetCleanlinessLevel>
    <CheckOutReason>Unknown</CheckOutReason>
    <Comment>sample string 5</Comment>
    <Damage>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
    </Damage>
    <DashboardCleanlinessLevel>Unknown</DashboardCleanlinessLevel>
    <Driver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.7670314+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.7670314+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.7670314+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.7670314+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </Driver>
    <DriverEligibilityLevel>64</DriverEligibilityLevel>
    <EligibilityLevelOverriden>true</EligibilityLevelOverriden>
    <EventTimestamp>2024-04-29T21:11:56.7670314+02:00</EventTimestamp>
    <FkPrevCheckInOutId>1</FkPrevCheckInOutId>
    <FuelLevel>64</FuelLevel>
    <Garage>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Garage>
    <Id>1</Id>
    <IsCheckout>true</IsCheckout>
    <MainPassengerDriver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.7670314+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.7670314+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.7670314+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.7670314+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </MainPassengerDriver>
    <ModerateDamageCount>1</ModerateDamageCount>
    <OdoValueInMeters>1</OdoValueInMeters>
    <ParkingLocation>sample string 2</ParkingLocation>
    <Reference>sample string 3</Reference>
    <RequestNumber>1</RequestNumber>
    <RequestedTimestamp>2024-04-29T21:11:56.7670314+02:00</RequestedTimestamp>
    <RoofLiningCleanlinessLevel>Unknown</RoofLiningCleanlinessLevel>
    <SevereDamageCount>1</SevereDamageCount>
    <SlightDamageCount>1</SlightDamageCount>
    <UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</UpdateTimestamp>
    <UpholsteryCleanlinessLevel>Unknown</UpholsteryCleanlinessLevel>
    <UsedPetrolCard>true</UsedPetrolCard>
  </CheckInOutRestItem>
  <CheckInOutRestItem>
    <Asset>
      <AssetType>sample string 18</AssetType>
      <AssignedGarageId>1</AssignedGarageId>
      <AuxiliaryAttachments>1</AuxiliaryAttachments>
      <Brand>sample string 12</Brand>
      <Branding>sample string 2</Branding>
      <ChassisSerialNumber>sample string 15</ChassisSerialNumber>
      <ClientAssetCategory>sample string 28</ClientAssetCategory>
      <ClientAssetSubCategory>sample string 29</ClientAssetSubCategory>
      <Code>sample string 10</Code>
      <Color>sample string 6</Color>
      <Comment>sample string 20</Comment>
      <DefaultGarageName>sample string 3</DefaultGarageName>
      <DeviceId>19</DeviceId>
      <DeviceOdoDistanceOffset>1</DeviceOdoDistanceOffset>
      <DeviceStateObject xmlns:d4p1="http://schemas.datacontract.org/2004/07/StateManager.Dto">
        <d4p1:AccelerometerState>
          <d4p1:AccelerationForce>1</d4p1:AccelerationForce>
          <d4p1:BrakingForce>1</d4p1:BrakingForce>
          <d4p1:CorneringForce>1</d4p1:CorneringForce>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:AccelerometerState>
        <d4p1:Analog1>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog1>
        <d4p1:Analog2>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
          <d4p1:Value>1.1</d4p1:Value>
        </d4p1:Analog2>
        <d4p1:Angle1>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle1>
        <d4p1:Angle2>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle2>
        <d4p1:Angle3>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle3>
        <d4p1:Angle4>
          <d4p1:AngleInDegrees>1</d4p1:AngleInDegrees>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Angle4>
        <d4p1:AxleWeight1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight1>
        <d4p1:AxleWeight2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:AverageAxleWeightInKg>1</d5p1:AverageAxleWeightInKg>
          <d5p1:AverageCounter>1</d5p1:AverageCounter>
          <d5p1:AxleWeightInKg>1</d5p1:AxleWeightInKg>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:AxleWeight2>
        <d4p1:BackupBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BackupBattery>
        <d4p1:BatteryConsumptionState>
          <d4p1:BatteryChargeLevelInPercentage>64</d4p1:BatteryChargeLevelInPercentage>
          <d4p1:BatteryChargeState>true</d4p1:BatteryChargeState>
          <d4p1:BatteryPowerConsumptionInKWhPer100Km>3</d4p1:BatteryPowerConsumptionInKWhPer100Km>
          <d4p1:RemainingDistanceInKm>4</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BatteryConsumptionState>
        <d4p1:BleBatteryState1>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState1>
        <d4p1:BleBatteryState2>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState2>
        <d4p1:BleBatteryState3>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState3>
        <d4p1:BleBatteryState4>
          <d4p1:BatteryLevelPercentage>1</d4p1:BatteryLevelPercentage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:BleBatteryState4>
        <d4p1:CalculatedCommunicatingState>
          <d4p1:IsCommunicating>true</d4p1:IsCommunicating>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedCommunicatingState>
        <d4p1:CalculatedDeviceState>
          <d4p1:DeviceState>Unknown</d4p1:DeviceState>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedDeviceState>
        <d4p1:CalculatedExternalPowerState>
          <d4p1:IsExternalPowerOn>true</d4p1:IsExternalPowerOn>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedExternalPowerState>
        <d4p1:CalculatedIgnitionState>
          <d4p1:IsIgnitionOn>true</d4p1:IsIgnitionOn>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CalculatedIgnitionState>
        <d4p1:CellPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:CellId>1</d5p1:CellId>
          <d5p1:Lac>1</d5p1:Lac>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:Mcc>1</d5p1:Mcc>
          <d5p1:Mnc>1</d5p1:Mnc>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
        </d4p1:CellPosition>
        <d4p1:CommunicationState>
          <d4p1:EventType>2</d4p1:EventType>
          <d4p1:LocationType>1</d4p1:LocationType>
          <d4p1:MessageSequenceNumber>1</d4p1:MessageSequenceNumber>
          <d4p1:ServerTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ServerTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:CommunicationState>
        <d4p1:CurrentPosition xmlns:d5p1="http://schemas.datacontract.org/2004/07/_360Locate.Common.Messaging.StateManager.Dto">
          <d5p1:Altitude>1.1</d5p1:Altitude>
          <d5p1:Hdop>1.1</d5p1:Hdop>
          <d5p1:Heading>1.1</d5p1:Heading>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>2.1</d5p1:Longitude>
          <d5p1:Pdop>1.1</d5p1:Pdop>
          <d5p1:RadiusInMeters>1</d5p1:RadiusInMeters>
          <d5p1:Satellites>1</d5p1:Satellites>
          <d5p1:Speed>1.1</d5p1:Speed>
          <d5p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d5p1:UpdateTimestamp>
          <d5p1:Vdop>1.1</d5p1:Vdop>
        </d4p1:CurrentPosition>
        <d4p1:DriverIdTagStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:DriverIdTagStatus>
        <d4p1:EngineCoolantTemperature>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineCoolantTemperature>
        <d4p1:EngineHour>
          <d4p1:EngineHourInSeconds>1</d4p1:EngineHourInSeconds>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:EngineHour>
        <d4p1:ExternalBattery>
          <d4p1:BatteryLevelInVoltage>1.1</d4p1:BatteryLevelInVoltage>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalBattery>
        <d4p1:ExternalPower>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:ExternalPower>
        <d4p1:Fuel>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel>
        <d4p1:Fuel1>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel1>
        <d4p1:Fuel2>
          <d4p1:FuelLevelInPercentage>1.1</d4p1:FuelLevelInPercentage>
          <d4p1:FuelLevelRaw>1.1</d4p1:FuelLevelRaw>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Fuel2>
        <d4p1:FuelConsumptionState>
          <d4p1:FuelConsumed>1</d4p1:FuelConsumed>
          <d4p1:RemainingDistanceInKm>2</d4p1:RemainingDistanceInKm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:FuelConsumptionState>
        <d4p1:Humidity1>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity1>
        <d4p1:Humidity2>
          <d4p1:HumidityInPercent>64</d4p1:HumidityInPercent>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Humidity2>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IdlingState>
          <d4p1:IsCurrentlyIdling>true</d4p1:IsCurrentlyIdling>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
        </d4p1:IdlingState>
        <d4p1:Ignition>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Ignition>
        <d4p1:Input1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input1>
        <d4p1:Input10>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input10>
        <d4p1:Input11>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input11>
        <d4p1:Input12>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input12>
        <d4p1:Input13>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input13>
        <d4p1:Input2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input2>
        <d4p1:Input3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input3>
        <d4p1:Input4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input4>
        <d4p1:Input5>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input5>
        <d4p1:Input6>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input6>
        <d4p1:Input7>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input7>
        <d4p1:Input8>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input8>
        <d4p1:Input9>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Input9>
        <d4p1:InsideGeofences xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>1</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.7670314+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
          <d5p1:KeyValueOfintdateTime>
            <d5p1:Key>3</d5p1:Key>
            <d5p1:Value>2024-04-29T21:11:56.7670314+02:00</d5p1:Value>
          </d5p1:KeyValueOfintdateTime>
        </d4p1:InsideGeofences>
        <d4p1:Odometer>
          <d4p1:CanBusOdometer>1</d4p1:CanBusOdometer>
          <d4p1:GpsOdometer>1</d4p1:GpsOdometer>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Odometer>
        <d4p1:Output1>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output1>
        <d4p1:Output2>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output2>
        <d4p1:Output3>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output3>
        <d4p1:Output4>
          <d4p1:State>true</d4p1:State>
          <d4p1:StateChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:StateChangedTimestamp>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Output4>
        <d4p1:RpmStatus>
          <d4p1:Rpm>1</d4p1:Rpm>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:RpmStatus>
        <d4p1:TagScanStatus>
          <d4p1:Tag>sample string 1</d4p1:Tag>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:TagScanStatus>
        <d4p1:Temperature1>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature1>
        <d4p1:Temperature2>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature2>
        <d4p1:Temperature3>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature3>
        <d4p1:Temperature4>
          <d4p1:TemperatureInCelcius>1.1</d4p1:TemperatureInCelcius>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:Temperature4>
        <d4p1:TotalAxleWeight>
          <d4p1:AverageWeightInKg>1</d4p1:AverageWeightInKg>
          <d4p1:TotalWeightInKg>1</d4p1:TotalWeightInKg>
          <d4p1:UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdateTimestamp>
        </d4p1:TotalAxleWeight>
        <d4p1:VirtualSensors>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
          <d4p1:VirtualSensorDto>
            <d4p1:ChangedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:ChangedTimestamp>
            <d4p1:Name>sample string 2</d4p1:Name>
            <d4p1:SensorOutputType>None</d4p1:SensorOutputType>
            <d4p1:UpdatedTimestamp>2024-04-29T21:11:56.7670314+02:00</d4p1:UpdatedTimestamp>
            <d4p1:Value>sample string 3</d4p1:Value>
            <d4p1:VirtualSensorId>1</d4p1:VirtualSensorId>
          </d4p1:VirtualSensorDto>
        </d4p1:VirtualSensors>
      </DeviceStateObject>
      <DisplayName>sample string 14</DisplayName>
      <Drivers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Drivers>
      <EligibilityLevel>64</EligibilityLevel>
      <EngineSerialNumber>sample string 16</EngineSerialNumber>
      <ErpCode>sample string 22</ErpCode>
      <ExternalPower>1</ExternalPower>
      <Fitments>sample string 5</Fitments>
      <FuelTankCapacityInLitres>1</FuelTankCapacityInLitres>
      <FuelType>sample string 21</FuelType>
      <Groups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </Groups>
      <IMEI>sample string 27</IMEI>
      <IconPath>sample string 8</IconPath>
      <Id>1</Id>
      <Ignition>1</Ignition>
      <Input1>1</Input1>
      <Input2>1</Input2>
      <Input3>1</Input3>
      <Input4>1</Input4>
      <Input5>1</Input5>
      <Input6>1</Input6>
      <InsurancePolicy>sample string 17</InsurancePolicy>
      <LastTripEndTs>2024-04-29T21:11:56.7670314+02:00</LastTripEndTs>
      <LastTripOdo>1</LastTripOdo>
      <Model>sample string 11</Model>
      <Name>sample string 9</Name>
      <PeriodFrom>2024-04-29T21:11:56.7670314+02:00</PeriodFrom>
      <PeriodTo>2024-04-29T21:11:56.7670314+02:00</PeriodTo>
      <PlateLeftLetter>sample string 23</PlateLeftLetter>
      <PlateMiddleLetter>sample string 24</PlateMiddleLetter>
      <PlateNumber>sample string 13</PlateNumber>
      <PlateRightLetter>sample string 25</PlateRightLetter>
      <PlateType>1</PlateType>
      <RegistrationNumber>sample string 26</RegistrationNumber>
      <Type>1</Type>
      <Year>sample string 7</Year>
    </Asset>
    <CarSeatCleanlinessLevel>Unknown</CarSeatCleanlinessLevel>
    <CarpetCleanlinessLevel>Unknown</CarpetCleanlinessLevel>
    <CheckOutReason>Unknown</CheckOutReason>
    <Comment>sample string 5</Comment>
    <Damage>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
      <DamageItem>
        <damageAreaId>sample string 1</damageAreaId>
        <damageVal>Unknown</damageVal>
      </DamageItem>
    </Damage>
    <DashboardCleanlinessLevel>Unknown</DashboardCleanlinessLevel>
    <Driver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.7670314+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.7670314+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.7670314+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.7670314+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </Driver>
    <DriverEligibilityLevel>64</DriverEligibilityLevel>
    <EligibilityLevelOverriden>true</EligibilityLevelOverriden>
    <EventTimestamp>2024-04-29T21:11:56.7670314+02:00</EventTimestamp>
    <FkPrevCheckInOutId>1</FkPrevCheckInOutId>
    <FuelLevel>64</FuelLevel>
    <Garage>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Garage>
    <Id>1</Id>
    <IsCheckout>true</IsCheckout>
    <MainPassengerDriver>
      <AgencyName>sample string 12</AgencyName>
      <Alerts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Alerts>
      <AssignedAssetCode>sample string 17</AssignedAssetCode>
      <AssignedAssetEndDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetEndDate>
      <AssignedAssetStartDate>2024-04-29T21:11:56.7670314+02:00</AssignedAssetStartDate>
      <Comments>sample string 20</Comments>
      <CompanyPosition>sample string 9</CompanyPosition>
      <DateOfBirth>2024-04-29T21:11:56.7670314+02:00</DateOfBirth>
      <DefaultGarageName>sample string 11</DefaultGarageName>
      <DepartmentName>sample string 10</DepartmentName>
      <DriverEligibilityLevel>64</DriverEligibilityLevel>
      <DriverGroups xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </DriverGroups>
      <DriverLicenceExpirationDate>2024-04-29T21:11:56.7670314+02:00</DriverLicenceExpirationDate>
      <DriversLicense>sample string 5</DriversLicense>
      <Email>sample string 7</Email>
      <ErpCode>sample string 19</ErpCode>
      <FirstName>sample string 15</FirstName>
      <FkAgencyId>1</FkAgencyId>
      <FkDefaultGarageId>1</FkDefaultGarageId>
      <FkDepartmentId>1</FkDepartmentId>
      <HomePhone>sample string 3</HomePhone>
      <Id>13</Id>
      <IdentificationCardExpirationDate>2024-04-29T21:11:56.7670314+02:00</IdentificationCardExpirationDate>
      <IdentificationCardNumber>sample string 4</IdentificationCardNumber>
      <InactivationDate>2024-04-29T21:11:56.7670314+02:00</InactivationDate>
      <LastName>sample string 14</LastName>
      <MobilePhone>sample string 2</MobilePhone>
      <Nationality>sample string 1</Nationality>
      <OfficePhone>sample string 8</OfficePhone>
      <Qualification>sample string 6</Qualification>
      <Tag>sample string 16</Tag>
    </MainPassengerDriver>
    <ModerateDamageCount>1</ModerateDamageCount>
    <OdoValueInMeters>1</OdoValueInMeters>
    <ParkingLocation>sample string 2</ParkingLocation>
    <Reference>sample string 3</Reference>
    <RequestNumber>1</RequestNumber>
    <RequestedTimestamp>2024-04-29T21:11:56.7670314+02:00</RequestedTimestamp>
    <RoofLiningCleanlinessLevel>Unknown</RoofLiningCleanlinessLevel>
    <SevereDamageCount>1</SevereDamageCount>
    <SlightDamageCount>1</SlightDamageCount>
    <UpdateTimestamp>2024-04-29T21:11:56.7670314+02:00</UpdateTimestamp>
    <UpholsteryCleanlinessLevel>Unknown</UpholsteryCleanlinessLevel>
    <UsedPetrolCard>true</UsedPetrolCard>
  </CheckInOutRestItem>
</ArrayOfCheckInOutRestItem>