GET api/v2/transportOrder/filter?CreationDate={CreationDate}&DateStart={DateStart}&DateEnd={DateEnd}&Recurrent={Recurrent}

retourne tous les ordres de transport de l'utilisateur en fonction du filtre

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreationDate

filtre en fonction de la date de cration de l'ordre de transport

date

None.

DateStart

filtre sur la date de debut d'une des étapes

date

None.

DateEnd

filtre sur la date de debut d'une des étapes

date

None.

Recurrent

tourné récurrente ?

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TransportOrderLightDto
NameDescriptionTypeAdditional information
CustomerId

Identifiant du client

globally unique identifier

None.

Steps

Liste des étapes

Collection of StepLightDto

None.

OrganiserName

Nom de l'oraganisateur

string

None.

OrganiserZoi

zone d'interet de l'organisateur

AreaOfInterestDto

None.

OrganiserId

ID de l'organisateur

globally unique identifier

None.

FirstDriver

Conducteur de la première étape

string

None.

LastDriver

Conducteur de la dernière étape

string

None.

FirstPlace

Premiere adresse

string

None.

LastPlace

Derniere adresse

string

None.

FirstVehicle

Premier vehicule

string

None.

FirstTrailer

Dernier vehicule

string

None.

ProgressionState

Statut de la progression

TransportOrderState

None.

MarkerReserve

Présence de reserve

boolean

None.

MarkerDocument

boolean

None.

TransportOrderId

Identifiant de l'ordre de transport

globally unique identifier

None.

TrackingType

Type de suivi

TransportOrderTrackingType

None.

CreationDate

Date de création

date

None.

Memo

