GET api/v2/transportOrder/{id}

retourne l'ordre de transport donné par son id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

TransportOrderDto
NameDescriptionTypeAdditional information
Interlocutor

interlocuteur

PersonLightDto

None.

Organiser

Organisateur

CompanyLightDto

None.

Steps

Etapes

Collection of StepWithContainerDto

None.

Errors

Erreurs

integer

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:
{
  "Interlocutor": {
    "LastName": "sample string 1",
    "FirstNames": "sample string 2",
    "Position": 0,
    "PersonnalPhone": "sample string 3",
    "CompanyName": "sample string 4",
    "CompanyId": "7e285205-62af-4f0d-99ed-0566ef931f03",
    "TierType": "sample string 5",
    "ContactId": "521552e9-5213-47c4-a5d0-cffbf0a60315",
    "Code": "sample string 7",
    "Fix": "sample string 8",
    "Mobile": "sample string 9",
    "Fax": "sample string 10",
    "Email": "sample string 11",
    "Subcontractor": true,
    "OdooId": 1,
    "Zoi": {
      "AoiId": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
      "ISOCountryCode": "sample string 2",
      "ShowOnMap": true,
      "Radius": 4,
      "UsedByTMSSteps": true,
      "Latitude": 1.1,
      "Longitude": 1.1,
      "StreetNumber": 1,
      "FirstPartAddress": "sample string 7",
      "SecondPartAddress": "sample string 8",
      "ZIPCode": "sample string 9",
      "City": "sample string 10"
    },
    "Archived": true
  },
  "Organiser": {
    "Name": "sample string 1",
    "Type": 0,
    "SIRET": "sample string 2",
    "TierType": "sample string 3",
    "IsContact": true,
    "ContactId": "d0d9ac76-75d5-4cb4-b64b-c260fcfec38a",
    "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": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
      "ISOCountryCode": "sample string 2",
      "ShowOnMap": true,
      "Radius": 4,
      "UsedByTMSSteps": true,
      "Latitude": 1.1,
      "Longitude": 1.1,
      "StreetNumber": 1,
      "FirstPartAddress": "sample string 7",
      "SecondPartAddress": "sample string 8",
      "ZIPCode": "sample string 9",
      "City": "sample string 10"
    },
    "Archived": true
  },
  "Steps": [
    {
      "Prescription": "sample string 1",
      "Interlocutor": {
        "BirthDate": "2026-04-22T08:17:38.9420651+00:00",
        "Title": 0,
        "LastName": "sample string 1",
        "FirstNames": "sample string 2",
        "Position": 0,
        "PersonnalPhone": "sample string 3",
        "CompanyName": "sample string 4",
        "CompanyId": "750334cb-7e67-456f-bf9e-878d1ac17bdc",
        "TierType": "sample string 5",
        "ContactId": "76fa2d0f-fb41-457f-9d00-665a5a1226d6",
        "Code": "sample string 7",
        "Fix": "sample string 8",
        "Mobile": "sample string 9",
        "Fax": "sample string 10",
        "Email": "sample string 11",
        "Subcontractor": true,
        "OdooId": 1,
        "Zoi": {
          "AoiId": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "Containers": [
        {
          "Vehicle": {
            "IdWS": 1,
            "AgencyAffiliationName": "sample string 2",
            "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
            "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
            "CustomerGroupName": "sample string 3",
            "VIN": "sample string 4",
            "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
            "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
            "ExternalInterfaces": [
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              },
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              }
            ],
            "JobActivity": "sample string 6",
            "Renting": true,
            "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "KmEndOfLease": 1,
            "KmStartOfLease": 1,
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "Tolerance": 8,
            "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
            "MobileUnitName": "sample string 9",
            "Imei": "sample string 10",
            "TotalFuelUsed": 11.1,
            "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
            "Milestone": 12,
            "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
            "MilestoneAtAssignment": 13,
            "TachySpeedLimit": 1,
            "CameraType": 0,
            "NoGeoloc": true,
            "VehicleState": 0,
            "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
            "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
            "LicencePlate": "sample string 15",
            "IDByGovernment": "sample string 16",
            "Name": "sample string 17",
            "VehicleType": "sample string 18",
            "Brand": "sample string 19",
            "Model": "sample string 20",
            "State": 0,
            "MalfunctionLevel": 0,
            "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
            "HasMalfunctionHistory": true,
            "IsVehicleCallForMaintenance": true,
            "FuelName": "sample string 23",
            "FullName": "sample string 17 (sample string 15)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          "Goods": [
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            },
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            }
          ]
        },
        {
          "Vehicle": {
            "IdWS": 1,
            "AgencyAffiliationName": "sample string 2",
            "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
            "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
            "CustomerGroupName": "sample string 3",
            "VIN": "sample string 4",
            "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
            "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
            "ExternalInterfaces": [
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              },
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              }
            ],
            "JobActivity": "sample string 6",
            "Renting": true,
            "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "KmEndOfLease": 1,
            "KmStartOfLease": 1,
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "Tolerance": 8,
            "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
            "MobileUnitName": "sample string 9",
            "Imei": "sample string 10",
            "TotalFuelUsed": 11.1,
            "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
            "Milestone": 12,
            "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
            "MilestoneAtAssignment": 13,
            "TachySpeedLimit": 1,
            "CameraType": 0,
            "NoGeoloc": true,
            "VehicleState": 0,
            "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
            "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
            "LicencePlate": "sample string 15",
            "IDByGovernment": "sample string 16",
            "Name": "sample string 17",
            "VehicleType": "sample string 18",
            "Brand": "sample string 19",
            "Model": "sample string 20",
            "State": 0,
            "MalfunctionLevel": 0,
            "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
            "HasMalfunctionHistory": true,
            "IsVehicleCallForMaintenance": true,
            "FuelName": "sample string 23",
            "FullName": "sample string 17 (sample string 15)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          "Goods": [
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            },
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            }
          ]
        }
      ],
      "EPALDelta": 1,
      "Driver": {
        "DriverId": "fed06fa9-1f3e-40c4-bad1-c981f03b8025",
        "CustomerId": "2d30e4fe-aeb8-4b85-be0a-657657986eda",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Matricule": "sample string 4",
        "IsActive": true,
        "CompatibleDownload": true
      },
      "Vehicle": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (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": "d0d9ac76-75d5-4cb4-b64b-c260fcfec38a",
        "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": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "Trailer1": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (sample string 15)",
        "Utility": "Porteur",
        "FuelTypeId": 1,
        "FuelTypeIdSynthesis": 1,
        "IsFuelTypeConflict": true,
        "IsActive": true,
        "CompatibleDownload": true
      },
      "Trailer2": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (sample string 15)",
        "Utility": "Porteur",
        "FuelTypeId": 1,
        "FuelTypeIdSynthesis": 1,
        "IsFuelTypeConflict": true,
        "IsActive": true,
        "CompatibleDownload": true
      },
      "StepId": "40db2585-c6ed-46cd-86f5-037d0127fe1c",
      "TripId": "495dd40e-cd37-4ac9-836b-090c4ca5f07b",
      "PlannedStartDate": "2026-04-22T08:17:38.9420651+00:00",
      "PlannedEndDate": "2026-04-22T08:17:38.9420651+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "d0d9ac76-75d5-4cb4-b64b-c260fcfec38a",
        "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": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "RealStartDate": "2026-04-22T08:17:38.9420651+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2026-04-22T08:17:38.9420651+00:00",
      "EndWorkDate": "2026-04-22T08:17:38.9420651+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            },
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            }
          ],
          "Id": "28364358-6546-45df-8adc-7d5704af3ef0",
          "StepId": "cbcb44ac-c03c-47e1-9ef4-a103ed1ed768",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            },
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            }
          ],
          "Id": "28364358-6546-45df-8adc-7d5704af3ef0",
          "StepId": "cbcb44ac-c03c-47e1-9ef4-a103ed1ed768",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
            "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
            "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
            "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
            "EventDate": "2026-04-22T08:17:38.9420651+00:00",
            "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
            "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
            "FriendlyUserAccount": "sample string 10",
            "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileDefinition": "sample string 14",
            "FileReason": "sample string 15"
          },
          "Id": "f576a2de-b8e3-4a82-ab95-d8db2fd510e7",
          "StepId": "bc183c1f-d7a2-4aa5-8df3-e22ee52317cf",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
            "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
            "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
            "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
            "EventDate": "2026-04-22T08:17:38.9420651+00:00",
            "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
            "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
            "FriendlyUserAccount": "sample string 10",
            "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileDefinition": "sample string 14",
            "FileReason": "sample string 15"
          },
          "Id": "f576a2de-b8e3-4a82-ab95-d8db2fd510e7",
          "StepId": "bc183c1f-d7a2-4aa5-8df3-e22ee52317cf",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    },
    {
      "Prescription": "sample string 1",
      "Interlocutor": {
        "BirthDate": "2026-04-22T08:17:38.9420651+00:00",
        "Title": 0,
        "LastName": "sample string 1",
        "FirstNames": "sample string 2",
        "Position": 0,
        "PersonnalPhone": "sample string 3",
        "CompanyName": "sample string 4",
        "CompanyId": "750334cb-7e67-456f-bf9e-878d1ac17bdc",
        "TierType": "sample string 5",
        "ContactId": "76fa2d0f-fb41-457f-9d00-665a5a1226d6",
        "Code": "sample string 7",
        "Fix": "sample string 8",
        "Mobile": "sample string 9",
        "Fax": "sample string 10",
        "Email": "sample string 11",
        "Subcontractor": true,
        "OdooId": 1,
        "Zoi": {
          "AoiId": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "Containers": [
        {
          "Vehicle": {
            "IdWS": 1,
            "AgencyAffiliationName": "sample string 2",
            "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
            "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
            "CustomerGroupName": "sample string 3",
            "VIN": "sample string 4",
            "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
            "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
            "ExternalInterfaces": [
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              },
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              }
            ],
            "JobActivity": "sample string 6",
            "Renting": true,
            "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "KmEndOfLease": 1,
            "KmStartOfLease": 1,
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "Tolerance": 8,
            "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
            "MobileUnitName": "sample string 9",
            "Imei": "sample string 10",
            "TotalFuelUsed": 11.1,
            "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
            "Milestone": 12,
            "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
            "MilestoneAtAssignment": 13,
            "TachySpeedLimit": 1,
            "CameraType": 0,
            "NoGeoloc": true,
            "VehicleState": 0,
            "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
            "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
            "LicencePlate": "sample string 15",
            "IDByGovernment": "sample string 16",
            "Name": "sample string 17",
            "VehicleType": "sample string 18",
            "Brand": "sample string 19",
            "Model": "sample string 20",
            "State": 0,
            "MalfunctionLevel": 0,
            "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
            "HasMalfunctionHistory": true,
            "IsVehicleCallForMaintenance": true,
            "FuelName": "sample string 23",
            "FullName": "sample string 17 (sample string 15)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          "Goods": [
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            },
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            }
          ]
        },
        {
          "Vehicle": {
            "IdWS": 1,
            "AgencyAffiliationName": "sample string 2",
            "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
            "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
            "CustomerGroupName": "sample string 3",
            "VIN": "sample string 4",
            "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
            "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
            "ExternalInterfaces": [
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              },
              {
                "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
                "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
                "Name": "sample string 3"
              }
            ],
            "JobActivity": "sample string 6",
            "Renting": true,
            "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
            "KmEndOfLease": 1,
            "KmStartOfLease": 1,
            "TheoreticalConsumption": 1.1,
            "ReservoirVolume": 1,
            "Tolerance": 8,
            "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
            "MobileUnitName": "sample string 9",
            "Imei": "sample string 10",
            "TotalFuelUsed": 11.1,
            "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
            "Milestone": 12,
            "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
            "MilestoneAtAssignment": 13,
            "TachySpeedLimit": 1,
            "CameraType": 0,
            "NoGeoloc": true,
            "VehicleState": 0,
            "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
            "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
            "LicencePlate": "sample string 15",
            "IDByGovernment": "sample string 16",
            "Name": "sample string 17",
            "VehicleType": "sample string 18",
            "Brand": "sample string 19",
            "Model": "sample string 20",
            "State": 0,
            "MalfunctionLevel": 0,
            "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
            "HasMalfunctionHistory": true,
            "IsVehicleCallForMaintenance": true,
            "FuelName": "sample string 23",
            "FullName": "sample string 17 (sample string 15)",
            "Utility": "Porteur",
            "FuelTypeId": 1,
            "FuelTypeIdSynthesis": 1,
            "IsFuelTypeConflict": true,
            "IsActive": true,
            "CompatibleDownload": true
          },
          "Goods": [
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            },
            {
              "GoodId": "32c696c0-f131-4b1c-a7ac-9ebe42e83049",
              "Position": 1,
              "Name": "sample string 2",
              "Reference": "sample string 3",
              "ExternalId": "sample string 4",
              "LinearMeter": 1.1,
              "Weight": 1.1,
              "ContainerType": 0,
              "Volume": 1.1,
              "OnLoadOrder": "sample string 5",
              "DimensionX": 1.1,
              "DimensionY": 1.1,
              "DimensionZ": 1.1,
              "PlannedQuantity": 6.0,
              "RealQuantity": 1.0,
              "TypeQuantity": 0
            }
          ]
        }
      ],
      "EPALDelta": 1,
      "Driver": {
        "DriverId": "fed06fa9-1f3e-40c4-bad1-c981f03b8025",
        "CustomerId": "2d30e4fe-aeb8-4b85-be0a-657657986eda",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Matricule": "sample string 4",
        "IsActive": true,
        "CompatibleDownload": true
      },
      "Vehicle": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (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": "d0d9ac76-75d5-4cb4-b64b-c260fcfec38a",
        "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": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "Trailer1": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (sample string 15)",
        "Utility": "Porteur",
        "FuelTypeId": 1,
        "FuelTypeIdSynthesis": 1,
        "IsFuelTypeConflict": true,
        "IsActive": true,
        "CompatibleDownload": true
      },
      "Trailer2": {
        "IdWS": 1,
        "AgencyAffiliationName": "sample string 2",
        "AgencyAffiliationId": "5231cb62-131c-466c-89b8-ae878a470d52",
        "CustomerGroupId": "c44dbf5e-c1db-43e4-8626-7a97443c25bd",
        "CustomerGroupName": "sample string 3",
        "VIN": "sample string 4",
        "ExternalInterfaceId": "0c21aa87-b38b-433b-8c7b-591922040814",
        "InitialEntryIntoService": "2026-04-22T08:17:38.9420651+00:00",
        "ExternalInterfaces": [
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          },
          {
            "Id": "c6f87a3a-f5b2-4749-bcf7-5f2232b5677f",
            "CustomerId": "47363b54-7a69-430c-9cd2-5b19bbb83784",
            "Name": "sample string 3"
          }
        ],
        "JobActivity": "sample string 6",
        "Renting": true,
        "UtcEndOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "UtcStartOfLease": "2026-04-22T08:17:38.9420651+00:00",
        "KmEndOfLease": 1,
        "KmStartOfLease": 1,
        "TheoreticalConsumption": 1.1,
        "ReservoirVolume": 1,
        "Tolerance": 8,
        "MobileUnitId": "9fe66dbc-ab09-448c-a313-2bb85bb4b00b",
        "MobileUnitName": "sample string 9",
        "Imei": "sample string 10",
        "TotalFuelUsed": 11.1,
        "CANFuelReportUtc": "2026-04-22T08:17:38.9420651+00:00",
        "Milestone": 12,
        "UtcMileageReport": "2026-04-22T08:17:38.9420651+00:00",
        "MilestoneAtAssignment": 13,
        "TachySpeedLimit": 1,
        "CameraType": 0,
        "NoGeoloc": true,
        "VehicleState": 0,
        "VehicleId": "6da768dd-ec9f-40f0-87c1-044e32c7f11e",
        "CustomerId": "94fff7be-e5f8-4b45-b560-86b01f538f1d",
        "LicencePlate": "sample string 15",
        "IDByGovernment": "sample string 16",
        "Name": "sample string 17",
        "VehicleType": "sample string 18",
        "Brand": "sample string 19",
        "Model": "sample string 20",
        "State": 0,
        "MalfunctionLevel": 0,
        "DateUtcChangeMalfunctionLevel": "2026-04-22T08:17:38.9420651+00:00",
        "HasMalfunctionHistory": true,
        "IsVehicleCallForMaintenance": true,
        "FuelName": "sample string 23",
        "FullName": "sample string 17 (sample string 15)",
        "Utility": "Porteur",
        "FuelTypeId": 1,
        "FuelTypeIdSynthesis": 1,
        "IsFuelTypeConflict": true,
        "IsActive": true,
        "CompatibleDownload": true
      },
      "StepId": "40db2585-c6ed-46cd-86f5-037d0127fe1c",
      "TripId": "495dd40e-cd37-4ac9-836b-090c4ca5f07b",
      "PlannedStartDate": "2026-04-22T08:17:38.9420651+00:00",
      "PlannedEndDate": "2026-04-22T08:17:38.9420651+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "d0d9ac76-75d5-4cb4-b64b-c260fcfec38a",
        "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": "cf2ebf75-3da5-44b3-bd58-f8590bcb741b",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "RealStartDate": "2026-04-22T08:17:38.9420651+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2026-04-22T08:17:38.9420651+00:00",
      "EndWorkDate": "2026-04-22T08:17:38.9420651+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            },
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            }
          ],
          "Id": "28364358-6546-45df-8adc-7d5704af3ef0",
          "StepId": "cbcb44ac-c03c-47e1-9ef4-a103ed1ed768",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            },
            {
              "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
              "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
              "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
              "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
              "EventDate": "2026-04-22T08:17:38.9420651+00:00",
              "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
              "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
              "FriendlyUserAccount": "sample string 10",
              "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileDefinition": "sample string 14",
              "FileReason": "sample string 15"
            }
          ],
          "Id": "28364358-6546-45df-8adc-7d5704af3ef0",
          "StepId": "cbcb44ac-c03c-47e1-9ef4-a103ed1ed768",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
            "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
            "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
            "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
            "EventDate": "2026-04-22T08:17:38.9420651+00:00",
            "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
            "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
            "FriendlyUserAccount": "sample string 10",
            "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileDefinition": "sample string 14",
            "FileReason": "sample string 15"
          },
          "Id": "f576a2de-b8e3-4a82-ab95-d8db2fd510e7",
          "StepId": "bc183c1f-d7a2-4aa5-8df3-e22ee52317cf",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "557b77e2-b0cc-419d-bdbd-94fce954aab9",
            "AlternativeId": "73bb54fc-cfa1-4c9b-917e-4d7717fdfa45",
            "NodeId": "bc7f70db-31ca-46a3-8117-f96b14cd945b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "c9fccc33-1322-4182-bd92-f1bd2a123e3c",
            "VehiculeId": "be8275ee-8700-4054-ad36-635ab52982ee",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "a7e9e743-c2ea-4c16-ae05-08efca0deaf5",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "57463865-8e8a-49ab-a954-7d5af159e270",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2026-04-22T08:17:38.9420651+00:00",
            "EventDate": "2026-04-22T08:17:38.9420651+00:00",
            "TimeToLive": "2026-04-22T08:17:38.9420651+00:00",
            "UserAccountId": "18ffe83b-af68-41ea-b83a-f7ec76ef1a20",
            "FriendlyUserAccount": "sample string 10",
            "CreatorId": "a54a4823-9fb9-49d2-b721-04fcf2116292",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2026-04-22T08:17:38.9420651+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileDefinition": "sample string 14",
            "FileReason": "sample string 15"
          },
          "Id": "f576a2de-b8e3-4a82-ab95-d8db2fd510e7",
          "StepId": "bc183c1f-d7a2-4aa5-8df3-e22ee52317cf",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    }
  ],
  "Errors": 1,
  "TransportOrderId": "75f183fb-b020-4fdc-8ad4-09773608c6ef",
  "TrackingType": 0,
  "CreationDate": "2026-04-22T08:17:38.9420651+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:
<TransportOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.TransportOrder">
  <AffectedState>Uncompleted</AffectedState>
  <Archived>true</Archived>
  <CreationDate>2026-04-22T08:17:38.9420651+00:00</CreationDate>
  <CustomerId>e87bc54e-1d2f-40fa-82ef-09e88476d770</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>75f183fb-b020-4fdc-8ad4-09773608c6ef</TransportOrderId>
  <Errors>1</Errors>
  <Interlocutor xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
    <d2p1:Archived>true</d2p1:Archived>
    <d2p1:Code>sample string 7</d2p1:Code>
    <d2p1:ContactId>521552e9-5213-47c4-a5d0-cffbf0a60315</d2p1:ContactId>
    <d2p1:Email>sample string 11</d2p1:Email>
    <d2p1:Fax>sample string 10</d2p1:Fax>
    <d2p1:Fix>sample string 8</d2p1:Fix>
    <d2p1:Mobile>sample string 9</d2p1:Mobile>
    <d2p1:OdooId>1</d2p1:OdooId>
    <d2p1:Subcontractor>true</d2p1:Subcontractor>
    <d2p1:TierType>sample string 5</d2p1:TierType>
    <d2p1:Zoi>
      <d2p1:City>sample string 10</d2p1:City>
      <d2p1:FirstPartAddress>sample string 7</d2p1:FirstPartAddress>
      <d2p1:Latitude>1.1</d2p1:Latitude>
      <d2p1:Longitude>1.1</d2p1:Longitude>
      <d2p1:SecondPartAddress>sample string 8</d2p1:SecondPartAddress>
      <d2p1:StreetNumber>1</d2p1:StreetNumber>
      <d2p1:ZIPCode>sample string 9</d2p1:ZIPCode>
      <d2p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d2p1:AoiId>
      <d2p1:ISOCountryCode>sample string 2</d2p1:ISOCountryCode>
      <d2p1:Name>sample string 5</d2p1:Name>
      <d2p1:Radius>4</d2p1:Radius>
      <d2p1:ShowOnMap>true</d2p1:ShowOnMap>
      <d2p1:UsedByTMSSteps>true</d2p1:UsedByTMSSteps>
    </d2p1:Zoi>
    <d2p1:CompanyId>7e285205-62af-4f0d-99ed-0566ef931f03</d2p1:CompanyId>
    <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
    <d2p1:FirstNames>sample string 2</d2p1:FirstNames>
    <d2p1:LastName>sample string 1</d2p1:LastName>
    <d2p1:PersonnalPhone>sample string 3</d2p1:PersonnalPhone>
    <d2p1:Position>Director</d2p1:Position>
  </Interlocutor>
  <Organiser xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
    <d2p1:Archived>true</d2p1:Archived>
    <d2p1:Code>sample string 6</d2p1:Code>
    <d2p1:ContactId>d0d9ac76-75d5-4cb4-b64b-c260fcfec38a</d2p1:ContactId>
    <d2p1:Email>sample string 10</d2p1:Email>
    <d2p1:Fax>sample string 9</d2p1:Fax>
    <d2p1:Fix>sample string 7</d2p1:Fix>
    <d2p1:Mobile>sample string 8</d2p1:Mobile>
    <d2p1:OdooId>1</d2p1:OdooId>
    <d2p1:Subcontractor>true</d2p1:Subcontractor>
    <d2p1:TierType>sample string 3</d2p1:TierType>
    <d2p1:Zoi>
      <d2p1:City>sample string 10</d2p1:City>
      <d2p1:FirstPartAddress>sample string 7</d2p1:FirstPartAddress>
      <d2p1:Latitude>1.1</d2p1:Latitude>
      <d2p1:Longitude>1.1</d2p1:Longitude>
      <d2p1:SecondPartAddress>sample string 8</d2p1:SecondPartAddress>
      <d2p1:StreetNumber>1</d2p1:StreetNumber>
      <d2p1:ZIPCode>sample string 9</d2p1:ZIPCode>
      <d2p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d2p1:AoiId>
      <d2p1:ISOCountryCode>sample string 2</d2p1:ISOCountryCode>
      <d2p1:Name>sample string 5</d2p1:Name>
      <d2p1:Radius>4</d2p1:Radius>
      <d2p1:ShowOnMap>true</d2p1:ShowOnMap>
      <d2p1:UsedByTMSSteps>true</d2p1:UsedByTMSSteps>
    </d2p1:Zoi>
    <d2p1:IsContact>true</d2p1:IsContact>
    <d2p1:Name>sample string 1</d2p1:Name>
    <d2p1:SIRET>sample string 2</d2p1:SIRET>
    <d2p1:Type>Agency</d2p1:Type>
  </Organiser>
  <Steps>
    <StepWithContainerDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 10</d4p1:City>
        <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
        <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
        <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
        <d4p1:Name>sample string 5</d4p1:Name>
        <d4p1:Radius>4</d4p1:Radius>
        <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
        <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
            <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
            <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
            <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
            <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
            <d6p1:FileReason>sample string 15</d6p1:FileReason>
            <d6p1:FileSize>13</d6p1:FileSize>
            <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
            <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
            <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
            <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
            <d6p1:GroupContentType>Null</d6p1:GroupContentType>
            <d6p1:IDDirectory>1</d6p1:IDDirectory>
            <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
            <d6p1:IDKind>Null</d6p1:IDKind>
            <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
            <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
          </Document>
          <Id>f576a2de-b8e3-4a82-ab95-d8db2fd510e7</Id>
          <StepId>bc183c1f-d7a2-4aa5-8df3-e22ee52317cf</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
            <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
            <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
            <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
            <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
            <d6p1:FileReason>sample string 15</d6p1:FileReason>
            <d6p1:FileSize>13</d6p1:FileSize>
            <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
            <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
            <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
            <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
            <d6p1:GroupContentType>Null</d6p1:GroupContentType>
            <d6p1:IDDirectory>1</d6p1:IDDirectory>
            <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
            <d6p1:IDKind>Null</d6p1:IDKind>
            <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
            <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
          </Document>
          <Id>f576a2de-b8e3-4a82-ab95-d8db2fd510e7</Id>
          <StepId>bc183c1f-d7a2-4aa5-8df3-e22ee52317cf</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2026-04-22T08:17:38.9420651+00:00</EndWorkDate>
      <ExternalId>sample string 5</ExternalId>
      <Index>4</Index>
      <Place xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 6</d4p1:Code>
        <d4p1:ContactId>d0d9ac76-75d5-4cb4-b64b-c260fcfec38a</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </Place>
      <PlannedEndDate>2026-04-22T08:17:38.9420651+00:00</PlannedEndDate>
      <PlannedStartDate>2026-04-22T08:17:38.9420651+00:00</PlannedStartDate>
      <RealStartDate>2026-04-22T08:17:38.9420651+00:00</RealStartDate>
      <Reserve>sample string 6</Reserve>
      <Reserves>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>28364358-6546-45df-8adc-7d5704af3ef0</Id>
          <StepId>cbcb44ac-c03c-47e1-9ef4-a103ed1ed768</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>28364358-6546-45df-8adc-7d5704af3ef0</Id>
          <StepId>cbcb44ac-c03c-47e1-9ef4-a103ed1ed768</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2026-04-22T08:17:38.9420651+00:00</StartWorkDate>
      <StepId>40db2585-c6ed-46cd-86f5-037d0127fe1c</StepId>
      <StepType>Loading</StepType>
      <TripId>495dd40e-cd37-4ac9-836b-090c4ca5f07b</TripId>
      <Driver xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>2d30e4fe-aeb8-4b85-be0a-657657986eda</d4p1:CustomerId>
        <d4p1:DriverId>fed06fa9-1f3e-40c4-bad1-c981f03b8025</d4p1:DriverId>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Matricule>sample string 4</d4p1:Matricule>
      </Driver>
      <SubContractor xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 6</d4p1:Code>
        <d4p1:ContactId>d0d9ac76-75d5-4cb4-b64b-c260fcfec38a</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </SubContractor>
      <Trailer1 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Trailer1>
      <Trailer2 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Trailer2>
      <Vehicle xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Vehicle>
      <Containers>
        <ContainerDto>
          <Goods>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
          </Goods>
          <Vehicle xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:Brand>sample string 19</d6p1:Brand>
            <d6p1:CompatibleDownload>true</d6p1:CompatibleDownload>
            <d6p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d6p1:CustomerId>
            <d6p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcChangeMalfunctionLevel>
            <d6p1:FuelName>sample string 23</d6p1:FuelName>
            <d6p1:FuelTypeId>1</d6p1:FuelTypeId>
            <d6p1:FuelTypeIdSynthesis>1</d6p1:FuelTypeIdSynthesis>
            <d6p1:HasMalfunctionHistory>true</d6p1:HasMalfunctionHistory>
            <d6p1:IDByGovernment>sample string 16</d6p1:IDByGovernment>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsFuelTypeConflict>true</d6p1:IsFuelTypeConflict>
            <d6p1:IsVehicleCallForMaintenance>true</d6p1:IsVehicleCallForMaintenance>
            <d6p1:LicencePlate>sample string 15</d6p1:LicencePlate>
            <d6p1:MalfunctionLevel>Null</d6p1:MalfunctionLevel>
            <d6p1:Model>sample string 20</d6p1:Model>
            <d6p1:Name>sample string 17</d6p1:Name>
            <d6p1:State>Active</d6p1:State>
            <d6p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d6p1:VehicleId>
            <d6p1:VehicleType>sample string 18</d6p1:VehicleType>
            <d6p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d6p1:AgencyAffiliationId>
            <d6p1:AgencyAffiliationName>sample string 2</d6p1:AgencyAffiliationName>
            <d6p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d6p1:CANFuelReportUtc>
            <d6p1:CameraType>WITHOUT_CAMERA</d6p1:CameraType>
            <d6p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d6p1:CustomerGroupId>
            <d6p1:CustomerGroupName>sample string 3</d6p1:CustomerGroupName>
            <d6p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d6p1:ExternalInterfaceId>
            <d6p1:ExternalInterfaces xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
            </d6p1:ExternalInterfaces>
            <d6p1:IdWS>1</d6p1:IdWS>
            <d6p1:Imei>sample string 10</d6p1:Imei>
            <d6p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d6p1:InitialEntryIntoService>
            <d6p1:JobActivity>sample string 6</d6p1:JobActivity>
            <d6p1:KmEndOfLease>1</d6p1:KmEndOfLease>
            <d6p1:KmStartOfLease>1</d6p1:KmStartOfLease>
            <d6p1:Milestone>12</d6p1:Milestone>
            <d6p1:MilestoneAtAssignment>13</d6p1:MilestoneAtAssignment>
            <d6p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d6p1:MobileUnitId>
            <d6p1:MobileUnitName>sample string 9</d6p1:MobileUnitName>
            <d6p1:NoGeoloc>true</d6p1:NoGeoloc>
            <d6p1:Renting>true</d6p1:Renting>
            <d6p1:ReservoirVolume>1</d6p1:ReservoirVolume>
            <d6p1:TachySpeedLimit>1</d6p1:TachySpeedLimit>
            <d6p1:TheoreticalConsumption>1.1</d6p1:TheoreticalConsumption>
            <d6p1:Tolerance>8</d6p1:Tolerance>
            <d6p1:TotalFuelUsed>11.1</d6p1:TotalFuelUsed>
            <d6p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcEndOfLease>
            <d6p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcMileageReport>
            <d6p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcStartOfLease>
            <d6p1:VIN>sample string 4</d6p1:VIN>
            <d6p1:VehicleState>Active</d6p1:VehicleState>
          </Vehicle>
        </ContainerDto>
        <ContainerDto>
          <Goods>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
          </Goods>
          <Vehicle xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:Brand>sample string 19</d6p1:Brand>
            <d6p1:CompatibleDownload>true</d6p1:CompatibleDownload>
            <d6p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d6p1:CustomerId>
            <d6p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcChangeMalfunctionLevel>
            <d6p1:FuelName>sample string 23</d6p1:FuelName>
            <d6p1:FuelTypeId>1</d6p1:FuelTypeId>
            <d6p1:FuelTypeIdSynthesis>1</d6p1:FuelTypeIdSynthesis>
            <d6p1:HasMalfunctionHistory>true</d6p1:HasMalfunctionHistory>
            <d6p1:IDByGovernment>sample string 16</d6p1:IDByGovernment>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsFuelTypeConflict>true</d6p1:IsFuelTypeConflict>
            <d6p1:IsVehicleCallForMaintenance>true</d6p1:IsVehicleCallForMaintenance>
            <d6p1:LicencePlate>sample string 15</d6p1:LicencePlate>
            <d6p1:MalfunctionLevel>Null</d6p1:MalfunctionLevel>
            <d6p1:Model>sample string 20</d6p1:Model>
            <d6p1:Name>sample string 17</d6p1:Name>
            <d6p1:State>Active</d6p1:State>
            <d6p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d6p1:VehicleId>
            <d6p1:VehicleType>sample string 18</d6p1:VehicleType>
            <d6p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d6p1:AgencyAffiliationId>
            <d6p1:AgencyAffiliationName>sample string 2</d6p1:AgencyAffiliationName>
            <d6p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d6p1:CANFuelReportUtc>
            <d6p1:CameraType>WITHOUT_CAMERA</d6p1:CameraType>
            <d6p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d6p1:CustomerGroupId>
            <d6p1:CustomerGroupName>sample string 3</d6p1:CustomerGroupName>
            <d6p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d6p1:ExternalInterfaceId>
            <d6p1:ExternalInterfaces xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
            </d6p1:ExternalInterfaces>
            <d6p1:IdWS>1</d6p1:IdWS>
            <d6p1:Imei>sample string 10</d6p1:Imei>
            <d6p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d6p1:InitialEntryIntoService>
            <d6p1:JobActivity>sample string 6</d6p1:JobActivity>
            <d6p1:KmEndOfLease>1</d6p1:KmEndOfLease>
            <d6p1:KmStartOfLease>1</d6p1:KmStartOfLease>
            <d6p1:Milestone>12</d6p1:Milestone>
            <d6p1:MilestoneAtAssignment>13</d6p1:MilestoneAtAssignment>
            <d6p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d6p1:MobileUnitId>
            <d6p1:MobileUnitName>sample string 9</d6p1:MobileUnitName>
            <d6p1:NoGeoloc>true</d6p1:NoGeoloc>
            <d6p1:Renting>true</d6p1:Renting>
            <d6p1:ReservoirVolume>1</d6p1:ReservoirVolume>
            <d6p1:TachySpeedLimit>1</d6p1:TachySpeedLimit>
            <d6p1:TheoreticalConsumption>1.1</d6p1:TheoreticalConsumption>
            <d6p1:Tolerance>8</d6p1:Tolerance>
            <d6p1:TotalFuelUsed>11.1</d6p1:TotalFuelUsed>
            <d6p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcEndOfLease>
            <d6p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcMileageReport>
            <d6p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcStartOfLease>
            <d6p1:VIN>sample string 4</d6p1:VIN>
            <d6p1:VehicleState>Active</d6p1:VehicleState>
          </Vehicle>
        </ContainerDto>
      </Containers>
      <EPALDelta>1</EPALDelta>
      <Interlocutor xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 7</d4p1:Code>
        <d4p1:ContactId>76fa2d0f-fb41-457f-9d00-665a5a1226d6</d4p1:ContactId>
        <d4p1:Email>sample string 11</d4p1:Email>
        <d4p1:Fax>sample string 10</d4p1:Fax>
        <d4p1:Fix>sample string 8</d4p1:Fix>
        <d4p1:Mobile>sample string 9</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 5</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:CompanyId>750334cb-7e67-456f-bf9e-878d1ac17bdc</d4p1:CompanyId>
        <d4p1:CompanyName>sample string 4</d4p1:CompanyName>
        <d4p1:FirstNames>sample string 2</d4p1:FirstNames>
        <d4p1:LastName>sample string 1</d4p1:LastName>
        <d4p1:PersonnalPhone>sample string 3</d4p1:PersonnalPhone>
        <d4p1:Position>Director</d4p1:Position>
        <d4p1:BirthDate>2026-04-22T08:17:38.9420651+00:00</d4p1:BirthDate>
        <d4p1:Title>Doctor</d4p1:Title>
      </Interlocutor>
      <Prescription>sample string 1</Prescription>
    </StepWithContainerDto>
    <StepWithContainerDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 10</d4p1:City>
        <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
        <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
        <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
        <d4p1:Name>sample string 5</d4p1:Name>
        <d4p1:Radius>4</d4p1:Radius>
        <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
        <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
            <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
            <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
            <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
            <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
            <d6p1:FileReason>sample string 15</d6p1:FileReason>
            <d6p1:FileSize>13</d6p1:FileSize>
            <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
            <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
            <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
            <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
            <d6p1:GroupContentType>Null</d6p1:GroupContentType>
            <d6p1:IDDirectory>1</d6p1:IDDirectory>
            <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
            <d6p1:IDKind>Null</d6p1:IDKind>
            <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
            <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
          </Document>
          <Id>f576a2de-b8e3-4a82-ab95-d8db2fd510e7</Id>
          <StepId>bc183c1f-d7a2-4aa5-8df3-e22ee52317cf</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
            <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
            <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
            <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
            <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
            <d6p1:FileReason>sample string 15</d6p1:FileReason>
            <d6p1:FileSize>13</d6p1:FileSize>
            <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
            <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
            <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
            <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
            <d6p1:GroupContentType>Null</d6p1:GroupContentType>
            <d6p1:IDDirectory>1</d6p1:IDDirectory>
            <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
            <d6p1:IDKind>Null</d6p1:IDKind>
            <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
            <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
          </Document>
          <Id>f576a2de-b8e3-4a82-ab95-d8db2fd510e7</Id>
          <StepId>bc183c1f-d7a2-4aa5-8df3-e22ee52317cf</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2026-04-22T08:17:38.9420651+00:00</EndWorkDate>
      <ExternalId>sample string 5</ExternalId>
      <Index>4</Index>
      <Place xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 6</d4p1:Code>
        <d4p1:ContactId>d0d9ac76-75d5-4cb4-b64b-c260fcfec38a</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </Place>
      <PlannedEndDate>2026-04-22T08:17:38.9420651+00:00</PlannedEndDate>
      <PlannedStartDate>2026-04-22T08:17:38.9420651+00:00</PlannedStartDate>
      <RealStartDate>2026-04-22T08:17:38.9420651+00:00</RealStartDate>
      <Reserve>sample string 6</Reserve>
      <Reserves>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>28364358-6546-45df-8adc-7d5704af3ef0</Id>
          <StepId>cbcb44ac-c03c-47e1-9ef4-a103ed1ed768</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:AlternativeId>73bb54fc-cfa1-4c9b-917e-4d7717fdfa45</d6p1:AlternativeId>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2026-04-22T08:17:38.9420651+00:00</d6p1:CreateDate>
              <d6p1:CreatorId>a54a4823-9fb9-49d2-b721-04fcf2116292</d6p1:CreatorId>
              <d6p1:CustomerId>c9fccc33-1322-4182-bd92-f1bd2a123e3c</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>a7e9e743-c2ea-4c16-ae05-08efca0deaf5</d6p1:DriverId>
              <d6p1:EventDate>2026-04-22T08:17:38.9420651+00:00</d6p1:EventDate>
              <d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
              <d6p1:FileReason>sample string 15</d6p1:FileReason>
              <d6p1:FileSize>13</d6p1:FileSize>
              <d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
              <d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
              <d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
              <d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
              <d6p1:GroupContentType>Null</d6p1:GroupContentType>
              <d6p1:IDDirectory>1</d6p1:IDDirectory>
              <d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
              <d6p1:IDKind>Null</d6p1:IDKind>
              <d6p1:IDSource>57463865-8e8a-49ab-a954-7d5af159e270</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>557b77e2-b0cc-419d-bdbd-94fce954aab9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>bc7f70db-31ca-46a3-8117-f96b14cd945b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2026-04-22T08:17:38.9420651+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>18ffe83b-af68-41ea-b83a-f7ec76ef1a20</d6p1:UserAccountId>
              <d6p1:VehiculeId>be8275ee-8700-4054-ad36-635ab52982ee</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>28364358-6546-45df-8adc-7d5704af3ef0</Id>
          <StepId>cbcb44ac-c03c-47e1-9ef4-a103ed1ed768</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2026-04-22T08:17:38.9420651+00:00</StartWorkDate>
      <StepId>40db2585-c6ed-46cd-86f5-037d0127fe1c</StepId>
      <StepType>Loading</StepType>
      <TripId>495dd40e-cd37-4ac9-836b-090c4ca5f07b</TripId>
      <Driver xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>2d30e4fe-aeb8-4b85-be0a-657657986eda</d4p1:CustomerId>
        <d4p1:DriverId>fed06fa9-1f3e-40c4-bad1-c981f03b8025</d4p1:DriverId>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Matricule>sample string 4</d4p1:Matricule>
      </Driver>
      <SubContractor xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 6</d4p1:Code>
        <d4p1:ContactId>d0d9ac76-75d5-4cb4-b64b-c260fcfec38a</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </SubContractor>
      <Trailer1 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Trailer1>
      <Trailer2 xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Trailer2>
      <Vehicle xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
        <d4p1:Brand>sample string 19</d4p1:Brand>
        <d4p1:CompatibleDownload>true</d4p1:CompatibleDownload>
        <d4p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d4p1:CustomerId>
        <d4p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d4p1:DateUtcChangeMalfunctionLevel>
        <d4p1:FuelName>sample string 23</d4p1:FuelName>
        <d4p1:FuelTypeId>1</d4p1:FuelTypeId>
        <d4p1:FuelTypeIdSynthesis>1</d4p1:FuelTypeIdSynthesis>
        <d4p1:HasMalfunctionHistory>true</d4p1:HasMalfunctionHistory>
        <d4p1:IDByGovernment>sample string 16</d4p1:IDByGovernment>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsFuelTypeConflict>true</d4p1:IsFuelTypeConflict>
        <d4p1:IsVehicleCallForMaintenance>true</d4p1:IsVehicleCallForMaintenance>
        <d4p1:LicencePlate>sample string 15</d4p1:LicencePlate>
        <d4p1:MalfunctionLevel>Null</d4p1:MalfunctionLevel>
        <d4p1:Model>sample string 20</d4p1:Model>
        <d4p1:Name>sample string 17</d4p1:Name>
        <d4p1:State>Active</d4p1:State>
        <d4p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d4p1:VehicleId>
        <d4p1:VehicleType>sample string 18</d4p1:VehicleType>
        <d4p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d4p1:AgencyAffiliationId>
        <d4p1:AgencyAffiliationName>sample string 2</d4p1:AgencyAffiliationName>
        <d4p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d4p1:CANFuelReportUtc>
        <d4p1:CameraType>WITHOUT_CAMERA</d4p1:CameraType>
        <d4p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d4p1:CustomerGroupId>
        <d4p1:CustomerGroupName>sample string 3</d4p1:CustomerGroupName>
        <d4p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d4p1:ExternalInterfaceId>
        <d4p1:ExternalInterfaces xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
          <d5p1:ExternalInterfaceHeaderDto>
            <d5p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d5p1:CustomerId>
            <d5p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d5p1:Id>
            <d5p1:Name>sample string 3</d5p1:Name>
          </d5p1:ExternalInterfaceHeaderDto>
        </d4p1:ExternalInterfaces>
        <d4p1:IdWS>1</d4p1:IdWS>
        <d4p1:Imei>sample string 10</d4p1:Imei>
        <d4p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d4p1:InitialEntryIntoService>
        <d4p1:JobActivity>sample string 6</d4p1:JobActivity>
        <d4p1:KmEndOfLease>1</d4p1:KmEndOfLease>
        <d4p1:KmStartOfLease>1</d4p1:KmStartOfLease>
        <d4p1:Milestone>12</d4p1:Milestone>
        <d4p1:MilestoneAtAssignment>13</d4p1:MilestoneAtAssignment>
        <d4p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d4p1:MobileUnitId>
        <d4p1:MobileUnitName>sample string 9</d4p1:MobileUnitName>
        <d4p1:NoGeoloc>true</d4p1:NoGeoloc>
        <d4p1:Renting>true</d4p1:Renting>
        <d4p1:ReservoirVolume>1</d4p1:ReservoirVolume>
        <d4p1:TachySpeedLimit>1</d4p1:TachySpeedLimit>
        <d4p1:TheoreticalConsumption>1.1</d4p1:TheoreticalConsumption>
        <d4p1:Tolerance>8</d4p1:Tolerance>
        <d4p1:TotalFuelUsed>11.1</d4p1:TotalFuelUsed>
        <d4p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcEndOfLease>
        <d4p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcMileageReport>
        <d4p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d4p1:UtcStartOfLease>
        <d4p1:VIN>sample string 4</d4p1:VIN>
        <d4p1:VehicleState>Active</d4p1:VehicleState>
      </Vehicle>
      <Containers>
        <ContainerDto>
          <Goods>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
          </Goods>
          <Vehicle xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:Brand>sample string 19</d6p1:Brand>
            <d6p1:CompatibleDownload>true</d6p1:CompatibleDownload>
            <d6p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d6p1:CustomerId>
            <d6p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcChangeMalfunctionLevel>
            <d6p1:FuelName>sample string 23</d6p1:FuelName>
            <d6p1:FuelTypeId>1</d6p1:FuelTypeId>
            <d6p1:FuelTypeIdSynthesis>1</d6p1:FuelTypeIdSynthesis>
            <d6p1:HasMalfunctionHistory>true</d6p1:HasMalfunctionHistory>
            <d6p1:IDByGovernment>sample string 16</d6p1:IDByGovernment>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsFuelTypeConflict>true</d6p1:IsFuelTypeConflict>
            <d6p1:IsVehicleCallForMaintenance>true</d6p1:IsVehicleCallForMaintenance>
            <d6p1:LicencePlate>sample string 15</d6p1:LicencePlate>
            <d6p1:MalfunctionLevel>Null</d6p1:MalfunctionLevel>
            <d6p1:Model>sample string 20</d6p1:Model>
            <d6p1:Name>sample string 17</d6p1:Name>
            <d6p1:State>Active</d6p1:State>
            <d6p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d6p1:VehicleId>
            <d6p1:VehicleType>sample string 18</d6p1:VehicleType>
            <d6p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d6p1:AgencyAffiliationId>
            <d6p1:AgencyAffiliationName>sample string 2</d6p1:AgencyAffiliationName>
            <d6p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d6p1:CANFuelReportUtc>
            <d6p1:CameraType>WITHOUT_CAMERA</d6p1:CameraType>
            <d6p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d6p1:CustomerGroupId>
            <d6p1:CustomerGroupName>sample string 3</d6p1:CustomerGroupName>
            <d6p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d6p1:ExternalInterfaceId>
            <d6p1:ExternalInterfaces xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
            </d6p1:ExternalInterfaces>
            <d6p1:IdWS>1</d6p1:IdWS>
            <d6p1:Imei>sample string 10</d6p1:Imei>
            <d6p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d6p1:InitialEntryIntoService>
            <d6p1:JobActivity>sample string 6</d6p1:JobActivity>
            <d6p1:KmEndOfLease>1</d6p1:KmEndOfLease>
            <d6p1:KmStartOfLease>1</d6p1:KmStartOfLease>
            <d6p1:Milestone>12</d6p1:Milestone>
            <d6p1:MilestoneAtAssignment>13</d6p1:MilestoneAtAssignment>
            <d6p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d6p1:MobileUnitId>
            <d6p1:MobileUnitName>sample string 9</d6p1:MobileUnitName>
            <d6p1:NoGeoloc>true</d6p1:NoGeoloc>
            <d6p1:Renting>true</d6p1:Renting>
            <d6p1:ReservoirVolume>1</d6p1:ReservoirVolume>
            <d6p1:TachySpeedLimit>1</d6p1:TachySpeedLimit>
            <d6p1:TheoreticalConsumption>1.1</d6p1:TheoreticalConsumption>
            <d6p1:Tolerance>8</d6p1:Tolerance>
            <d6p1:TotalFuelUsed>11.1</d6p1:TotalFuelUsed>
            <d6p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcEndOfLease>
            <d6p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcMileageReport>
            <d6p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcStartOfLease>
            <d6p1:VIN>sample string 4</d6p1:VIN>
            <d6p1:VehicleState>Active</d6p1:VehicleState>
          </Vehicle>
        </ContainerDto>
        <ContainerDto>
          <Goods>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
            <GoodDto>
              <ContainerType>Container</ContainerType>
              <DimensionX>1.1</DimensionX>
              <DimensionY>1.1</DimensionY>
              <DimensionZ>1.1</DimensionZ>
              <ExternalId>sample string 4</ExternalId>
              <LinearMeter>1.1</LinearMeter>
              <Name>sample string 2</Name>
              <OnLoadOrder>sample string 5</OnLoadOrder>
              <PlannedQuantity>6</PlannedQuantity>
              <Position>1</Position>
              <RealQuantity>1</RealQuantity>
              <Reference>sample string 3</Reference>
              <TypeQuantity>Unity</TypeQuantity>
              <Volume>1.1</Volume>
              <Weight>1.1</Weight>
              <GoodId>32c696c0-f131-4b1c-a7ac-9ebe42e83049</GoodId>
            </GoodDto>
          </Goods>
          <Vehicle xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:Brand>sample string 19</d6p1:Brand>
            <d6p1:CompatibleDownload>true</d6p1:CompatibleDownload>
            <d6p1:CustomerId>94fff7be-e5f8-4b45-b560-86b01f538f1d</d6p1:CustomerId>
            <d6p1:DateUtcChangeMalfunctionLevel>2026-04-22T08:17:38.9420651+00:00</d6p1:DateUtcChangeMalfunctionLevel>
            <d6p1:FuelName>sample string 23</d6p1:FuelName>
            <d6p1:FuelTypeId>1</d6p1:FuelTypeId>
            <d6p1:FuelTypeIdSynthesis>1</d6p1:FuelTypeIdSynthesis>
            <d6p1:HasMalfunctionHistory>true</d6p1:HasMalfunctionHistory>
            <d6p1:IDByGovernment>sample string 16</d6p1:IDByGovernment>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsFuelTypeConflict>true</d6p1:IsFuelTypeConflict>
            <d6p1:IsVehicleCallForMaintenance>true</d6p1:IsVehicleCallForMaintenance>
            <d6p1:LicencePlate>sample string 15</d6p1:LicencePlate>
            <d6p1:MalfunctionLevel>Null</d6p1:MalfunctionLevel>
            <d6p1:Model>sample string 20</d6p1:Model>
            <d6p1:Name>sample string 17</d6p1:Name>
            <d6p1:State>Active</d6p1:State>
            <d6p1:VehicleId>6da768dd-ec9f-40f0-87c1-044e32c7f11e</d6p1:VehicleId>
            <d6p1:VehicleType>sample string 18</d6p1:VehicleType>
            <d6p1:AgencyAffiliationId>5231cb62-131c-466c-89b8-ae878a470d52</d6p1:AgencyAffiliationId>
            <d6p1:AgencyAffiliationName>sample string 2</d6p1:AgencyAffiliationName>
            <d6p1:CANFuelReportUtc>2026-04-22T08:17:38.9420651+00:00</d6p1:CANFuelReportUtc>
            <d6p1:CameraType>WITHOUT_CAMERA</d6p1:CameraType>
            <d6p1:CustomerGroupId>c44dbf5e-c1db-43e4-8626-7a97443c25bd</d6p1:CustomerGroupId>
            <d6p1:CustomerGroupName>sample string 3</d6p1:CustomerGroupName>
            <d6p1:ExternalInterfaceId>0c21aa87-b38b-433b-8c7b-591922040814</d6p1:ExternalInterfaceId>
            <d6p1:ExternalInterfaces xmlns:d7p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface">
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
              <d7p1:ExternalInterfaceHeaderDto>
                <d7p1:CustomerId>47363b54-7a69-430c-9cd2-5b19bbb83784</d7p1:CustomerId>
                <d7p1:Id>c6f87a3a-f5b2-4749-bcf7-5f2232b5677f</d7p1:Id>
                <d7p1:Name>sample string 3</d7p1:Name>
              </d7p1:ExternalInterfaceHeaderDto>
            </d6p1:ExternalInterfaces>
            <d6p1:IdWS>1</d6p1:IdWS>
            <d6p1:Imei>sample string 10</d6p1:Imei>
            <d6p1:InitialEntryIntoService>2026-04-22T08:17:38.9420651+00:00</d6p1:InitialEntryIntoService>
            <d6p1:JobActivity>sample string 6</d6p1:JobActivity>
            <d6p1:KmEndOfLease>1</d6p1:KmEndOfLease>
            <d6p1:KmStartOfLease>1</d6p1:KmStartOfLease>
            <d6p1:Milestone>12</d6p1:Milestone>
            <d6p1:MilestoneAtAssignment>13</d6p1:MilestoneAtAssignment>
            <d6p1:MobileUnitId>9fe66dbc-ab09-448c-a313-2bb85bb4b00b</d6p1:MobileUnitId>
            <d6p1:MobileUnitName>sample string 9</d6p1:MobileUnitName>
            <d6p1:NoGeoloc>true</d6p1:NoGeoloc>
            <d6p1:Renting>true</d6p1:Renting>
            <d6p1:ReservoirVolume>1</d6p1:ReservoirVolume>
            <d6p1:TachySpeedLimit>1</d6p1:TachySpeedLimit>
            <d6p1:TheoreticalConsumption>1.1</d6p1:TheoreticalConsumption>
            <d6p1:Tolerance>8</d6p1:Tolerance>
            <d6p1:TotalFuelUsed>11.1</d6p1:TotalFuelUsed>
            <d6p1:UtcEndOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcEndOfLease>
            <d6p1:UtcMileageReport>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcMileageReport>
            <d6p1:UtcStartOfLease>2026-04-22T08:17:38.9420651+00:00</d6p1:UtcStartOfLease>
            <d6p1:VIN>sample string 4</d6p1:VIN>
            <d6p1:VehicleState>Active</d6p1:VehicleState>
          </Vehicle>
        </ContainerDto>
      </Containers>
      <EPALDelta>1</EPALDelta>
      <Interlocutor xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:Archived>true</d4p1:Archived>
        <d4p1:Code>sample string 7</d4p1:Code>
        <d4p1:ContactId>76fa2d0f-fb41-457f-9d00-665a5a1226d6</d4p1:ContactId>
        <d4p1:Email>sample string 11</d4p1:Email>
        <d4p1:Fax>sample string 10</d4p1:Fax>
        <d4p1:Fix>sample string 8</d4p1:Fix>
        <d4p1:Mobile>sample string 9</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 5</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>cf2ebf75-3da5-44b3-bd58-f8590bcb741b</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:CompanyId>750334cb-7e67-456f-bf9e-878d1ac17bdc</d4p1:CompanyId>
        <d4p1:CompanyName>sample string 4</d4p1:CompanyName>
        <d4p1:FirstNames>sample string 2</d4p1:FirstNames>
        <d4p1:LastName>sample string 1</d4p1:LastName>
        <d4p1:PersonnalPhone>sample string 3</d4p1:PersonnalPhone>
        <d4p1:Position>Director</d4p1:Position>
        <d4p1:BirthDate>2026-04-22T08:17:38.9420651+00:00</d4p1:BirthDate>
        <d4p1:Title>Doctor</d4p1:Title>
      </Interlocutor>
      <Prescription>sample string 1</Prescription>
    </StepWithContainerDto>
  </Steps>
</TransportOrderDto>