POST api/v2/transportOrder

Création d'un ordre de transport

Request Information

URI Parameters

None.

Body Parameters

TransportOrderDefinitionDto
NameDescriptionTypeAdditional information
CustomerId

Identifiant du client ( optionnel , récup via l'user connecté )

globally unique identifier

None.

InterlocutorId

Identifiant de l'interlocuteur

globally unique identifier

None.

OrganiserId

identifiant de l'organisateur

globally unique identifier

None.

Steps

Liste des étapes

Collection of StepWithContainerDefinitionDto

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.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "6446a3a5-7b5b-444d-947b-87669cdac5fa",
  "InterlocutorId": "7744c220-ea65-4d4f-9160-45ef97364a0e",
  "OrganiserId": "a881440a-074a-400e-8327-841fa32b6bb8",
  "Steps": [
    {
      "DriverId": "3f6314bf-1871-4a12-8f58-44d3d79e55fd",
      "VehicleId": "2c7333fa-1974-48fc-a451-15923096b290",
      "Prescription": "sample string 1",
      "InterlocutorId": "86dacd36-98a3-4a9b-865a-65ad1c36183b",
      "Containers": [
        {
          "VehicleId": "bf0a98f0-32e1-4368-a70f-8cc228c4b41d",
          "Goods": [
            {
              "GoodId": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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
            }
          ]
        },
        {
          "VehicleId": "bf0a98f0-32e1-4368-a70f-8cc228c4b41d",
          "Goods": [
            {
              "GoodId": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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,
      "StepId": "c6010495-5954-4961-897d-6e3eae2330b7",
      "TripId": "833f0069-f3d9-4a40-a967-f8cc654fad25",
      "PlannedStartDate": "2025-07-01T15:09:43.1461435+00:00",
      "PlannedEndDate": "2025-07-01T15:09:43.1461435+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "d3988f1a-9eea-4df0-9b30-1b674c144c89",
        "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": "b80dd986-992d-4f76-8550-29ead08eb19a",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 6",
          "SecondPartAddress": "sample string 7",
          "ZIPCode": "sample string 8",
          "City": "sample string 9"
        },
        "Archived": true
      },
      "RealStartDate": "2025-07-01T15:09:43.1461435+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2025-07-01T15:09:43.1461435+00:00",
      "EndWorkDate": "2025-07-01T15:09:43.1461435+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "92cfac3b-7969-4e9c-be47-fb86e2d5591e",
          "StepId": "a69f8e7e-d5a1-49c7-b42d-a25db79f2837",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "92cfac3b-7969-4e9c-be47-fb86e2d5591e",
          "StepId": "a69f8e7e-d5a1-49c7-b42d-a25db79f2837",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
            "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
            "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
            "EventDate": "2025-07-01T15:09:43.1461435+00:00",
            "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
            "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "e7c05a54-52f0-4722-a040-6116da7534c8",
          "StepId": "47e66c19-fa3e-4d12-a9d4-185c4451cec8",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
            "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
            "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
            "EventDate": "2025-07-01T15:09:43.1461435+00:00",
            "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
            "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "e7c05a54-52f0-4722-a040-6116da7534c8",
          "StepId": "47e66c19-fa3e-4d12-a9d4-185c4451cec8",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    },
    {
      "DriverId": "3f6314bf-1871-4a12-8f58-44d3d79e55fd",
      "VehicleId": "2c7333fa-1974-48fc-a451-15923096b290",
      "Prescription": "sample string 1",
      "InterlocutorId": "86dacd36-98a3-4a9b-865a-65ad1c36183b",
      "Containers": [
        {
          "VehicleId": "bf0a98f0-32e1-4368-a70f-8cc228c4b41d",
          "Goods": [
            {
              "GoodId": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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
            }
          ]
        },
        {
          "VehicleId": "bf0a98f0-32e1-4368-a70f-8cc228c4b41d",
          "Goods": [
            {
              "GoodId": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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": "2120778d-4562-4235-ab0a-73abaf65a906",
              "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,
      "StepId": "c6010495-5954-4961-897d-6e3eae2330b7",
      "TripId": "833f0069-f3d9-4a40-a967-f8cc654fad25",
      "PlannedStartDate": "2025-07-01T15:09:43.1461435+00:00",
      "PlannedEndDate": "2025-07-01T15:09:43.1461435+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "d3988f1a-9eea-4df0-9b30-1b674c144c89",
        "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": "b80dd986-992d-4f76-8550-29ead08eb19a",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 6",
          "SecondPartAddress": "sample string 7",
          "ZIPCode": "sample string 8",
          "City": "sample string 9"
        },
        "Archived": true
      },
      "RealStartDate": "2025-07-01T15:09:43.1461435+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2025-07-01T15:09:43.1461435+00:00",
      "EndWorkDate": "2025-07-01T15:09:43.1461435+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "92cfac3b-7969-4e9c-be47-fb86e2d5591e",
          "StepId": "a69f8e7e-d5a1-49c7-b42d-a25db79f2837",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
              "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
              "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "92cfac3b-7969-4e9c-be47-fb86e2d5591e",
          "StepId": "a69f8e7e-d5a1-49c7-b42d-a25db79f2837",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
            "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
            "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
            "EventDate": "2025-07-01T15:09:43.1461435+00:00",
            "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
            "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "e7c05a54-52f0-4722-a040-6116da7534c8",
          "StepId": "47e66c19-fa3e-4d12-a9d4-185c4451cec8",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "b7c32eee-75c8-4cd4-b464-66a59b3587c8",
            "NodeId": "3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "1d164987-a741-4acf-a2d5-3358ade720a6",
            "VehiculeId": "b78ee840-7577-4df3-b0ea-7ebb252e3abd",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "0d936211-5da0-435a-9cb3-fe4332877d4f",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "2ad14c06-af59-4f0f-a225-c66d602a8e72",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
            "EventDate": "2025-07-01T15:09:43.1461435+00:00",
            "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
            "UserAccountId": "f3f2c153-2df7-487f-8976-4004aba1025c",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "e7c05a54-52f0-4722-a040-6116da7534c8",
          "StepId": "47e66c19-fa3e-4d12-a9d4-185c4451cec8",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    }
  ],
  "TransportOrderId": "40ffb191-37cb-4981-8a3f-b08fb137e579",
  "TrackingType": 0,
  "CreationDate": "2025-07-01T15:09:43.1461435+00:00",
  "Memo": "sample string 4",
  "FileNumber": "sample string 5",
  "ExternalId": "sample string 6",
  "PlannedState": 0,
  "AffectedState": 0,
  "Archived": true,
  "IsRecurrent": true,
  "OdooFolderState": 0,
  "Locked": true
}

application/xml, text/xml

Sample:
<TransportOrderDefinitionDto 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>2025-07-01T15:09:43.1461435+00:00</CreationDate>
  <CustomerId>0cc7cbf5-aa62-44a2-a52e-8e9b59be4ebe</CustomerId>
  <ExternalId>sample string 6</ExternalId>
  <FileNumber>sample string 5</FileNumber>
  <IsRecurrent>true</IsRecurrent>
  <Locked>true</Locked>
  <Memo>sample string 4</Memo>
  <OdooFolderState>NOT_APPLICABLE</OdooFolderState>
  <PlannedState>Uncompleted</PlannedState>
  <TrackingType>None</TrackingType>
  <TransportOrderId>40ffb191-37cb-4981-8a3f-b08fb137e579</TransportOrderId>
  <CustomerId>6446a3a5-7b5b-444d-947b-87669cdac5fa</CustomerId>
  <InterlocutorId>7744c220-ea65-4d4f-9160-45ef97364a0e</InterlocutorId>
  <OrganiserId>a881440a-074a-400e-8327-841fa32b6bb8</OrganiserId>
  <Steps>
    <StepWithContainerDefinitionDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 9</d4p1:City>
        <d4p1:FirstPartAddress>sample string 6</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 7</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 8</d4p1:ZIPCode>
        <d4p1:AoiId>b80dd986-992d-4f76-8550-29ead08eb19a</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>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
            <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
            <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
            <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
          </Document>
          <Id>e7c05a54-52f0-4722-a040-6116da7534c8</Id>
          <StepId>47e66c19-fa3e-4d12-a9d4-185c4451cec8</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
            <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
            <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
            <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
          </Document>
          <Id>e7c05a54-52f0-4722-a040-6116da7534c8</Id>
          <StepId>47e66c19-fa3e-4d12-a9d4-185c4451cec8</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2025-07-01T15:09:43.1461435+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>d3988f1a-9eea-4df0-9b30-1b674c144c89</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 9</d4p1:City>
          <d4p1:FirstPartAddress>sample string 6</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 7</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 8</d4p1:ZIPCode>
          <d4p1:AoiId>b80dd986-992d-4f76-8550-29ead08eb19a</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: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>2025-07-01T15:09:43.1461435+00:00</PlannedEndDate>
      <PlannedStartDate>2025-07-01T15:09:43.1461435+00:00</PlannedStartDate>
      <RealStartDate>2025-07-01T15:09:43.1461435+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:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>92cfac3b-7969-4e9c-be47-fb86e2d5591e</Id>
          <StepId>a69f8e7e-d5a1-49c7-b42d-a25db79f2837</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>92cfac3b-7969-4e9c-be47-fb86e2d5591e</Id>
          <StepId>a69f8e7e-d5a1-49c7-b42d-a25db79f2837</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2025-07-01T15:09:43.1461435+00:00</StartWorkDate>
      <StepId>c6010495-5954-4961-897d-6e3eae2330b7</StepId>
      <StepType>Loading</StepType>
      <TripId>833f0069-f3d9-4a40-a967-f8cc654fad25</TripId>
      <Containers>
        <ContainerDefinitionDto>
          <Goods>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>d58a73c4-7613-4947-b02e-97ef905c628d</StepId>
          <VehicleId>bf0a98f0-32e1-4368-a70f-8cc228c4b41d</VehicleId>
        </ContainerDefinitionDto>
        <ContainerDefinitionDto>
          <Goods>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>d58a73c4-7613-4947-b02e-97ef905c628d</StepId>
          <VehicleId>bf0a98f0-32e1-4368-a70f-8cc228c4b41d</VehicleId>
        </ContainerDefinitionDto>
      </Containers>
      <DriverId>3f6314bf-1871-4a12-8f58-44d3d79e55fd</DriverId>
      <EPALDelta>1</EPALDelta>
      <InterlocutorId>86dacd36-98a3-4a9b-865a-65ad1c36183b</InterlocutorId>
      <Prescription>sample string 1</Prescription>
      <VehicleId>2c7333fa-1974-48fc-a451-15923096b290</VehicleId>
    </StepWithContainerDefinitionDto>
    <StepWithContainerDefinitionDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 9</d4p1:City>
        <d4p1:FirstPartAddress>sample string 6</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 7</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 8</d4p1:ZIPCode>
        <d4p1:AoiId>b80dd986-992d-4f76-8550-29ead08eb19a</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>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
            <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
            <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
            <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
          </Document>
          <Id>e7c05a54-52f0-4722-a040-6116da7534c8</Id>
          <StepId>47e66c19-fa3e-4d12-a9d4-185c4451cec8</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
            <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
            <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
            <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
          </Document>
          <Id>e7c05a54-52f0-4722-a040-6116da7534c8</Id>
          <StepId>47e66c19-fa3e-4d12-a9d4-185c4451cec8</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2025-07-01T15:09:43.1461435+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>d3988f1a-9eea-4df0-9b30-1b674c144c89</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 9</d4p1:City>
          <d4p1:FirstPartAddress>sample string 6</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 7</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 8</d4p1:ZIPCode>
          <d4p1:AoiId>b80dd986-992d-4f76-8550-29ead08eb19a</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: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>2025-07-01T15:09:43.1461435+00:00</PlannedEndDate>
      <PlannedStartDate>2025-07-01T15:09:43.1461435+00:00</PlannedStartDate>
      <RealStartDate>2025-07-01T15:09:43.1461435+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:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>92cfac3b-7969-4e9c-be47-fb86e2d5591e</Id>
          <StepId>a69f8e7e-d5a1-49c7-b42d-a25db79f2837</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
        <StepReserveDto>
          <Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-07-01T15:09:43.1461435+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>1d164987-a741-4acf-a2d5-3358ade720a6</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>0d936211-5da0-435a-9cb3-fe4332877d4f</d6p1:DriverId>
              <d6p1:EventDate>2025-07-01T15:09:43.1461435+00:00</d6p1:EventDate>
              <d6p1:FileReason>sample string 14</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>2ad14c06-af59-4f0f-a225-c66d602a8e72</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>b7c32eee-75c8-4cd4-b464-66a59b3587c8</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>3172d453-c8b9-4b61-bb6c-8dfe3e0ffcf1</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-07-01T15:09:43.1461435+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>f3f2c153-2df7-487f-8976-4004aba1025c</d6p1:UserAccountId>
              <d6p1:VehiculeId>b78ee840-7577-4df3-b0ea-7ebb252e3abd</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>92cfac3b-7969-4e9c-be47-fb86e2d5591e</Id>
          <StepId>a69f8e7e-d5a1-49c7-b42d-a25db79f2837</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2025-07-01T15:09:43.1461435+00:00</StartWorkDate>
      <StepId>c6010495-5954-4961-897d-6e3eae2330b7</StepId>
      <StepType>Loading</StepType>
      <TripId>833f0069-f3d9-4a40-a967-f8cc654fad25</TripId>
      <Containers>
        <ContainerDefinitionDto>
          <Goods>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>d58a73c4-7613-4947-b02e-97ef905c628d</StepId>
          <VehicleId>bf0a98f0-32e1-4368-a70f-8cc228c4b41d</VehicleId>
        </ContainerDefinitionDto>
        <ContainerDefinitionDto>
          <Goods>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
            <GoodDefinitionDto>
              <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>2120778d-4562-4235-ab0a-73abaf65a906</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>d58a73c4-7613-4947-b02e-97ef905c628d</StepId>
          <VehicleId>bf0a98f0-32e1-4368-a70f-8cc228c4b41d</VehicleId>
        </ContainerDefinitionDto>
      </Containers>
      <DriverId>3f6314bf-1871-4a12-8f58-44d3d79e55fd</DriverId>
      <EPALDelta>1</EPALDelta>
      <InterlocutorId>86dacd36-98a3-4a9b-865a-65ad1c36183b</InterlocutorId>
      <Prescription>sample string 1</Prescription>
      <VehicleId>2c7333fa-1974-48fc-a451-15923096b290</VehicleId>
    </StepWithContainerDefinitionDto>
  </Steps>
</TransportOrderDefinitionDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenResponseDtoOfTransportOrderDefinitionDto
NameDescriptionTypeAdditional information
IsValid

boolean

None.

Errors

Collection of string

None.

Data

TransportOrderDefinitionDto

None.

CmdId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "IsValid": true,
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Data": {
    "CustomerId": "f592d6c4-2a94-4fdd-849c-0246fbab437b",
    "InterlocutorId": "fb37b2c6-d273-4af4-be4a-279d64fde968",
    "OrganiserId": "4ce835de-df16-4348-ac5d-4de6832ffa5d",
    "Steps": [
      {
        "DriverId": "b7819631-2af6-4f97-a3dc-2eb52f18dd85",
        "VehicleId": "b2b36a8b-fe7d-430c-b572-fafb762602c6",
        "Prescription": "sample string 1",
        "InterlocutorId": "d237d56d-f7fd-4e05-b461-98c0881b321a",
        "Containers": [
          {
            "VehicleId": "a5e6238a-a11e-424e-926e-53035766a2f2",
            "Goods": [
              {
                "GoodId": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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
              }
            ]
          },
          {
            "VehicleId": "a5e6238a-a11e-424e-926e-53035766a2f2",
            "Goods": [
              {
                "GoodId": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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,
        "StepId": "8002609c-b371-4a84-ac00-16437276693c",
        "TripId": "124d0f11-5ae4-4b1a-ae05-f08f8cbade16",
        "PlannedStartDate": "2025-07-01T15:09:43.1461435+00:00",
        "PlannedEndDate": "2025-07-01T15:09:43.1461435+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "99e0c134-6615-402f-bd45-fa6f81c73072",
          "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": "989e86c4-d126-4161-97ed-d35277432e11",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-07-01T15:09:43.1461435+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-07-01T15:09:43.1461435+00:00",
        "EndWorkDate": "2025-07-01T15:09:43.1461435+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "d009ed7b-21cc-4351-9d9c-3c4cb27808ba",
            "StepId": "4e74f969-d2c2-42e4-85c2-49fe3911dc79",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "d009ed7b-21cc-4351-9d9c-3c4cb27808ba",
            "StepId": "4e74f969-d2c2-42e4-85c2-49fe3911dc79",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
              "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
              "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "f2c99f85-58c6-4fc4-9272-fc003369df4f",
            "StepId": "fccf9577-1909-4411-b534-54251a44eb06",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
              "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
              "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "f2c99f85-58c6-4fc4-9272-fc003369df4f",
            "StepId": "fccf9577-1909-4411-b534-54251a44eb06",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      },
      {
        "DriverId": "b7819631-2af6-4f97-a3dc-2eb52f18dd85",
        "VehicleId": "b2b36a8b-fe7d-430c-b572-fafb762602c6",
        "Prescription": "sample string 1",
        "InterlocutorId": "d237d56d-f7fd-4e05-b461-98c0881b321a",
        "Containers": [
          {
            "VehicleId": "a5e6238a-a11e-424e-926e-53035766a2f2",
            "Goods": [
              {
                "GoodId": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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
              }
            ]
          },
          {
            "VehicleId": "a5e6238a-a11e-424e-926e-53035766a2f2",
            "Goods": [
              {
                "GoodId": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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": "c03413c1-e979-4f02-ab69-4212943247ca",
                "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,
        "StepId": "8002609c-b371-4a84-ac00-16437276693c",
        "TripId": "124d0f11-5ae4-4b1a-ae05-f08f8cbade16",
        "PlannedStartDate": "2025-07-01T15:09:43.1461435+00:00",
        "PlannedEndDate": "2025-07-01T15:09:43.1461435+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "99e0c134-6615-402f-bd45-fa6f81c73072",
          "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": "989e86c4-d126-4161-97ed-d35277432e11",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 6",
            "SecondPartAddress": "sample string 7",
            "ZIPCode": "sample string 8",
            "City": "sample string 9"
          },
          "Archived": true
        },
        "RealStartDate": "2025-07-01T15:09:43.1461435+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-07-01T15:09:43.1461435+00:00",
        "EndWorkDate": "2025-07-01T15:09:43.1461435+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "d009ed7b-21cc-4351-9d9c-3c4cb27808ba",
            "StepId": "4e74f969-d2c2-42e4-85c2-49fe3911dc79",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
                "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
                "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
                "EventDate": "2025-07-01T15:09:43.1461435+00:00",
                "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
                "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "d009ed7b-21cc-4351-9d9c-3c4cb27808ba",
            "StepId": "4e74f969-d2c2-42e4-85c2-49fe3911dc79",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
              "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
              "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "f2c99f85-58c6-4fc4-9272-fc003369df4f",
            "StepId": "fccf9577-1909-4411-b534-54251a44eb06",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "aae903ee-a9f9-4161-bfd8-a7069c6df8c3",
              "NodeId": "975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "2191d742-287e-42c0-8675-1bfe03e22bce",
              "VehiculeId": "0458fd7d-68c6-4714-bb46-b2388b03e45f",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "81344da5-9486-459a-beb1-f5d42ada9b1a",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "317f0eb3-cc1c-4783-92af-4346a97ed547",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-07-01T15:09:43.1461435+00:00",
              "EventDate": "2025-07-01T15:09:43.1461435+00:00",
              "TimeToLive": "2025-07-01T15:09:43.1461435+00:00",
              "UserAccountId": "0d1d9906-3fee-492e-b18f-cf3f73e187dc",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-07-01T15:09:43.1461435+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "f2c99f85-58c6-4fc4-9272-fc003369df4f",
            "StepId": "fccf9577-1909-4411-b534-54251a44eb06",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      }
    ],
    "TransportOrderId": "b120ccdf-95fc-4622-b29a-e1207e7f0034",
    "TrackingType": 0,
    "CreationDate": "2025-07-01T15:09:43.1461435+00:00",
    "Memo": "sample string 4",
    "FileNumber": "sample string 5",
    "ExternalId": "sample string 6",
    "PlannedState": 0,
    "AffectedState": 0,
    "Archived": true,
    "IsRecurrent": true,
    "OdooFolderState": 0,
    "Locked": true
  },
  "CmdId": "ce436ad1-34d5-4a82-a1a4-44c0fdaa6c02"
}

application/xml, text/xml

Sample:
<GenResponseDtoOfTransportOrderDefinitionDtokCzmMoEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
  <CmdId>ce436ad1-34d5-4a82-a1a4-44c0fdaa6c02</CmdId>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.TransportOrder">
    <d2p1:AffectedState>Uncompleted</d2p1:AffectedState>
    <d2p1:Archived>true</d2p1:Archived>
    <d2p1:CreationDate>2025-07-01T15:09:43.1461435+00:00</d2p1:CreationDate>
    <d2p1:CustomerId>0bada894-6a76-475a-8e21-7a0ef08e5b68</d2p1:CustomerId>
    <d2p1:ExternalId>sample string 6</d2p1:ExternalId>
    <d2p1:FileNumber>sample string 5</d2p1:FileNumber>
    <d2p1:IsRecurrent>true</d2p1:IsRecurrent>
    <d2p1:Locked>true</d2p1:Locked>
    <d2p1:Memo>sample string 4</d2p1:Memo>
    <d2p1:OdooFolderState>NOT_APPLICABLE</d2p1:OdooFolderState>
    <d2p1:PlannedState>Uncompleted</d2p1:PlannedState>
    <d2p1:TrackingType>None</d2p1:TrackingType>
    <d2p1:TransportOrderId>b120ccdf-95fc-4622-b29a-e1207e7f0034</d2p1:TransportOrderId>
    <d2p1:CustomerId>f592d6c4-2a94-4fdd-849c-0246fbab437b</d2p1:CustomerId>
    <d2p1:InterlocutorId>fb37b2c6-d273-4af4-be4a-279d64fde968</d2p1:InterlocutorId>
    <d2p1:OrganiserId>4ce835de-df16-4348-ac5d-4de6832ffa5d</d2p1:OrganiserId>
    <d2p1:Steps>
      <d2p1:StepWithContainerDefinitionDto>
        <d2p1:Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>989e86c4-d126-4161-97ed-d35277432e11</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </d2p1:Address>
        <d2p1:Documents>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
              <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
              <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
              <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
              <FileReason>sample string 14</FileReason>
              <FileSize>13</FileSize>
              <FriendlyDriver>sample string 4</FriendlyDriver>
              <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
              <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
              <FriendlyVehicule>sample string 3</FriendlyVehicule>
              <GroupContentType>Null</GroupContentType>
              <IDDirectory>1</IDDirectory>
              <IDFileDemandor>Null</IDFileDemandor>
              <IDKind>Null</IDKind>
              <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
              <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>f2c99f85-58c6-4fc4-9272-fc003369df4f</d2p1:Id>
            <d2p1:StepId>fccf9577-1909-4411-b534-54251a44eb06</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
            <d2p1:Type>Cmr</d2p1:Type>
          </d2p1:StepDocumentDto>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
              <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
              <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
              <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
              <FileReason>sample string 14</FileReason>
              <FileSize>13</FileSize>
              <FriendlyDriver>sample string 4</FriendlyDriver>
              <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
              <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
              <FriendlyVehicule>sample string 3</FriendlyVehicule>
              <GroupContentType>Null</GroupContentType>
              <IDDirectory>1</IDDirectory>
              <IDFileDemandor>Null</IDFileDemandor>
              <IDKind>Null</IDKind>
              <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
              <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>f2c99f85-58c6-4fc4-9272-fc003369df4f</d2p1:Id>
            <d2p1:StepId>fccf9577-1909-4411-b534-54251a44eb06</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
            <d2p1:Type>Cmr</d2p1:Type>
          </d2p1:StepDocumentDto>
        </d2p1:Documents>
        <d2p1:DriverVisualization>true</d2p1:DriverVisualization>
        <d2p1:EndWorkDate>2025-07-01T15:09:43.1461435+00:00</d2p1:EndWorkDate>
        <d2p1:ExternalId>sample string 5</d2p1:ExternalId>
        <d2p1:Index>4</d2p1:Index>
        <d2p1:Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>99e0c134-6615-402f-bd45-fa6f81c73072</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>989e86c4-d126-4161-97ed-d35277432e11</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </d2p1:Place>
        <d2p1:PlannedEndDate>2025-07-01T15:09:43.1461435+00:00</d2p1:PlannedEndDate>
        <d2p1:PlannedStartDate>2025-07-01T15:09:43.1461435+00:00</d2p1:PlannedStartDate>
        <d2p1:RealStartDate>2025-07-01T15:09:43.1461435+00:00</d2p1:RealStartDate>
        <d2p1:Reserve>sample string 6</d2p1:Reserve>
        <d2p1:Reserves>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>d009ed7b-21cc-4351-9d9c-3c4cb27808ba</d2p1:Id>
            <d2p1:StepId>4e74f969-d2c2-42e4-85c2-49fe3911dc79</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>d009ed7b-21cc-4351-9d9c-3c4cb27808ba</d2p1:Id>
            <d2p1:StepId>4e74f969-d2c2-42e4-85c2-49fe3911dc79</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
        </d2p1:Reserves>
        <d2p1:StartWorkDate>2025-07-01T15:09:43.1461435+00:00</d2p1:StartWorkDate>
        <d2p1:StepId>8002609c-b371-4a84-ac00-16437276693c</d2p1:StepId>
        <d2p1:StepType>Loading</d2p1:StepType>
        <d2p1:TripId>124d0f11-5ae4-4b1a-ae05-f08f8cbade16</d2p1:TripId>
        <d2p1:Containers>
          <d2p1:ContainerDefinitionDto>
            <d2p1:Goods>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>87bd90b8-684f-4f2c-ae41-76ba67b03ca3</d2p1:StepId>
            <d2p1:VehicleId>a5e6238a-a11e-424e-926e-53035766a2f2</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
          <d2p1:ContainerDefinitionDto>
            <d2p1:Goods>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>87bd90b8-684f-4f2c-ae41-76ba67b03ca3</d2p1:StepId>
            <d2p1:VehicleId>a5e6238a-a11e-424e-926e-53035766a2f2</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
        </d2p1:Containers>
        <d2p1:DriverId>b7819631-2af6-4f97-a3dc-2eb52f18dd85</d2p1:DriverId>
        <d2p1:EPALDelta>1</d2p1:EPALDelta>
        <d2p1:InterlocutorId>d237d56d-f7fd-4e05-b461-98c0881b321a</d2p1:InterlocutorId>
        <d2p1:Prescription>sample string 1</d2p1:Prescription>
        <d2p1:VehicleId>b2b36a8b-fe7d-430c-b572-fafb762602c6</d2p1:VehicleId>
      </d2p1:StepWithContainerDefinitionDto>
      <d2p1:StepWithContainerDefinitionDto>
        <d2p1:Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 9</d5p1:City>
          <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
          <d5p1:AoiId>989e86c4-d126-4161-97ed-d35277432e11</d5p1:AoiId>
          <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
          <d5p1:Name>sample string 5</d5p1:Name>
          <d5p1:Radius>4</d5p1:Radius>
          <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
        </d2p1:Address>
        <d2p1:Documents>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
              <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
              <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
              <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
              <FileReason>sample string 14</FileReason>
              <FileSize>13</FileSize>
              <FriendlyDriver>sample string 4</FriendlyDriver>
              <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
              <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
              <FriendlyVehicule>sample string 3</FriendlyVehicule>
              <GroupContentType>Null</GroupContentType>
              <IDDirectory>1</IDDirectory>
              <IDFileDemandor>Null</IDFileDemandor>
              <IDKind>Null</IDKind>
              <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
              <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>f2c99f85-58c6-4fc4-9272-fc003369df4f</d2p1:Id>
            <d2p1:StepId>fccf9577-1909-4411-b534-54251a44eb06</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
            <d2p1:Type>Cmr</d2p1:Type>
          </d2p1:StepDocumentDto>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
              <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
              <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
              <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
              <FileReason>sample string 14</FileReason>
              <FileSize>13</FileSize>
              <FriendlyDriver>sample string 4</FriendlyDriver>
              <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
              <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
              <FriendlyVehicule>sample string 3</FriendlyVehicule>
              <GroupContentType>Null</GroupContentType>
              <IDDirectory>1</IDDirectory>
              <IDFileDemandor>Null</IDFileDemandor>
              <IDKind>Null</IDKind>
              <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
              <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>f2c99f85-58c6-4fc4-9272-fc003369df4f</d2p1:Id>
            <d2p1:StepId>fccf9577-1909-4411-b534-54251a44eb06</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
            <d2p1:Type>Cmr</d2p1:Type>
          </d2p1:StepDocumentDto>
        </d2p1:Documents>
        <d2p1:DriverVisualization>true</d2p1:DriverVisualization>
        <d2p1:EndWorkDate>2025-07-01T15:09:43.1461435+00:00</d2p1:EndWorkDate>
        <d2p1:ExternalId>sample string 5</d2p1:ExternalId>
        <d2p1:Index>4</d2p1:Index>
        <d2p1:Place xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:Archived>true</d5p1:Archived>
          <d5p1:Code>sample string 6</d5p1:Code>
          <d5p1:ContactId>99e0c134-6615-402f-bd45-fa6f81c73072</d5p1:ContactId>
          <d5p1:Email>sample string 10</d5p1:Email>
          <d5p1:Fax>sample string 9</d5p1:Fax>
          <d5p1:Fix>sample string 7</d5p1:Fix>
          <d5p1:Mobile>sample string 8</d5p1:Mobile>
          <d5p1:OdooId>1</d5p1:OdooId>
          <d5p1:Subcontractor>true</d5p1:Subcontractor>
          <d5p1:TierType>sample string 3</d5p1:TierType>
          <d5p1:Zoi>
            <d5p1:City>sample string 9</d5p1:City>
            <d5p1:FirstPartAddress>sample string 6</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 7</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 8</d5p1:ZIPCode>
            <d5p1:AoiId>989e86c4-d126-4161-97ed-d35277432e11</d5p1:AoiId>
            <d5p1:ISOCountryCode>sample string 2</d5p1:ISOCountryCode>
            <d5p1:Name>sample string 5</d5p1:Name>
            <d5p1:Radius>4</d5p1:Radius>
            <d5p1:ShowOnMap>true</d5p1:ShowOnMap>
          </d5p1:Zoi>
          <d5p1:IsContact>true</d5p1:IsContact>
          <d5p1:Name>sample string 1</d5p1:Name>
          <d5p1:SIRET>sample string 2</d5p1:SIRET>
          <d5p1:Type>Agency</d5p1:Type>
        </d2p1:Place>
        <d2p1:PlannedEndDate>2025-07-01T15:09:43.1461435+00:00</d2p1:PlannedEndDate>
        <d2p1:PlannedStartDate>2025-07-01T15:09:43.1461435+00:00</d2p1:PlannedStartDate>
        <d2p1:RealStartDate>2025-07-01T15:09:43.1461435+00:00</d2p1:RealStartDate>
        <d2p1:Reserve>sample string 6</d2p1:Reserve>
        <d2p1:Reserves>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>d009ed7b-21cc-4351-9d9c-3c4cb27808ba</d2p1:Id>
            <d2p1:StepId>4e74f969-d2c2-42e4-85c2-49fe3911dc79</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-07-01T15:09:43.1461435+00:00</CreateDate>
                <CustomerId>2191d742-287e-42c0-8675-1bfe03e22bce</CustomerId>
                <DateUtcExpireURL>2025-07-01T15:09:43.1461435+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>81344da5-9486-459a-beb1-f5d42ada9b1a</DriverId>
                <EventDate>2025-07-01T15:09:43.1461435+00:00</EventDate>
                <FileReason>sample string 14</FileReason>
                <FileSize>13</FileSize>
                <FriendlyDriver>sample string 4</FriendlyDriver>
                <FriendlyFileDemandor>sample string 7</FriendlyFileDemandor>
                <FriendlyUserAccount>sample string 10</FriendlyUserAccount>
                <FriendlyVehicule>sample string 3</FriendlyVehicule>
                <GroupContentType>Null</GroupContentType>
                <IDDirectory>1</IDDirectory>
                <IDFileDemandor>Null</IDFileDemandor>
                <IDKind>Null</IDKind>
                <IDSource>317f0eb3-cc1c-4783-92af-4346a97ed547</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>aae903ee-a9f9-4161-bfd8-a7069c6df8c3</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>975efdcf-0e59-4cfd-bc6b-4a1a7e7ce5d2</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-07-01T15:09:43.1461435+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>0d1d9906-3fee-492e-b18f-cf3f73e187dc</UserAccountId>
                <VehiculeId>0458fd7d-68c6-4714-bb46-b2388b03e45f</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>d009ed7b-21cc-4351-9d9c-3c4cb27808ba</d2p1:Id>
            <d2p1:StepId>4e74f969-d2c2-42e4-85c2-49fe3911dc79</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
        </d2p1:Reserves>
        <d2p1:StartWorkDate>2025-07-01T15:09:43.1461435+00:00</d2p1:StartWorkDate>
        <d2p1:StepId>8002609c-b371-4a84-ac00-16437276693c</d2p1:StepId>
        <d2p1:StepType>Loading</d2p1:StepType>
        <d2p1:TripId>124d0f11-5ae4-4b1a-ae05-f08f8cbade16</d2p1:TripId>
        <d2p1:Containers>
          <d2p1:ContainerDefinitionDto>
            <d2p1:Goods>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>87bd90b8-684f-4f2c-ae41-76ba67b03ca3</d2p1:StepId>
            <d2p1:VehicleId>a5e6238a-a11e-424e-926e-53035766a2f2</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
          <d2p1:ContainerDefinitionDto>
            <d2p1:Goods>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
              <d2p1:GoodDefinitionDto>
                <d2p1:ContainerType>Container</d2p1:ContainerType>
                <d2p1:DimensionX>1.1</d2p1:DimensionX>
                <d2p1:DimensionY>1.1</d2p1:DimensionY>
                <d2p1:DimensionZ>1.1</d2p1:DimensionZ>
                <d2p1:ExternalId>sample string 4</d2p1:ExternalId>
                <d2p1:LinearMeter>1.1</d2p1:LinearMeter>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:OnLoadOrder>sample string 5</d2p1:OnLoadOrder>
                <d2p1:PlannedQuantity>6</d2p1:PlannedQuantity>
                <d2p1:Position>1</d2p1:Position>
                <d2p1:RealQuantity>1</d2p1:RealQuantity>
                <d2p1:Reference>sample string 3</d2p1:Reference>
                <d2p1:TypeQuantity>Unity</d2p1:TypeQuantity>
                <d2p1:Volume>1.1</d2p1:Volume>
                <d2p1:Weight>1.1</d2p1:Weight>
                <d2p1:GoodId>c03413c1-e979-4f02-ab69-4212943247ca</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>87bd90b8-684f-4f2c-ae41-76ba67b03ca3</d2p1:StepId>
            <d2p1:VehicleId>a5e6238a-a11e-424e-926e-53035766a2f2</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
        </d2p1:Containers>
        <d2p1:DriverId>b7819631-2af6-4f97-a3dc-2eb52f18dd85</d2p1:DriverId>
        <d2p1:EPALDelta>1</d2p1:EPALDelta>
        <d2p1:InterlocutorId>d237d56d-f7fd-4e05-b461-98c0881b321a</d2p1:InterlocutorId>
        <d2p1:Prescription>sample string 1</d2p1:Prescription>
        <d2p1:VehicleId>b2b36a8b-fe7d-430c-b572-fafb762602c6</d2p1:VehicleId>
      </d2p1:StepWithContainerDefinitionDto>
    </d2p1:Steps>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
  <IsValid>true</IsValid>
</GenResponseDtoOfTransportOrderDefinitionDtokCzmMoEG>