Memo ( ou nom de l'ordre )

string

None.

FileNumber

N° de référence

string

None.

ExternalId

identifiant pour interfacage externe

string

None.

PlannedState

statut de la planification

TransportOrderState

None.

AffectedState

Statut de l'affectation

TransportOrderState

None.

Archived

Archivé ?

boolean

None.

IsRecurrent

indique si l'ordre est récurrent

boolean

None.

OdooFolderState

Statut du dossier odoo

OdooFolderState

None.

Locked

Verrouillage du Transport Order

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": "63ce2d8f-626c-4131-afa3-67a712e6d7da",
    "Steps": [
      {
        "Vehicles": [
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          }
        ],
        "TMSGoods": [
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          },
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          }
        ],
        "NbDocuments": 1,
        "Driver": {
          "DriverId": "3323abdc-0cc4-431e-9a52-0a9d0161fbd6",
          "CustomerId": "0ee0525d-a810-43a2-b042-1207cd082f64",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Matricule": "sample string 4",
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Vehicle": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "SubContractor": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "Trailer1": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Trailer2": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "StepId": "c189b24e-562f-41f6-bbba-1cd714449a10",
        "TripId": "1422bf3b-8a90-4706-ae33-e1f3b8baa885",
        "PlannedStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "PlannedEndDate": "2025-08-17T00:13:45.1868643+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "EndWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      },
      {
        "Vehicles": [
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          }
        ],
        "TMSGoods": [
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          },
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          }
        ],
        "NbDocuments": 1,
        "Driver": {
          "DriverId": "3323abdc-0cc4-431e-9a52-0a9d0161fbd6",
          "CustomerId": "0ee0525d-a810-43a2-b042-1207cd082f64",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Matricule": "sample string 4",
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Vehicle": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "SubContractor": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "Trailer1": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Trailer2": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "StepId": "c189b24e-562f-41f6-bbba-1cd714449a10",
        "TripId": "1422bf3b-8a90-4706-ae33-e1f3b8baa885",
        "PlannedStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "PlannedEndDate": "2025-08-17T00:13:45.1868643+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "EndWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      }
    ],
    "OrganiserName": "sample string 2",
    "OrganiserZoi": {
      "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
      "ISOCountryCode": "sample string 2",
      "ShowOnMap": true,
      "Radius": 4,
      "Latitude": 1.1,
      "Longitude": 1.1,
      "StreetNumber": 1,
      "FirstPartAddress": "sample string 6",
      "SecondPartAddress": "sample string 7",
      "ZIPCode": "sample string 8",
      "City": "sample string 9"
    },
    "OrganiserId": "9afc74a7-8a7b-4ac4-bc0e-cca1184b5d6e",
    "FirstDriver": "sample string 2 sample string 3",
    "LastDriver": "sample string 2 sample string 3",
    "FirstPlace": "sa sample string 9",
    "LastPlace": "sa sample string 9",
    "FirstVehicle": "sample string 16",
    "FirstTrailer": "sample string 35",
    "ProgressionState": 2,
    "MarkerReserve": true,
    "MarkerDocument": true,
    "TransportOrderId": "b7ec3cf3-13da-4a70-9623-87f8c5d49917",
    "TrackingType": 0,
    "CreationDate": "2025-08-17T00:13:45.1868643+00:00",
    "Memo": "sample string 5",
    "FileNumber": "sample string 6",
    "ExternalId": "sample string 7",
    "PlannedState": 0,
    "AffectedState": 0,
    "Archived": true,
    "IsRecurrent": true,
    "OdooFolderState": 0,
    "Locked": true
  },
  {
    "CustomerId": "63ce2d8f-626c-4131-afa3-67a712e6d7da",
    "Steps": [
      {
        "Vehicles": [
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          }
        ],
        "TMSGoods": [
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          },
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          }
        ],
        "NbDocuments": 1,
        "Driver": {
          "DriverId": "3323abdc-0cc4-431e-9a52-0a9d0161fbd6",
          "CustomerId": "0ee0525d-a810-43a2-b042-1207cd082f64",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Matricule": "sample string 4",
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Vehicle": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "SubContractor": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "Trailer1": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Trailer2": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "StepId": "c189b24e-562f-41f6-bbba-1cd714449a10",
        "TripId": "1422bf3b-8a90-4706-ae33-e1f3b8baa885",
        "PlannedStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "PlannedEndDate": "2025-08-17T00:13:45.1868643+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "EndWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      },
      {
        "Vehicles": [
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          {
            "UtcIntroductionLicencePlate": "2025-08-17T00:13:45.1868643+00:00",
            "Milestone": 1,
            "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
            "MilestoneAtAssignment": 2,
            "AgencyAffiliationName": "sample string 3",
            "AgencyAffiliationId": "505fb486-76f6-49a4-8a64-9ee65d675151",
            "JobActivity": "sample string 4",
            "Renting": true,
            "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "StateUtc": "2025-08-17T00:13:45.1868643+00:00",
            "MobileUnitId": "9eb6e164-e0cf-4745-be7f-7452a348dbf7",
            "BoxType": "sample string 7",
            "MUMilestoneAtAssignment": 8,
            "TachographModel": 0,
            "CameraType": 0,
            "NewLegislation": true,
            "CANData": true,
            "FuelAlertEnable": true,
            "VIN": "sample string 11",
            "SpeedLimit": 1,
            "SpeedingAlert": true,
            "MaxEngineOnParking": 1,
            "EngineOnParkingAlert": true,
            "EcoDrive": true,
            "Softrack": true,
            "TachoDownload": true,
            "WorkShopIntegrated": true,
            "MovementIgnition": true,
            "CAN_VL": true,
            "LstGpsStatmtIdSoftrackSync": 1,
            "LstGpsDateTimeSoftrackSync": "2025-08-17T00:13:45.1868643+00:00",
            "TachoCAN": true,
            "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
            "ContractNumber": "sample string 21",
            "MaintenancePlanId": 1,
            "ContractEntretienRef": "sample string 22",
            "ContractEntretienEndDate": "2025-08-17T00:13:45.1868643+00:00",
            "ContractEntretienStartDate": "2025-08-17T00:13:45.1868643+00:00",
            "MaintenancePlanName": "sample string 23",
            "AvgMilestoneByWeek": 1.1,
            "WithStratioDevice": true,
            "LastStratioEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "LastDtcEventInfo": "2025-08-17T00:13:45.1868643+00:00",
            "FuelUnit": "sample string 25",
            "FuelUnitBase": "sample string 26",
            "OffsetFromTachy": 27,
            "Tolerance": 28,
            "TotalFuelUsed": 29.1,
            "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
            "IsArchivedVehicle": false,
            "CustomerGroupId": "a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9",
            "CustomerGroupName": "sample string 30",
            "CustomerName": "sample string 31",
            "IsAlterable": true,
            "TachySpeedLimit": 1,
            "VehicleId": "88a5ba3c-d869-490b-aa65-259ebc8d37ee",
            "CustomerId": "cfa1e475-1cf2-4468-81ae-1a93fb1e75c9",
            "LicencePlate": "sample string 34",
            "Name": "sample string 35",
            "VehicleType": "sample string 36",
            "Brand": "sample string 37",
            "Model": "sample string 38",
            "State": 0,
            "FuelName": "sample string 39",
            "FullName": "sample string 35 (sample string 34)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          }
        ],
        "TMSGoods": [
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          },
          {
            "TMSGoodId": "85a4211a-e457-43ad-930c-3a8db8b3a030",
            "ParentId": "af815f46-b5b5-45a7-ba2c-beb5d4424568",
            "OdooId": 2,
            "OdooUniqueId": "sample string 3",
            "Trailer": 1,
            "Position": 4,
            "DisplayName": "sample string 5",
            "DisplaySubName": "sample string 6",
            "ContainerNumber": "sample string 7",
            "Type": "sample string 8",
            "Plumb": "sample string 9",
            "Company": "sample string 10",
            "BookinNumber": "sample string 11",
            "ForwardingAgent": "sample string 12",
            "RemovalReference": "sample string 13",
            "Ship": "sample string 14",
            "Shipowning": "sample string 15"
          }
        ],
        "NbDocuments": 1,
        "Driver": {
          "DriverId": "3323abdc-0cc4-431e-9a52-0a9d0161fbd6",
          "CustomerId": "0ee0525d-a810-43a2-b042-1207cd082f64",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Matricule": "sample string 4",
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Vehicle": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "SubContractor": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "Trailer1": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "Trailer2": {
          "IdWS": 1,
          "AgencyAffiliationName": "sample string 2",
          "AgencyAffiliationId": "3294b178-3532-476f-aa9d-fe8fbcfd1cee",
          "CustomerGroupId": "e92aa98f-2acd-4903-81b7-81a01ab1ad16",
          "CustomerGroupName": "sample string 3",
          "VIN": "sample string 4",
          "ExternalInterfaceId": "c6a648c8-65cb-4bf1-8938-4884d4a427d8",
          "InitialEntryIntoService": "2025-08-17T00:13:45.1868643+00:00",
          "ExternalInterfaces": [
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            },
            {
              "Id": "cb807c48-5dd8-489f-bca0-0d62466b697d",
              "CustomerId": "7c519366-ca45-4e96-b081-819ed88f5ba0",
              "Name": "sample string 3"
            }
          ],
          "JobActivity": "sample string 6",
          "Renting": true,
          "UtcEndOfLease": "2025-08-17T00:13:45.1868643+00:00",
          "TheoreticalConsumption": 1.1,
          "ReservoirVolume": 1,
          "Tolerance": 8,
          "MobileUnitId": "d691680c-01d6-46b9-8cac-f2fcf017a6c2",
          "MobileUnitName": "sample string 9",
          "Imei": "sample string 10",
          "TotalFuelUsed": 11.1,
          "CANFuelReportUtc": "2025-08-17T00:13:45.1868643+00:00",
          "Milestone": 12,
          "UtcMileageReport": "2025-08-17T00:13:45.1868643+00:00",
          "MilestoneAtAssignment": 13,
          "TachySpeedLimit": 1,
          "CameraType": 0,
          "NoGeoloc": true,
          "VehicleId": "08adbf09-f609-43cc-80a9-975d72dd4762",
          "CustomerId": "3011ee9e-1822-403f-becf-a1c6456afcc8",
          "LicencePlate": "sample string 15",
          "Name": "sample string 16",
          "VehicleType": "sample string 17",
          "Brand": "sample string 18",
          "Model": "sample string 19",
          "State": 0,
          "FuelName": "sample string 20",
          "FullName": "sample string 16 (sample string 15)",
          "Utility": "Porteur",
          "FuelTypeId": 1,
          "FuelTypeIdSynthesis": 1,
          "IsFuelTypeConflict": true,
          "IsActive": true,
          "CompatibleDownload": true
        },
        "StepId": "c189b24e-562f-41f6-bbba-1cd714449a10",
        "TripId": "1422bf3b-8a90-4706-ae33-e1f3b8baa885",
        "PlannedStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "PlannedEndDate": "2025-08-17T00:13:45.1868643+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "356685a3-f074-4c0e-ba94-193791d2f2cd",
          "Code": "sample string 6",
          "Fix": "sample string 7",
          "Mobile": "sample string 8",
          "Fax": "sample string 9",
          "Email": "sample string 10",
          "Subcontractor": true,
          "OdooId": 1,
          "Zoi": {
            "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-08-17T00:13:45.1868643+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "EndWorkDate": "2025-08-17T00:13:45.1868643+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
                "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
                "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
                "EventDate": "2025-08-17T00:13:45.1868643+00:00",
                "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
                "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "70521859-fab1-4834-9a8b-75fb1a0f08c9",
            "StepId": "1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "3b2bb61e-60f7-4843-8c3b-375127adddd3",
              "NodeId": "65e8d74b-69b8-4c47-97f1-2a4af7f03f97",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "e7525cb6-7a8c-4351-a11a-b44ef78bdd69",
              "VehiculeId": "292f5351-ea3f-422f-a45a-9b6ab103f2e6",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "00938808-cb15-484f-84da-461fe771f88e",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "8e59de38-84b8-45bb-97a5-b855a5c89cab",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-08-17T00:13:45.1868643+00:00",
              "EventDate": "2025-08-17T00:13:45.1868643+00:00",
              "TimeToLive": "2025-08-17T00:13:45.1868643+00:00",
              "UserAccountId": "471274b5-fec3-4397-8935-f388b36c3853",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-08-17T00:13:45.1868643+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "2769e7d9-5fcf-42f3-b517-314cee45351d",
            "StepId": "ef97b1fb-ed65-4439-955e-dc7d5b6f916f",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      }
    ],
    "OrganiserName": "sample string 2",
    "OrganiserZoi": {
      "AoiId": "c739ee94-91ce-4c97-ab81-858336a2e3c5",
      "ISOCountryCode": "sample string 2",
      "ShowOnMap": true,
      "Radius": 4,
      "Latitude": 1.1,
      "Longitude": 1.1,
      "StreetNumber": 1,
      "FirstPartAddress": "sample string 6",
      "SecondPartAddress": "sample string 7",
      "ZIPCode": "sample string 8",
      "City": "sample string 9"
    },
    "OrganiserId": "9afc74a7-8a7b-4ac4-bc0e-cca1184b5d6e",
    "FirstDriver": "sample string 2 sample string 3",
    "LastDriver": "sample string 2 sample string 3",
    "FirstPlace": "sa sample string 9",
    "LastPlace": "sa sample string 9",
    "FirstVehicle": "sample string 16",
    "FirstTrailer": "sample string 35",
    "ProgressionState": 2,
    "MarkerReserve": true,
    "MarkerDocument": true,
    "TransportOrderId": "b7ec3cf3-13da-4a70-9623-87f8c5d49917",
    "TrackingType": 0,
    "CreationDate": "2025-08-17T00:13:45.1868643+00:00",
    "Memo": "sample string 5",
    "FileNumber": "sample string 6",
    "ExternalId": "sample string 7",
    "PlannedState": 0,
    "AffectedState": 0,
    "Archived": true,
    "IsRecurrent": true,
    "OdooFolderState": 0,
    "Locked": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfTransportOrderLightDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.TransportOrder">
  <TransportOrderLightDto>
    <AffectedState>Uncompleted</AffectedState>
    <Archived>true</Archived>
    <CreationDate>2025-08-17T00:13:45.1868643+00:00</CreationDate>
    <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
    <ExternalId>sample string 7</ExternalId>
    <FileNumber>sample string 6</FileNumber>
    <IsRecurrent>true</IsRecurrent>
    <Locked>true</Locked>
    <Memo>sample string 5</Memo>
    <OdooFolderState>NOT_APPLICABLE</OdooFolderState>
    <PlannedState>Uncompleted</PlannedState>
    <TrackingType>None</TrackingType>
    <TransportOrderId>b7ec3cf3-13da-4a70-9623-87f8c5d49917</TransportOrderId>
    <CustomerId>63ce2d8f-626c-4131-afa3-67a712e6d7da</CustomerId>
    <OrganiserId>9afc74a7-8a7b-4ac4-bc0e-cca1184b5d6e</OrganiserId>
    <OrganiserName>sample string 2</OrganiserName>
    <OrganiserZoi xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
      <d3p1:City>sample string 9</d3p1:City>
      <d3p1:FirstPartAddress>sample string 6</d3p1:FirstPartAddress>
      <d3p1:Latitude>1.1</d3p1:Latitude>
      <d3p1:Longitude>1.1</d3p1:Longitude>
      <d3p1:SecondPartAddress>sample string 7</d3p1:SecondPartAddress>
      <d3p1:StreetNumber>1</d3p1:StreetNumber>
      <d3p1:ZIPCode>sample string 8</d3p1:ZIPCode>
      <d3p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d3p1:AoiId>
      <d3p1:ISOCountryCode>sample string 2</d3p1:ISOCountryCode>
      <d3p1:Name>sample string 5</d3p1:Name>
      <d3p1:Radius>4</d3p1:Radius>
      <d3p1:ShowOnMap>true</d3p1:ShowOnMap>
    </OrganiserZoi>
    <Steps>
      <StepLightDto>
        <Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </Address>
        <Documents>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
        </Documents>
        <DriverVisualization>true</DriverVisualization>
        <EndWorkDate>2025-08-17T00:13:45.1868643+00:00</EndWorkDate>
        <ExternalId>sample string 5</ExternalId>
        <Index>4</Index>
        <Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </Place>
        <PlannedEndDate>2025-08-17T00:13:45.1868643+00:00</PlannedEndDate>
        <PlannedStartDate>2025-08-17T00:13:45.1868643+00:00</PlannedStartDate>
        <RealStartDate>2025-08-17T00:13:45.1868643+00:00</RealStartDate>
        <Reserve>sample string 6</Reserve>
        <Reserves>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
        </Reserves>
        <StartWorkDate>2025-08-17T00:13:45.1868643+00:00</StartWorkDate>
        <StepId>c189b24e-562f-41f6-bbba-1cd714449a10</StepId>
        <StepType>Loading</StepType>
        <TripId>1422bf3b-8a90-4706-ae33-e1f3b8baa885</TripId>
        <Driver xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>0ee0525d-a810-43a2-b042-1207cd082f64</d5p1:CustomerId>
          <d5p1:DriverId>3323abdc-0cc4-431e-9a52-0a9d0161fbd6</d5p1:DriverId>
          <d5p1:FirstName>sample string 2</d5p1:FirstName>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:LastName>sample string 3</d5p1:LastName>
          <d5p1:Matricule>sample string 4</d5p1:Matricule>
        </Driver>
        <SubContractor xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </SubContractor>
        <Trailer1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer1>
        <Trailer2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer2>
        <Vehicle xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Vehicle>
        <NbDocuments>1</NbDocuments>
        <TMSGoods>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
        </TMSGoods>
        <Vehicles xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
        </Vehicles>
      </StepLightDto>
      <StepLightDto>
        <Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </Address>
        <Documents>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
        </Documents>
        <DriverVisualization>true</DriverVisualization>
        <EndWorkDate>2025-08-17T00:13:45.1868643+00:00</EndWorkDate>
        <ExternalId>sample string 5</ExternalId>
        <Index>4</Index>
        <Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </Place>
        <PlannedEndDate>2025-08-17T00:13:45.1868643+00:00</PlannedEndDate>
        <PlannedStartDate>2025-08-17T00:13:45.1868643+00:00</PlannedStartDate>
        <RealStartDate>2025-08-17T00:13:45.1868643+00:00</RealStartDate>
        <Reserve>sample string 6</Reserve>
        <Reserves>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
        </Reserves>
        <StartWorkDate>2025-08-17T00:13:45.1868643+00:00</StartWorkDate>
        <StepId>c189b24e-562f-41f6-bbba-1cd714449a10</StepId>
        <StepType>Loading</StepType>
        <TripId>1422bf3b-8a90-4706-ae33-e1f3b8baa885</TripId>
        <Driver xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>0ee0525d-a810-43a2-b042-1207cd082f64</d5p1:CustomerId>
          <d5p1:DriverId>3323abdc-0cc4-431e-9a52-0a9d0161fbd6</d5p1:DriverId>
          <d5p1:FirstName>sample string 2</d5p1:FirstName>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:LastName>sample string 3</d5p1:LastName>
          <d5p1:Matricule>sample string 4</d5p1:Matricule>
        </Driver>
        <SubContractor xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </SubContractor>
        <Trailer1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer1>
        <Trailer2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer2>
        <Vehicle xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Vehicle>
        <NbDocuments>1</NbDocuments>
        <TMSGoods>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
        </TMSGoods>
        <Vehicles xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
        </Vehicles>
      </StepLightDto>
    </Steps>
  </TransportOrderLightDto>
  <TransportOrderLightDto>
    <AffectedState>Uncompleted</AffectedState>
    <Archived>true</Archived>
    <CreationDate>2025-08-17T00:13:45.1868643+00:00</CreationDate>
    <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
    <ExternalId>sample string 7</ExternalId>
    <FileNumber>sample string 6</FileNumber>
    <IsRecurrent>true</IsRecurrent>
    <Locked>true</Locked>
    <Memo>sample string 5</Memo>
    <OdooFolderState>NOT_APPLICABLE</OdooFolderState>
    <PlannedState>Uncompleted</PlannedState>
    <TrackingType>None</TrackingType>
    <TransportOrderId>b7ec3cf3-13da-4a70-9623-87f8c5d49917</TransportOrderId>
    <CustomerId>63ce2d8f-626c-4131-afa3-67a712e6d7da</CustomerId>
    <OrganiserId>9afc74a7-8a7b-4ac4-bc0e-cca1184b5d6e</OrganiserId>
    <OrganiserName>sample string 2</OrganiserName>
    <OrganiserZoi xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
      <d3p1:City>sample string 9</d3p1:City>
      <d3p1:FirstPartAddress>sample string 6</d3p1:FirstPartAddress>
      <d3p1:Latitude>1.1</d3p1:Latitude>
      <d3p1:Longitude>1.1</d3p1:Longitude>
      <d3p1:SecondPartAddress>sample string 7</d3p1:SecondPartAddress>
      <d3p1:StreetNumber>1</d3p1:StreetNumber>
      <d3p1:ZIPCode>sample string 8</d3p1:ZIPCode>
      <d3p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d3p1:AoiId>
      <d3p1:ISOCountryCode>sample string 2</d3p1:ISOCountryCode>
      <d3p1:Name>sample string 5</d3p1:Name>
      <d3p1:Radius>4</d3p1:Radius>
      <d3p1:ShowOnMap>true</d3p1:ShowOnMap>
    </OrganiserZoi>
    <Steps>
      <StepLightDto>
        <Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </Address>
        <Documents>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
        </Documents>
        <DriverVisualization>true</DriverVisualization>
        <EndWorkDate>2025-08-17T00:13:45.1868643+00:00</EndWorkDate>
        <ExternalId>sample string 5</ExternalId>
        <Index>4</Index>
        <Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </Place>
        <PlannedEndDate>2025-08-17T00:13:45.1868643+00:00</PlannedEndDate>
        <PlannedStartDate>2025-08-17T00:13:45.1868643+00:00</PlannedStartDate>
        <RealStartDate>2025-08-17T00:13:45.1868643+00:00</RealStartDate>
        <Reserve>sample string 6</Reserve>
        <Reserves>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
        </Reserves>
        <StartWorkDate>2025-08-17T00:13:45.1868643+00:00</StartWorkDate>
        <StepId>c189b24e-562f-41f6-bbba-1cd714449a10</StepId>
        <StepType>Loading</StepType>
        <TripId>1422bf3b-8a90-4706-ae33-e1f3b8baa885</TripId>
        <Driver xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>0ee0525d-a810-43a2-b042-1207cd082f64</d5p1:CustomerId>
          <d5p1:DriverId>3323abdc-0cc4-431e-9a52-0a9d0161fbd6</d5p1:DriverId>
          <d5p1:FirstName>sample string 2</d5p1:FirstName>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:LastName>sample string 3</d5p1:LastName>
          <d5p1:Matricule>sample string 4</d5p1:Matricule>
        </Driver>
        <SubContractor xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </SubContractor>
        <Trailer1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer1>
        <Trailer2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer2>
        <Vehicle xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Vehicle>
        <NbDocuments>1</NbDocuments>
        <TMSGoods>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
        </TMSGoods>
        <Vehicles xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
        </Vehicles>
      </StepLightDto>
      <StepLightDto>
        <Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </Address>
        <Documents>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
          <StepDocumentDto>
            <Document xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:ContentType>Null</d7p1:ContentType>
              <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
              <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
              <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
              <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
              <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
              <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
              <d7p1:FileReason>sample string 14</d7p1:FileReason>
              <d7p1:FileSize>13</d7p1:FileSize>
              <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
              <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
              <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
              <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
              <d7p1:GroupContentType>Null</d7p1:GroupContentType>
              <d7p1:IDDirectory>1</d7p1:IDDirectory>
              <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
              <d7p1:IDKind>Null</d7p1:IDKind>
              <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
              <d7p1:IDStorage>Null</d7p1:IDStorage>
              <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
              <d7p1:IsHidden>true</d7p1:IsHidden>
              <d7p1:Name>sample string 2</d7p1:Name>
              <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
              <d7p1:Origin>sample string 5</d7p1:Origin>
              <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
              <d7p1:URL>sample string 11</d7p1:URL>
              <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
              <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
            </Document>
            <Id>2769e7d9-5fcf-42f3-b517-314cee45351d</Id>
            <StepId>ef97b1fb-ed65-4439-955e-dc7d5b6f916f</StepId>
            <Text>sample string 3</Text>
            <Type>Cmr</Type>
          </StepDocumentDto>
        </Documents>
        <DriverVisualization>true</DriverVisualization>
        <EndWorkDate>2025-08-17T00:13:45.1868643+00:00</EndWorkDate>
        <ExternalId>sample string 5</ExternalId>
        <Index>4</Index>
        <Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </Place>
        <PlannedEndDate>2025-08-17T00:13:45.1868643+00:00</PlannedEndDate>
        <PlannedStartDate>2025-08-17T00:13:45.1868643+00:00</PlannedStartDate>
        <RealStartDate>2025-08-17T00:13:45.1868643+00:00</RealStartDate>
        <Reserve>sample string 6</Reserve>
        <Reserves>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
          <StepReserveDto>
            <Documents xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
              <d7p1:FileStorageDto>
                <d7p1:ContentType>Null</d7p1:ContentType>
                <d7p1:CreateDate>2025-08-17T00:13:45.1868643+00:00</d7p1:CreateDate>
                <d7p1:CustomerId>e7525cb6-7a8c-4351-a11a-b44ef78bdd69</d7p1:CustomerId>
                <d7p1:DateUtcExpireURL>2025-08-17T00:13:45.1868643+00:00</d7p1:DateUtcExpireURL>
                <d7p1:DemandorDetails>sample string 8</d7p1:DemandorDetails>
                <d7p1:DriverId>00938808-cb15-484f-84da-461fe771f88e</d7p1:DriverId>
                <d7p1:EventDate>2025-08-17T00:13:45.1868643+00:00</d7p1:EventDate>
                <d7p1:FileReason>sample string 14</d7p1:FileReason>
                <d7p1:FileSize>13</d7p1:FileSize>
                <d7p1:FriendlyDriver>sample string 4</d7p1:FriendlyDriver>
                <d7p1:FriendlyFileDemandor>sample string 7</d7p1:FriendlyFileDemandor>
                <d7p1:FriendlyUserAccount>sample string 10</d7p1:FriendlyUserAccount>
                <d7p1:FriendlyVehicule>sample string 3</d7p1:FriendlyVehicule>
                <d7p1:GroupContentType>Null</d7p1:GroupContentType>
                <d7p1:IDDirectory>1</d7p1:IDDirectory>
                <d7p1:IDFileDemandor>Null</d7p1:IDFileDemandor>
                <d7p1:IDKind>Null</d7p1:IDKind>
                <d7p1:IDSource>8e59de38-84b8-45bb-97a5-b855a5c89cab</d7p1:IDSource>
                <d7p1:IDStorage>Null</d7p1:IDStorage>
                <d7p1:Id>3b2bb61e-60f7-4843-8c3b-375127adddd3</d7p1:Id>
                <d7p1:IsHidden>true</d7p1:IsHidden>
                <d7p1:Name>sample string 2</d7p1:Name>
                <d7p1:NodeId>65e8d74b-69b8-4c47-97f1-2a4af7f03f97</d7p1:NodeId>
                <d7p1:Origin>sample string 5</d7p1:Origin>
                <d7p1:TimeToLive>2025-08-17T00:13:45.1868643+00:00</d7p1:TimeToLive>
                <d7p1:URL>sample string 11</d7p1:URL>
                <d7p1:UserAccountId>471274b5-fec3-4397-8935-f388b36c3853</d7p1:UserAccountId>
                <d7p1:VehiculeId>292f5351-ea3f-422f-a45a-9b6ab103f2e6</d7p1:VehiculeId>
              </d7p1:FileStorageDto>
            </Documents>
            <Id>70521859-fab1-4834-9a8b-75fb1a0f08c9</Id>
            <StepId>1f3215e4-7f1d-4ddc-b52b-2e90ae553cb7</StepId>
            <Text>sample string 3</Text>
          </StepReserveDto>
        </Reserves>
        <StartWorkDate>2025-08-17T00:13:45.1868643+00:00</StartWorkDate>
        <StepId>c189b24e-562f-41f6-bbba-1cd714449a10</StepId>
        <StepType>Loading</StepType>
        <TripId>1422bf3b-8a90-4706-ae33-e1f3b8baa885</TripId>
        <Driver xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>0ee0525d-a810-43a2-b042-1207cd082f64</d5p1:CustomerId>
          <d5p1:DriverId>3323abdc-0cc4-431e-9a52-0a9d0161fbd6</d5p1:DriverId>
          <d5p1:FirstName>sample string 2</d5p1:FirstName>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:LastName>sample string 3</d5p1:LastName>
          <d5p1:Matricule>sample string 4</d5p1:Matricule>
        </Driver>
        <SubContractor xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>356685a3-f074-4c0e-ba94-193791d2f2cd</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>c739ee94-91ce-4c97-ab81-858336a2e3c5</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </SubContractor>
        <Trailer1 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer1>
        <Trailer2 xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Trailer2>
        <Vehicle xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:Brand>sample string 18</d5p1:Brand>
          <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
          <d5p1:CustomerId>3011ee9e-1822-403f-becf-a1c6456afcc8</d5p1:CustomerId>
          <d5p1:FuelName>sample string 20</d5p1:FuelName>
          <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
          <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
          <d5p1:LicencePlate>sample string 15</d5p1:LicencePlate>
          <d5p1:Model>sample string 19</d5p1:Model>
          <d5p1:Name>sample string 16</d5p1:Name>
          <d5p1:State>Active</d5p1:State>
          <d5p1:VehicleId>08adbf09-f609-43cc-80a9-975d72dd4762</d5p1:VehicleId>
          <d5p1:VehicleType>sample string 17</d5p1:VehicleType>
          <d5p1:AgencyAffiliationId>3294b178-3532-476f-aa9d-fe8fbcfd1cee</d5p1:AgencyAffiliationId>
          <d5p1:AgencyAffiliationName>sample string 2</d5p1:AgencyAffiliationName>
          <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
          <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
          <d5p1:CustomerGroupId>e92aa98f-2acd-4903-81b7-81a01ab1ad16</d5p1:CustomerGroupId>
          <d5p1:CustomerGroupName>sample string 3</d5p1:CustomerGroupName>
          <d5p1:ExternalInterfaceId>c6a648c8-65cb-4bf1-8938-4884d4a427d8</d5p1:ExternalInterfaceId>
          <d5p1:ExternalInterfaces xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
            <d6p1:ExternalInterfaceHeaderDto>
              <d6p1:CustomerId>7c519366-ca45-4e96-b081-819ed88f5ba0</d6p1:CustomerId>
              <d6p1:Id>cb807c48-5dd8-489f-bca0-0d62466b697d</d6p1:Id>
              <d6p1:Name>sample string 3</d6p1:Name>
            </d6p1:ExternalInterfaceHeaderDto>
          </d5p1:ExternalInterfaces>
          <d5p1:IdWS>1</d5p1:IdWS>
          <d5p1:Imei>sample string 10</d5p1:Imei>
          <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
          <d5p1:JobActivity>sample string 6</d5p1:JobActivity>
          <d5p1:Milestone>12</d5p1:Milestone>
          <d5p1:MilestoneAtAssignment>13</d5p1:MilestoneAtAssignment>
          <d5p1:MobileUnitId>d691680c-01d6-46b9-8cac-f2fcf017a6c2</d5p1:MobileUnitId>
          <d5p1:MobileUnitName>sample string 9</d5p1:MobileUnitName>
          <d5p1:NoGeoloc>true</d5p1:NoGeoloc>
          <d5p1:Renting>true</d5p1:Renting>
          <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
          <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
          <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
          <d5p1:Tolerance>8</d5p1:Tolerance>
          <d5p1:TotalFuelUsed>11.1</d5p1:TotalFuelUsed>
          <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
          <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
          <d5p1:VIN>sample string 4</d5p1:VIN>
        </Vehicle>
        <NbDocuments>1</NbDocuments>
        <TMSGoods>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
          <TMSGoodDto>
            <BookinNumber>sample string 11</BookinNumber>
            <Company>sample string 10</Company>
            <ContainerNumber>sample string 7</ContainerNumber>
            <DisplayName>sample string 5</DisplayName>
            <DisplaySubName>sample string 6</DisplaySubName>
            <ForwardingAgent>sample string 12</ForwardingAgent>
            <OdooId>2</OdooId>
            <OdooUniqueId>sample string 3</OdooUniqueId>
            <ParentId>af815f46-b5b5-45a7-ba2c-beb5d4424568</ParentId>
            <Plumb>sample string 9</Plumb>
            <Position>4</Position>
            <RemovalReference>sample string 13</RemovalReference>
            <Ship>sample string 14</Ship>
            <Shipowning>sample string 15</Shipowning>
            <TMSGoodId>85a4211a-e457-43ad-930c-3a8db8b3a030</TMSGoodId>
            <Trailer>1</Trailer>
            <Type>sample string 8</Type>
          </TMSGoodDto>
        </TMSGoods>
        <Vehicles xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
          <d5p1:VehicleDto>
            <d5p1:Brand>sample string 37</d5p1:Brand>
            <d5p1:CompatibleDownload>true</d5p1:CompatibleDownload>
            <d5p1:CustomerId>cfa1e475-1cf2-4468-81ae-1a93fb1e75c9</d5p1:CustomerId>
            <d5p1:FuelName>sample string 39</d5p1:FuelName>
            <d5p1:FuelTypeId>1</d5p1:FuelTypeId>
            <d5p1:FuelTypeIdSynthesis>1</d5p1:FuelTypeIdSynthesis>
            <d5p1:IsActive>true</d5p1:IsActive>
            <d5p1:IsFuelTypeConflict>true</d5p1:IsFuelTypeConflict>
            <d5p1:LicencePlate>sample string 34</d5p1:LicencePlate>
            <d5p1:Model>sample string 38</d5p1:Model>
            <d5p1:Name>sample string 35</d5p1:Name>
            <d5p1:State>Active</d5p1:State>
            <d5p1:VehicleId>88a5ba3c-d869-490b-aa65-259ebc8d37ee</d5p1:VehicleId>
            <d5p1:VehicleType>sample string 36</d5p1:VehicleType>
            <d5p1:AgencyAffiliationId>505fb486-76f6-49a4-8a64-9ee65d675151</d5p1:AgencyAffiliationId>
            <d5p1:AgencyAffiliationName>sample string 3</d5p1:AgencyAffiliationName>
            <d5p1:AvgMilestoneByWeek>1.1</d5p1:AvgMilestoneByWeek>
            <d5p1:BoxType>sample string 7</d5p1:BoxType>
            <d5p1:CANData>true</d5p1:CANData>
            <d5p1:CANFuelReportUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:CANFuelReportUtc>
            <d5p1:CAN_VL>true</d5p1:CAN_VL>
            <d5p1:CameraType>WITHOUT_CAMERA</d5p1:CameraType>
            <d5p1:ContractEntretienEndDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienEndDate>
            <d5p1:ContractEntretienRef>sample string 22</d5p1:ContractEntretienRef>
            <d5p1:ContractEntretienStartDate>2025-08-17T00:13:45.1868643+00:00</d5p1:ContractEntretienStartDate>
            <d5p1:ContractNumber>sample string 21</d5p1:ContractNumber>
            <d5p1:CustomerGroupId>a8ffaa50-228f-4a77-83b6-0e1bb7ed03e9</d5p1:CustomerGroupId>
            <d5p1:CustomerGroupName>sample string 30</d5p1:CustomerGroupName>
            <d5p1:CustomerName>sample string 31</d5p1:CustomerName>
            <d5p1:EcoDrive>true</d5p1:EcoDrive>
            <d5p1:EngineOnParkingAlert>true</d5p1:EngineOnParkingAlert>
            <d5p1:FuelAlertEnable>true</d5p1:FuelAlertEnable>
            <d5p1:FuelUnit>sample string 25</d5p1:FuelUnit>
            <d5p1:FuelUnitBase>sample string 26</d5p1:FuelUnitBase>
            <d5p1:InitialEntryIntoService>2025-08-17T00:13:45.1868643+00:00</d5p1:InitialEntryIntoService>
            <d5p1:IsAlterable>true</d5p1:IsAlterable>
            <d5p1:JobActivity>sample string 4</d5p1:JobActivity>
            <d5p1:LastDtcEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastDtcEventInfo>
            <d5p1:LastStratioEventInfo>2025-08-17T00:13:45.1868643+00:00</d5p1:LastStratioEventInfo>
            <d5p1:LstGpsDateTimeSoftrackSync>2025-08-17T00:13:45.1868643+00:00</d5p1:LstGpsDateTimeSoftrackSync>
            <d5p1:LstGpsStatmtIdSoftrackSync>1</d5p1:LstGpsStatmtIdSoftrackSync>
            <d5p1:MUMilestoneAtAssignment>8</d5p1:MUMilestoneAtAssignment>
            <d5p1:MaintenancePlanGuid>59c60c33-f053-4171-ab04-4bd9aa9309cd</d5p1:MaintenancePlanGuid>
            <d5p1:MaintenancePlanId>1</d5p1:MaintenancePlanId>
            <d5p1:MaintenancePlanName>sample string 23</d5p1:MaintenancePlanName>
            <d5p1:MaxEngineOnParking>1</d5p1:MaxEngineOnParking>
            <d5p1:Milestone>1</d5p1:Milestone>
            <d5p1:MilestoneAtAssignment>2</d5p1:MilestoneAtAssignment>
            <d5p1:MobileUnitId>9eb6e164-e0cf-4745-be7f-7452a348dbf7</d5p1:MobileUnitId>
            <d5p1:MovementIgnition>true</d5p1:MovementIgnition>
            <d5p1:NewLegislation>true</d5p1:NewLegislation>
            <d5p1:OffsetFromTachy>27</d5p1:OffsetFromTachy>
            <d5p1:Renting>true</d5p1:Renting>
            <d5p1:ReservoirVolume>1</d5p1:ReservoirVolume>
            <d5p1:Softrack>true</d5p1:Softrack>
            <d5p1:SpeedLimit>1</d5p1:SpeedLimit>
            <d5p1:SpeedingAlert>true</d5p1:SpeedingAlert>
            <d5p1:StateUtc>2025-08-17T00:13:45.1868643+00:00</d5p1:StateUtc>
            <d5p1:TachoCAN>true</d5p1:TachoCAN>
            <d5p1:TachoDownload>true</d5p1:TachoDownload>
            <d5p1:TachographModel>WITHOUT_TACHO</d5p1:TachographModel>
            <d5p1:TachySpeedLimit>1</d5p1:TachySpeedLimit>
            <d5p1:TheoreticalConsumption>1.1</d5p1:TheoreticalConsumption>
            <d5p1:Tolerance>28</d5p1:Tolerance>
            <d5p1:TotalFuelUsed>29.1</d5p1:TotalFuelUsed>
            <d5p1:UtcEndOfLease>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcEndOfLease>
            <d5p1:UtcIntroductionLicencePlate>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcIntroductionLicencePlate>
            <d5p1:UtcMileageReport>2025-08-17T00:13:45.1868643+00:00</d5p1:UtcMileageReport>
            <d5p1:VIN>sample string 11</d5p1:VIN>
            <d5p1:WithStratioDevice>true</d5p1:WithStratioDevice>
            <d5p1:WorkShopIntegrated>true</d5p1:WorkShopIntegrated>
          </d5p1:VehicleDto>
        </Vehicles>
      </StepLightDto>
    </Steps>
  </TransportOrderLightDto>
</ArrayOfTransportOrderLightDto>