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": "d7e6435d-003b-4783-a4a9-1f0e9959109c",
  "InterlocutorId": "98b24ef4-1407-495a-8add-d85880b2596a",
  "OrganiserId": "9e6cad67-f87c-4806-9a3e-8f7eee85e32f",
  "Steps": [
    {
      "DriverId": "467828c1-a77e-46e2-9acb-008012683c44",
      "VehicleId": "1889893a-10a5-4a0d-a6d1-af88e8b378a1",
      "Prescription": "sample string 1",
      "InterlocutorId": "6f98f303-031f-4c19-b981-35403ba79ba7",
      "Containers": [
        {
          "VehicleId": "7c77d16b-f6f1-469d-ba79-fc24866b1cc8",
          "Goods": [
            {
              "GoodId": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "7c77d16b-f6f1-469d-ba79-fc24866b1cc8",
          "Goods": [
            {
              "GoodId": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "658af472-7d87-43e5-b22f-d9ccd4d0e671",
      "TripId": "aefbd14a-bb48-45bf-ab6b-5a50650ab3fc",
      "PlannedStartDate": "2025-10-13T22:59:44.6611399+00:00",
      "PlannedEndDate": "2025-10-13T22:59:44.6611399+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "5488fc75-48de-41c7-92d2-5571f99be81c",
        "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": "49b5d475-2581-4add-a79b-2b701e27da2a",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "RealStartDate": "2025-10-13T22:59:44.6611399+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2025-10-13T22:59:44.6611399+00:00",
      "EndWorkDate": "2025-10-13T22:59:44.6611399+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "035113d5-f2d6-4fe4-97ff-3f81b3276209",
          "StepId": "f45774f8-91fb-41b0-91b6-2ff582b8b06d",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "035113d5-f2d6-4fe4-97ff-3f81b3276209",
          "StepId": "f45774f8-91fb-41b0-91b6-2ff582b8b06d",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
            "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
            "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
            "EventDate": "2025-10-13T22:59:44.6611399+00:00",
            "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
            "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "53e9ac24-5224-4b25-a2d3-b60ed929a3d6",
          "StepId": "cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
            "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
            "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
            "EventDate": "2025-10-13T22:59:44.6611399+00:00",
            "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
            "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "53e9ac24-5224-4b25-a2d3-b60ed929a3d6",
          "StepId": "cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    },
    {
      "DriverId": "467828c1-a77e-46e2-9acb-008012683c44",
      "VehicleId": "1889893a-10a5-4a0d-a6d1-af88e8b378a1",
      "Prescription": "sample string 1",
      "InterlocutorId": "6f98f303-031f-4c19-b981-35403ba79ba7",
      "Containers": [
        {
          "VehicleId": "7c77d16b-f6f1-469d-ba79-fc24866b1cc8",
          "Goods": [
            {
              "GoodId": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "7c77d16b-f6f1-469d-ba79-fc24866b1cc8",
          "Goods": [
            {
              "GoodId": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "a6a356d4-345c-4c07-83f0-59b3f7bd9412",
              "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": "658af472-7d87-43e5-b22f-d9ccd4d0e671",
      "TripId": "aefbd14a-bb48-45bf-ab6b-5a50650ab3fc",
      "PlannedStartDate": "2025-10-13T22:59:44.6611399+00:00",
      "PlannedEndDate": "2025-10-13T22:59:44.6611399+00:00",
      "Place": {
        "Name": "sample string 1",
        "Type": 0,
        "SIRET": "sample string 2",
        "TierType": "sample string 3",
        "IsContact": true,
        "ContactId": "5488fc75-48de-41c7-92d2-5571f99be81c",
        "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": "49b5d475-2581-4add-a79b-2b701e27da2a",
          "ISOCountryCode": "sample string 2",
          "ShowOnMap": true,
          "Radius": 4,
          "UsedByTMSSteps": true,
          "Latitude": 1.1,
          "Longitude": 1.1,
          "StreetNumber": 1,
          "FirstPartAddress": "sample string 7",
          "SecondPartAddress": "sample string 8",
          "ZIPCode": "sample string 9",
          "City": "sample string 10"
        },
        "Archived": true
      },
      "RealStartDate": "2025-10-13T22:59:44.6611399+00:00",
      "DriverVisualization": true,
      "Index": 4,
      "StartWorkDate": "2025-10-13T22:59:44.6611399+00:00",
      "EndWorkDate": "2025-10-13T22:59:44.6611399+00:00",
      "StepType": 0,
      "ExternalId": "sample string 5",
      "Reserve": "sample string 6",
      "Reserves": [
        {
          "Documents": [
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "035113d5-f2d6-4fe4-97ff-3f81b3276209",
          "StepId": "f45774f8-91fb-41b0-91b6-2ff582b8b06d",
          "Text": "sample string 3"
        },
        {
          "Documents": [
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            {
              "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
              "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
              "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
              "EventDate": "2025-10-13T22:59:44.6611399+00:00",
              "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
              "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            }
          ],
          "Id": "035113d5-f2d6-4fe4-97ff-3f81b3276209",
          "StepId": "f45774f8-91fb-41b0-91b6-2ff582b8b06d",
          "Text": "sample string 3"
        }
      ],
      "Documents": [
        {
          "Document": {
            "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
            "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
            "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
            "EventDate": "2025-10-13T22:59:44.6611399+00:00",
            "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
            "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "53e9ac24-5224-4b25-a2d3-b60ed929a3d6",
          "StepId": "cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c",
          "Text": "sample string 3",
          "Type": 1
        },
        {
          "Document": {
            "Id": "8a0e6f63-e313-4a87-be97-4bc31e438cf9",
            "NodeId": "652377b0-d86d-4ffd-9216-8431ae8e9d5b",
            "IDDirectory": 1,
            "Name": "sample string 2",
            "CustomerId": "b7a23414-d70b-4f53-8b2a-d4536c2dc01a",
            "VehiculeId": "078efa97-19b3-4e4f-82e6-1bb99e01b1cc",
            "FriendlyVehicule": "sample string 3",
            "DriverId": "4cd536ae-32e4-4b04-bd36-eb197805694d",
            "FriendlyDriver": "sample string 4",
            "Origin": "sample string 5",
            "IDKind": 0,
            "IDStorage": 0,
            "IDSource": "802d369c-992e-4a1c-87e9-b4e0a87cc44f",
            "IDFileDemandor": 0,
            "FriendlyFileDemandor": "sample string 7",
            "DemandorDetails": "sample string 8",
            "CreateDate": "2025-10-13T22:59:44.6611399+00:00",
            "EventDate": "2025-10-13T22:59:44.6611399+00:00",
            "TimeToLive": "2025-10-13T22:59:44.6611399+00:00",
            "UserAccountId": "4fd09554-21d5-46cc-9169-cc65e2152ed6",
            "FriendlyUserAccount": "sample string 10",
            "URL": "sample string 11",
            "DateUtcExpireURL": "2025-10-13T22:59:44.6611399+00:00",
            "GroupContentType": 0,
            "ContentType": 0,
            "IsHidden": true,
            "FileSize": 13,
            "FileReason": "sample string 14"
          },
          "Id": "53e9ac24-5224-4b25-a2d3-b60ed929a3d6",
          "StepId": "cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c",
          "Text": "sample string 3",
          "Type": 1
        }
      ]
    }
  ],
  "TransportOrderId": "0fbddd90-c41c-460d-adeb-1ae2b3382a5b",
  "TrackingType": 0,
  "CreationDate": "2025-10-13T22:59:44.6611399+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-10-13T22:59:44.6611399+00:00</CreationDate>
  <CustomerId>2bb40135-cf46-41d1-8229-89b7102d1db7</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>0fbddd90-c41c-460d-adeb-1ae2b3382a5b</TransportOrderId>
  <CustomerId>d7e6435d-003b-4783-a4a9-1f0e9959109c</CustomerId>
  <InterlocutorId>98b24ef4-1407-495a-8add-d85880b2596a</InterlocutorId>
  <OrganiserId>9e6cad67-f87c-4806-9a3e-8f7eee85e32f</OrganiserId>
  <Steps>
    <StepWithContainerDefinitionDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 10</d4p1:City>
        <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
        <d4p1:AoiId>49b5d475-2581-4add-a79b-2b701e27da2a</d4p1:AoiId>
        <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
        <d4p1:Name>sample string 5</d4p1:Name>
        <d4p1:Radius>4</d4p1:Radius>
        <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
        <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
            <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
            <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
          </Document>
          <Id>53e9ac24-5224-4b25-a2d3-b60ed929a3d6</Id>
          <StepId>cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c</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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
            <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
            <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
          </Document>
          <Id>53e9ac24-5224-4b25-a2d3-b60ed929a3d6</Id>
          <StepId>cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2025-10-13T22:59:44.6611399+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>5488fc75-48de-41c7-92d2-5571f99be81c</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>49b5d475-2581-4add-a79b-2b701e27da2a</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </Place>
      <PlannedEndDate>2025-10-13T22:59:44.6611399+00:00</PlannedEndDate>
      <PlannedStartDate>2025-10-13T22:59:44.6611399+00:00</PlannedStartDate>
      <RealStartDate>2025-10-13T22:59:44.6611399+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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>035113d5-f2d6-4fe4-97ff-3f81b3276209</Id>
          <StepId>f45774f8-91fb-41b0-91b6-2ff582b8b06d</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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>035113d5-f2d6-4fe4-97ff-3f81b3276209</Id>
          <StepId>f45774f8-91fb-41b0-91b6-2ff582b8b06d</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2025-10-13T22:59:44.6611399+00:00</StartWorkDate>
      <StepId>658af472-7d87-43e5-b22f-d9ccd4d0e671</StepId>
      <StepType>Loading</StepType>
      <TripId>aefbd14a-bb48-45bf-ab6b-5a50650ab3fc</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>7a74b761-a43b-4fab-9176-02e70a065816</StepId>
          <VehicleId>7c77d16b-f6f1-469d-ba79-fc24866b1cc8</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>7a74b761-a43b-4fab-9176-02e70a065816</StepId>
          <VehicleId>7c77d16b-f6f1-469d-ba79-fc24866b1cc8</VehicleId>
        </ContainerDefinitionDto>
      </Containers>
      <DriverId>467828c1-a77e-46e2-9acb-008012683c44</DriverId>
      <EPALDelta>1</EPALDelta>
      <InterlocutorId>6f98f303-031f-4c19-b981-35403ba79ba7</InterlocutorId>
      <Prescription>sample string 1</Prescription>
      <VehicleId>1889893a-10a5-4a0d-a6d1-af88e8b378a1</VehicleId>
    </StepWithContainerDefinitionDto>
    <StepWithContainerDefinitionDto>
      <Address xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
        <d4p1:City>sample string 10</d4p1:City>
        <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
        <d4p1:Latitude>1.1</d4p1:Latitude>
        <d4p1:Longitude>1.1</d4p1:Longitude>
        <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
        <d4p1:StreetNumber>1</d4p1:StreetNumber>
        <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
        <d4p1:AoiId>49b5d475-2581-4add-a79b-2b701e27da2a</d4p1:AoiId>
        <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
        <d4p1:Name>sample string 5</d4p1:Name>
        <d4p1:Radius>4</d4p1:Radius>
        <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
        <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
      </Address>
      <Documents>
        <StepDocumentDto>
          <Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
            <d6p1:ContentType>Null</d6p1:ContentType>
            <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
            <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
            <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
          </Document>
          <Id>53e9ac24-5224-4b25-a2d3-b60ed929a3d6</Id>
          <StepId>cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c</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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
            <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
            <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
            <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
            <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
            <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
            <d6p1:IDStorage>Null</d6p1:IDStorage>
            <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
            <d6p1:IsHidden>true</d6p1:IsHidden>
            <d6p1:Name>sample string 2</d6p1:Name>
            <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
            <d6p1:Origin>sample string 5</d6p1:Origin>
            <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
            <d6p1:URL>sample string 11</d6p1:URL>
            <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
            <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
          </Document>
          <Id>53e9ac24-5224-4b25-a2d3-b60ed929a3d6</Id>
          <StepId>cfa7cf6f-a22a-46a4-a3bf-c1512ffde90c</StepId>
          <Text>sample string 3</Text>
          <Type>Cmr</Type>
        </StepDocumentDto>
      </Documents>
      <DriverVisualization>true</DriverVisualization>
      <EndWorkDate>2025-10-13T22:59:44.6611399+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>5488fc75-48de-41c7-92d2-5571f99be81c</d4p1:ContactId>
        <d4p1:Email>sample string 10</d4p1:Email>
        <d4p1:Fax>sample string 9</d4p1:Fax>
        <d4p1:Fix>sample string 7</d4p1:Fix>
        <d4p1:Mobile>sample string 8</d4p1:Mobile>
        <d4p1:OdooId>1</d4p1:OdooId>
        <d4p1:Subcontractor>true</d4p1:Subcontractor>
        <d4p1:TierType>sample string 3</d4p1:TierType>
        <d4p1:Zoi>
          <d4p1:City>sample string 10</d4p1:City>
          <d4p1:FirstPartAddress>sample string 7</d4p1:FirstPartAddress>
          <d4p1:Latitude>1.1</d4p1:Latitude>
          <d4p1:Longitude>1.1</d4p1:Longitude>
          <d4p1:SecondPartAddress>sample string 8</d4p1:SecondPartAddress>
          <d4p1:StreetNumber>1</d4p1:StreetNumber>
          <d4p1:ZIPCode>sample string 9</d4p1:ZIPCode>
          <d4p1:AoiId>49b5d475-2581-4add-a79b-2b701e27da2a</d4p1:AoiId>
          <d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
          <d4p1:Name>sample string 5</d4p1:Name>
          <d4p1:Radius>4</d4p1:Radius>
          <d4p1:ShowOnMap>true</d4p1:ShowOnMap>
          <d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
        </d4p1:Zoi>
        <d4p1:IsContact>true</d4p1:IsContact>
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:SIRET>sample string 2</d4p1:SIRET>
        <d4p1:Type>Agency</d4p1:Type>
      </Place>
      <PlannedEndDate>2025-10-13T22:59:44.6611399+00:00</PlannedEndDate>
      <PlannedStartDate>2025-10-13T22:59:44.6611399+00:00</PlannedStartDate>
      <RealStartDate>2025-10-13T22:59:44.6611399+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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>035113d5-f2d6-4fe4-97ff-3f81b3276209</Id>
          <StepId>f45774f8-91fb-41b0-91b6-2ff582b8b06d</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-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
            <d6p1:FileStorageDto>
              <d6p1:ContentType>Null</d6p1:ContentType>
              <d6p1:CreateDate>2025-10-13T22:59:44.6611399+00:00</d6p1:CreateDate>
              <d6p1:CustomerId>b7a23414-d70b-4f53-8b2a-d4536c2dc01a</d6p1:CustomerId>
              <d6p1:DateUtcExpireURL>2025-10-13T22:59:44.6611399+00:00</d6p1:DateUtcExpireURL>
              <d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
              <d6p1:DriverId>4cd536ae-32e4-4b04-bd36-eb197805694d</d6p1:DriverId>
              <d6p1:EventDate>2025-10-13T22:59:44.6611399+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>802d369c-992e-4a1c-87e9-b4e0a87cc44f</d6p1:IDSource>
              <d6p1:IDStorage>Null</d6p1:IDStorage>
              <d6p1:Id>8a0e6f63-e313-4a87-be97-4bc31e438cf9</d6p1:Id>
              <d6p1:IsHidden>true</d6p1:IsHidden>
              <d6p1:Name>sample string 2</d6p1:Name>
              <d6p1:NodeId>652377b0-d86d-4ffd-9216-8431ae8e9d5b</d6p1:NodeId>
              <d6p1:Origin>sample string 5</d6p1:Origin>
              <d6p1:TimeToLive>2025-10-13T22:59:44.6611399+00:00</d6p1:TimeToLive>
              <d6p1:URL>sample string 11</d6p1:URL>
              <d6p1:UserAccountId>4fd09554-21d5-46cc-9169-cc65e2152ed6</d6p1:UserAccountId>
              <d6p1:VehiculeId>078efa97-19b3-4e4f-82e6-1bb99e01b1cc</d6p1:VehiculeId>
            </d6p1:FileStorageDto>
          </Documents>
          <Id>035113d5-f2d6-4fe4-97ff-3f81b3276209</Id>
          <StepId>f45774f8-91fb-41b0-91b6-2ff582b8b06d</StepId>
          <Text>sample string 3</Text>
        </StepReserveDto>
      </Reserves>
      <StartWorkDate>2025-10-13T22:59:44.6611399+00:00</StartWorkDate>
      <StepId>658af472-7d87-43e5-b22f-d9ccd4d0e671</StepId>
      <StepType>Loading</StepType>
      <TripId>aefbd14a-bb48-45bf-ab6b-5a50650ab3fc</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>7a74b761-a43b-4fab-9176-02e70a065816</StepId>
          <VehicleId>7c77d16b-f6f1-469d-ba79-fc24866b1cc8</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</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>a6a356d4-345c-4c07-83f0-59b3f7bd9412</GoodId>
            </GoodDefinitionDto>
          </Goods>
          <StepId>7a74b761-a43b-4fab-9176-02e70a065816</StepId>
          <VehicleId>7c77d16b-f6f1-469d-ba79-fc24866b1cc8</VehicleId>
        </ContainerDefinitionDto>
      </Containers>
      <DriverId>467828c1-a77e-46e2-9acb-008012683c44</DriverId>
      <EPALDelta>1</EPALDelta>
      <InterlocutorId>6f98f303-031f-4c19-b981-35403ba79ba7</InterlocutorId>
      <Prescription>sample string 1</Prescription>
      <VehicleId>1889893a-10a5-4a0d-a6d1-af88e8b378a1</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": "159df081-374c-4643-8c09-3d1a885f0c26",
    "InterlocutorId": "66c569d2-0280-4535-952c-22adc6b83563",
    "OrganiserId": "aa897ef1-c86f-41ee-8269-b0459e67d1a5",
    "Steps": [
      {
        "DriverId": "ce340720-ed87-44a7-ade8-fa633a314de4",
        "VehicleId": "c93f168a-e36f-4a25-a490-9ef3c04f178b",
        "Prescription": "sample string 1",
        "InterlocutorId": "fef93b8a-f78f-48ce-93a1-eb67d6ccd20f",
        "Containers": [
          {
            "VehicleId": "a7832d3a-873b-4238-aff2-64c1916fe3ff",
            "Goods": [
              {
                "GoodId": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "a7832d3a-873b-4238-aff2-64c1916fe3ff",
            "Goods": [
              {
                "GoodId": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "863d7bc4-86c9-4b26-8736-687dc14dd245",
        "TripId": "10b641a4-0668-415f-ad46-5ea1cbc5e177",
        "PlannedStartDate": "2025-10-13T22:59:44.7393446+00:00",
        "PlannedEndDate": "2025-10-13T22:59:44.7393446+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "89888bf8-a11e-4b99-bf7a-7899442541ca",
          "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": "cd172fa4-3eb6-43ad-9a2c-176d6e4687ec",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "UsedByTMSSteps": true,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 7",
            "SecondPartAddress": "sample string 8",
            "ZIPCode": "sample string 9",
            "City": "sample string 10"
          },
          "Archived": true
        },
        "RealStartDate": "2025-10-13T22:59:44.7393446+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-10-13T22:59:44.7393446+00:00",
        "EndWorkDate": "2025-10-13T22:59:44.7393446+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50",
            "StepId": "3094dfba-5037-4c71-8033-b77ea829712d",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50",
            "StepId": "3094dfba-5037-4c71-8033-b77ea829712d",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
              "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
              "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
              "EventDate": "2025-10-13T22:59:44.7393446+00:00",
              "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
              "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "8c21e538-b0e3-4f67-88cb-19c6b50f4d9e",
            "StepId": "262159fd-d95e-419d-b6de-89d1f50a53a0",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
              "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
              "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
              "EventDate": "2025-10-13T22:59:44.7393446+00:00",
              "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
              "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "8c21e538-b0e3-4f67-88cb-19c6b50f4d9e",
            "StepId": "262159fd-d95e-419d-b6de-89d1f50a53a0",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      },
      {
        "DriverId": "ce340720-ed87-44a7-ade8-fa633a314de4",
        "VehicleId": "c93f168a-e36f-4a25-a490-9ef3c04f178b",
        "Prescription": "sample string 1",
        "InterlocutorId": "fef93b8a-f78f-48ce-93a1-eb67d6ccd20f",
        "Containers": [
          {
            "VehicleId": "a7832d3a-873b-4238-aff2-64c1916fe3ff",
            "Goods": [
              {
                "GoodId": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "a7832d3a-873b-4238-aff2-64c1916fe3ff",
            "Goods": [
              {
                "GoodId": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "6a8c4557-1f1e-49de-83a6-06c92fb95a93",
                "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": "863d7bc4-86c9-4b26-8736-687dc14dd245",
        "TripId": "10b641a4-0668-415f-ad46-5ea1cbc5e177",
        "PlannedStartDate": "2025-10-13T22:59:44.7393446+00:00",
        "PlannedEndDate": "2025-10-13T22:59:44.7393446+00:00",
        "Place": {
          "Name": "sample string 1",
          "Type": 0,
          "SIRET": "sample string 2",
          "TierType": "sample string 3",
          "IsContact": true,
          "ContactId": "89888bf8-a11e-4b99-bf7a-7899442541ca",
          "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": "cd172fa4-3eb6-43ad-9a2c-176d6e4687ec",
            "ISOCountryCode": "sample string 2",
            "ShowOnMap": true,
            "Radius": 4,
            "UsedByTMSSteps": true,
            "Latitude": 1.1,
            "Longitude": 1.1,
            "StreetNumber": 1,
            "FirstPartAddress": "sample string 7",
            "SecondPartAddress": "sample string 8",
            "ZIPCode": "sample string 9",
            "City": "sample string 10"
          },
          "Archived": true
        },
        "RealStartDate": "2025-10-13T22:59:44.7393446+00:00",
        "DriverVisualization": true,
        "Index": 4,
        "StartWorkDate": "2025-10-13T22:59:44.7393446+00:00",
        "EndWorkDate": "2025-10-13T22:59:44.7393446+00:00",
        "StepType": 0,
        "ExternalId": "sample string 5",
        "Reserve": "sample string 6",
        "Reserves": [
          {
            "Documents": [
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50",
            "StepId": "3094dfba-5037-4c71-8033-b77ea829712d",
            "Text": "sample string 3"
          },
          {
            "Documents": [
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              },
              {
                "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
                "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
                "IDDirectory": 1,
                "Name": "sample string 2",
                "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
                "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
                "FriendlyVehicule": "sample string 3",
                "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
                "FriendlyDriver": "sample string 4",
                "Origin": "sample string 5",
                "IDKind": 0,
                "IDStorage": 0,
                "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
                "IDFileDemandor": 0,
                "FriendlyFileDemandor": "sample string 7",
                "DemandorDetails": "sample string 8",
                "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
                "EventDate": "2025-10-13T22:59:44.7393446+00:00",
                "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
                "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
                "FriendlyUserAccount": "sample string 10",
                "URL": "sample string 11",
                "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
                "GroupContentType": 0,
                "ContentType": 0,
                "IsHidden": true,
                "FileSize": 13,
                "FileReason": "sample string 14"
              }
            ],
            "Id": "8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50",
            "StepId": "3094dfba-5037-4c71-8033-b77ea829712d",
            "Text": "sample string 3"
          }
        ],
        "Documents": [
          {
            "Document": {
              "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
              "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
              "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
              "EventDate": "2025-10-13T22:59:44.7393446+00:00",
              "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
              "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "8c21e538-b0e3-4f67-88cb-19c6b50f4d9e",
            "StepId": "262159fd-d95e-419d-b6de-89d1f50a53a0",
            "Text": "sample string 3",
            "Type": 1
          },
          {
            "Document": {
              "Id": "8b1cd182-9391-41e5-ae26-21136bc8aefd",
              "NodeId": "b8f7e6f2-cb9d-4139-8b8a-5127628c2517",
              "IDDirectory": 1,
              "Name": "sample string 2",
              "CustomerId": "de603841-e526-43e9-b6b3-01be17386d94",
              "VehiculeId": "60f277b8-4922-4862-a43e-53a1348c5054",
              "FriendlyVehicule": "sample string 3",
              "DriverId": "1dd580cc-2848-4f9d-ade1-ff08a50cd089",
              "FriendlyDriver": "sample string 4",
              "Origin": "sample string 5",
              "IDKind": 0,
              "IDStorage": 0,
              "IDSource": "01ddb224-7de3-4b28-a142-21cfb051d316",
              "IDFileDemandor": 0,
              "FriendlyFileDemandor": "sample string 7",
              "DemandorDetails": "sample string 8",
              "CreateDate": "2025-10-13T22:59:44.7393446+00:00",
              "EventDate": "2025-10-13T22:59:44.7393446+00:00",
              "TimeToLive": "2025-10-13T22:59:44.7393446+00:00",
              "UserAccountId": "a83cc066-b960-47ad-a8d1-479ce448fb76",
              "FriendlyUserAccount": "sample string 10",
              "URL": "sample string 11",
              "DateUtcExpireURL": "2025-10-13T22:59:44.7393446+00:00",
              "GroupContentType": 0,
              "ContentType": 0,
              "IsHidden": true,
              "FileSize": 13,
              "FileReason": "sample string 14"
            },
            "Id": "8c21e538-b0e3-4f67-88cb-19c6b50f4d9e",
            "StepId": "262159fd-d95e-419d-b6de-89d1f50a53a0",
            "Text": "sample string 3",
            "Type": 1
          }
        ]
      }
    ],
    "TransportOrderId": "236ef61d-3c7e-4cfa-a488-9f963ba544e6",
    "TrackingType": 0,
    "CreationDate": "2025-10-13T22:59:44.7393446+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": "483e2721-2b57-4423-8aac-29fe35027a50"
}

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>483e2721-2b57-4423-8aac-29fe35027a50</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-10-13T22:59:44.7393446+00:00</d2p1:CreationDate>
    <d2p1:CustomerId>8874035a-ab58-4f53-be4f-714431c30b47</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>236ef61d-3c7e-4cfa-a488-9f963ba544e6</d2p1:TransportOrderId>
    <d2p1:CustomerId>159df081-374c-4643-8c09-3d1a885f0c26</d2p1:CustomerId>
    <d2p1:InterlocutorId>66c569d2-0280-4535-952c-22adc6b83563</d2p1:InterlocutorId>
    <d2p1:OrganiserId>aa897ef1-c86f-41ee-8269-b0459e67d1a5</d2p1:OrganiserId>
    <d2p1:Steps>
      <d2p1:StepWithContainerDefinitionDto>
        <d2p1:Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 10</d5p1:City>
          <d5p1:FirstPartAddress>sample string 7</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 8</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 9</d5p1:ZIPCode>
          <d5p1:AoiId>cd172fa4-3eb6-43ad-9a2c-176d6e4687ec</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:UsedByTMSSteps>true</d5p1:UsedByTMSSteps>
        </d2p1:Address>
        <d2p1:Documents>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
              <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
              <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
              <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
              <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>8c21e538-b0e3-4f67-88cb-19c6b50f4d9e</d2p1:Id>
            <d2p1:StepId>262159fd-d95e-419d-b6de-89d1f50a53a0</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-10-13T22:59:44.7393446+00:00</CreateDate>
              <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
              <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
              <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
              <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>8c21e538-b0e3-4f67-88cb-19c6b50f4d9e</d2p1:Id>
            <d2p1:StepId>262159fd-d95e-419d-b6de-89d1f50a53a0</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-10-13T22:59:44.7393446+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>89888bf8-a11e-4b99-bf7a-7899442541ca</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 10</d5p1:City>
            <d5p1:FirstPartAddress>sample string 7</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 8</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 9</d5p1:ZIPCode>
            <d5p1:AoiId>cd172fa4-3eb6-43ad-9a2c-176d6e4687ec</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:UsedByTMSSteps>true</d5p1:UsedByTMSSteps>
          </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-10-13T22:59:44.7393446+00:00</d2p1:PlannedEndDate>
        <d2p1:PlannedStartDate>2025-10-13T22:59:44.7393446+00:00</d2p1:PlannedStartDate>
        <d2p1:RealStartDate>2025-10-13T22:59:44.7393446+00:00</d2p1:RealStartDate>
        <d2p1:Reserve>sample string 6</d2p1:Reserve>
        <d2p1:Reserves>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50</d2p1:Id>
            <d2p1:StepId>3094dfba-5037-4c71-8033-b77ea829712d</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50</d2p1:Id>
            <d2p1:StepId>3094dfba-5037-4c71-8033-b77ea829712d</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
        </d2p1:Reserves>
        <d2p1:StartWorkDate>2025-10-13T22:59:44.7393446+00:00</d2p1:StartWorkDate>
        <d2p1:StepId>863d7bc4-86c9-4b26-8736-687dc14dd245</d2p1:StepId>
        <d2p1:StepType>Loading</d2p1:StepType>
        <d2p1:TripId>10b641a4-0668-415f-ad46-5ea1cbc5e177</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>e505bc3d-2dd5-4a9f-b585-655500913a7d</d2p1:StepId>
            <d2p1:VehicleId>a7832d3a-873b-4238-aff2-64c1916fe3ff</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>e505bc3d-2dd5-4a9f-b585-655500913a7d</d2p1:StepId>
            <d2p1:VehicleId>a7832d3a-873b-4238-aff2-64c1916fe3ff</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
        </d2p1:Containers>
        <d2p1:DriverId>ce340720-ed87-44a7-ade8-fa633a314de4</d2p1:DriverId>
        <d2p1:EPALDelta>1</d2p1:EPALDelta>
        <d2p1:InterlocutorId>fef93b8a-f78f-48ce-93a1-eb67d6ccd20f</d2p1:InterlocutorId>
        <d2p1:Prescription>sample string 1</d2p1:Prescription>
        <d2p1:VehicleId>c93f168a-e36f-4a25-a490-9ef3c04f178b</d2p1:VehicleId>
      </d2p1:StepWithContainerDefinitionDto>
      <d2p1:StepWithContainerDefinitionDto>
        <d2p1:Address xmlns:d5p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
          <d5p1:City>sample string 10</d5p1:City>
          <d5p1:FirstPartAddress>sample string 7</d5p1:FirstPartAddress>
          <d5p1:Latitude>1.1</d5p1:Latitude>
          <d5p1:Longitude>1.1</d5p1:Longitude>
          <d5p1:SecondPartAddress>sample string 8</d5p1:SecondPartAddress>
          <d5p1:StreetNumber>1</d5p1:StreetNumber>
          <d5p1:ZIPCode>sample string 9</d5p1:ZIPCode>
          <d5p1:AoiId>cd172fa4-3eb6-43ad-9a2c-176d6e4687ec</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:UsedByTMSSteps>true</d5p1:UsedByTMSSteps>
        </d2p1:Address>
        <d2p1:Documents>
          <d2p1:StepDocumentDto>
            <d2p1:Document>
              <ContentType>Null</ContentType>
              <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
              <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
              <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
              <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
              <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>8c21e538-b0e3-4f67-88cb-19c6b50f4d9e</d2p1:Id>
            <d2p1:StepId>262159fd-d95e-419d-b6de-89d1f50a53a0</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-10-13T22:59:44.7393446+00:00</CreateDate>
              <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
              <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
              <DemandorDetails>sample string 8</DemandorDetails>
              <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
              <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
              <IDStorage>Null</IDStorage>
              <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
              <IsHidden>true</IsHidden>
              <Name>sample string 2</Name>
              <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
              <Origin>sample string 5</Origin>
              <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
              <URL>sample string 11</URL>
              <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
              <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
            </d2p1:Document>
            <d2p1:Id>8c21e538-b0e3-4f67-88cb-19c6b50f4d9e</d2p1:Id>
            <d2p1:StepId>262159fd-d95e-419d-b6de-89d1f50a53a0</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-10-13T22:59:44.7393446+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>89888bf8-a11e-4b99-bf7a-7899442541ca</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 10</d5p1:City>
            <d5p1:FirstPartAddress>sample string 7</d5p1:FirstPartAddress>
            <d5p1:Latitude>1.1</d5p1:Latitude>
            <d5p1:Longitude>1.1</d5p1:Longitude>
            <d5p1:SecondPartAddress>sample string 8</d5p1:SecondPartAddress>
            <d5p1:StreetNumber>1</d5p1:StreetNumber>
            <d5p1:ZIPCode>sample string 9</d5p1:ZIPCode>
            <d5p1:AoiId>cd172fa4-3eb6-43ad-9a2c-176d6e4687ec</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:UsedByTMSSteps>true</d5p1:UsedByTMSSteps>
          </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-10-13T22:59:44.7393446+00:00</d2p1:PlannedEndDate>
        <d2p1:PlannedStartDate>2025-10-13T22:59:44.7393446+00:00</d2p1:PlannedStartDate>
        <d2p1:RealStartDate>2025-10-13T22:59:44.7393446+00:00</d2p1:RealStartDate>
        <d2p1:Reserve>sample string 6</d2p1:Reserve>
        <d2p1:Reserves>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50</d2p1:Id>
            <d2p1:StepId>3094dfba-5037-4c71-8033-b77ea829712d</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
          <d2p1:StepReserveDto>
            <d2p1:Documents>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
              <FileStorageDto>
                <ContentType>Null</ContentType>
                <CreateDate>2025-10-13T22:59:44.7393446+00:00</CreateDate>
                <CustomerId>de603841-e526-43e9-b6b3-01be17386d94</CustomerId>
                <DateUtcExpireURL>2025-10-13T22:59:44.7393446+00:00</DateUtcExpireURL>
                <DemandorDetails>sample string 8</DemandorDetails>
                <DriverId>1dd580cc-2848-4f9d-ade1-ff08a50cd089</DriverId>
                <EventDate>2025-10-13T22:59:44.7393446+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>01ddb224-7de3-4b28-a142-21cfb051d316</IDSource>
                <IDStorage>Null</IDStorage>
                <Id>8b1cd182-9391-41e5-ae26-21136bc8aefd</Id>
                <IsHidden>true</IsHidden>
                <Name>sample string 2</Name>
                <NodeId>b8f7e6f2-cb9d-4139-8b8a-5127628c2517</NodeId>
                <Origin>sample string 5</Origin>
                <TimeToLive>2025-10-13T22:59:44.7393446+00:00</TimeToLive>
                <URL>sample string 11</URL>
                <UserAccountId>a83cc066-b960-47ad-a8d1-479ce448fb76</UserAccountId>
                <VehiculeId>60f277b8-4922-4862-a43e-53a1348c5054</VehiculeId>
              </FileStorageDto>
            </d2p1:Documents>
            <d2p1:Id>8cbb77d5-6b4c-48e5-85d0-a9c6d1b94d50</d2p1:Id>
            <d2p1:StepId>3094dfba-5037-4c71-8033-b77ea829712d</d2p1:StepId>
            <d2p1:Text>sample string 3</d2p1:Text>
          </d2p1:StepReserveDto>
        </d2p1:Reserves>
        <d2p1:StartWorkDate>2025-10-13T22:59:44.7393446+00:00</d2p1:StartWorkDate>
        <d2p1:StepId>863d7bc4-86c9-4b26-8736-687dc14dd245</d2p1:StepId>
        <d2p1:StepType>Loading</d2p1:StepType>
        <d2p1:TripId>10b641a4-0668-415f-ad46-5ea1cbc5e177</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>e505bc3d-2dd5-4a9f-b585-655500913a7d</d2p1:StepId>
            <d2p1:VehicleId>a7832d3a-873b-4238-aff2-64c1916fe3ff</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</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>6a8c4557-1f1e-49de-83a6-06c92fb95a93</d2p1:GoodId>
              </d2p1:GoodDefinitionDto>
            </d2p1:Goods>
            <d2p1:StepId>e505bc3d-2dd5-4a9f-b585-655500913a7d</d2p1:StepId>
            <d2p1:VehicleId>a7832d3a-873b-4238-aff2-64c1916fe3ff</d2p1:VehicleId>
          </d2p1:ContainerDefinitionDto>
        </d2p1:Containers>
        <d2p1:DriverId>ce340720-ed87-44a7-ade8-fa633a314de4</d2p1:DriverId>
        <d2p1:EPALDelta>1</d2p1:EPALDelta>
        <d2p1:InterlocutorId>fef93b8a-f78f-48ce-93a1-eb67d6ccd20f</d2p1:InterlocutorId>
        <d2p1:Prescription>sample string 1</d2p1:Prescription>
        <d2p1:VehicleId>c93f168a-e36f-4a25-a490-9ef3c04f178b</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>