POST api/v2/transportOrder
Création d'un ordre de transport
Request Information
URI Parameters
None.
Body Parameters
TransportOrderDefinitionDto| Name | Description | Type | Additional 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": "dcadf2f8-be8d-4e6b-ae70-41866f0e170a",
"InterlocutorId": "0d3c0805-2b40-4ca9-8ebf-8cdab40723bc",
"OrganiserId": "e6808992-c7c0-41b8-9d7f-59f0f4476045",
"Steps": [
{
"DriverId": "0abd3d50-c8d8-4619-bae7-7bd9ba004a21",
"VehicleId": "cc847c55-3bce-46ee-b405-2849c08a9806",
"Prescription": "sample string 1",
"InterlocutorId": "742374ca-b6c7-4499-98f0-803ca451f829",
"Containers": [
{
"VehicleId": "be6d41dd-fe85-4e2f-99f7-0b19b42eae6f",
"Goods": [
{
"GoodId": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "be6d41dd-fe85-4e2f-99f7-0b19b42eae6f",
"Goods": [
{
"GoodId": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "59f8c01a-36a9-4700-ab87-b69474244d73",
"TripId": "fbedc002-5544-4e99-9e49-f1568938b1e5",
"PlannedStartDate": "2025-11-30T11:55:58.8931615+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.8931615+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "393c68c7-baee-4ffc-991d-9321b8d080eb",
"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": "3c4b2b59-7888-4beb-bab0-f95b4ac08109",
"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-11-30T11:55:58.8931615+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.8931615+00:00",
"EndWorkDate": "2025-11-30T11:55:58.8931615+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "6d9952cf-00ab-4094-9972-335ea961940c",
"StepId": "b8f10697-e5eb-4501-ad2f-e3bbf9f88065",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "6d9952cf-00ab-4094-9972-335ea961940c",
"StepId": "b8f10697-e5eb-4501-ad2f-e3bbf9f88065",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "752b056e-ccfb-40a7-a7d5-632f6a7eb59d",
"StepId": "b5ce793a-8d3e-4afa-8df8-6ede0aabdac6",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "752b056e-ccfb-40a7-a7d5-632f6a7eb59d",
"StepId": "b5ce793a-8d3e-4afa-8df8-6ede0aabdac6",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "0abd3d50-c8d8-4619-bae7-7bd9ba004a21",
"VehicleId": "cc847c55-3bce-46ee-b405-2849c08a9806",
"Prescription": "sample string 1",
"InterlocutorId": "742374ca-b6c7-4499-98f0-803ca451f829",
"Containers": [
{
"VehicleId": "be6d41dd-fe85-4e2f-99f7-0b19b42eae6f",
"Goods": [
{
"GoodId": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "be6d41dd-fe85-4e2f-99f7-0b19b42eae6f",
"Goods": [
{
"GoodId": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "57c30081-9fc9-4429-bd7b-1ac7642c1427",
"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": "59f8c01a-36a9-4700-ab87-b69474244d73",
"TripId": "fbedc002-5544-4e99-9e49-f1568938b1e5",
"PlannedStartDate": "2025-11-30T11:55:58.8931615+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.8931615+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "393c68c7-baee-4ffc-991d-9321b8d080eb",
"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": "3c4b2b59-7888-4beb-bab0-f95b4ac08109",
"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-11-30T11:55:58.8931615+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.8931615+00:00",
"EndWorkDate": "2025-11-30T11:55:58.8931615+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "6d9952cf-00ab-4094-9972-335ea961940c",
"StepId": "b8f10697-e5eb-4501-ad2f-e3bbf9f88065",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "6d9952cf-00ab-4094-9972-335ea961940c",
"StepId": "b8f10697-e5eb-4501-ad2f-e3bbf9f88065",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "752b056e-ccfb-40a7-a7d5-632f6a7eb59d",
"StepId": "b5ce793a-8d3e-4afa-8df8-6ede0aabdac6",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "6e00041b-4620-42c1-ad2f-86a12ff8111a",
"NodeId": "a737735f-cd47-4ce4-86a7-5df129dc6e34",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "36bf05f6-45bc-4727-b6a3-a41bf0af3bdc",
"VehiculeId": "3c16e259-ea06-444b-823b-62de0708de61",
"FriendlyVehicule": "sample string 3",
"DriverId": "f03899a9-0517-4946-9eec-1fabed0e1624",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "75293d81-d474-46bf-93c4-8edc15d830a1",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.8931615+00:00",
"EventDate": "2025-11-30T11:55:58.8931615+00:00",
"TimeToLive": "2025-11-30T11:55:58.8931615+00:00",
"UserAccountId": "92c5b24c-796e-4561-8d2c-40b3c51ac7a5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.8931615+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "752b056e-ccfb-40a7-a7d5-632f6a7eb59d",
"StepId": "b5ce793a-8d3e-4afa-8df8-6ede0aabdac6",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "f51432cf-06eb-4e9c-964a-b8d16d8c3787",
"TrackingType": 0,
"CreationDate": "2025-11-30T11:55:58.8931615+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-11-30T11:55:58.8931615+00:00</CreationDate>
<CustomerId>7a22b845-108a-4341-bb09-03e287c4f599</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>f51432cf-06eb-4e9c-964a-b8d16d8c3787</TransportOrderId>
<CustomerId>dcadf2f8-be8d-4e6b-ae70-41866f0e170a</CustomerId>
<InterlocutorId>0d3c0805-2b40-4ca9-8ebf-8cdab40723bc</InterlocutorId>
<OrganiserId>e6808992-c7c0-41b8-9d7f-59f0f4476045</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>3c4b2b59-7888-4beb-bab0-f95b4ac08109</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</Document>
<Id>752b056e-ccfb-40a7-a7d5-632f6a7eb59d</Id>
<StepId>b5ce793a-8d3e-4afa-8df8-6ede0aabdac6</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</Document>
<Id>752b056e-ccfb-40a7-a7d5-632f6a7eb59d</Id>
<StepId>b5ce793a-8d3e-4afa-8df8-6ede0aabdac6</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2025-11-30T11:55:58.8931615+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>393c68c7-baee-4ffc-991d-9321b8d080eb</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>3c4b2b59-7888-4beb-bab0-f95b4ac08109</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-11-30T11:55:58.8931615+00:00</PlannedEndDate>
<PlannedStartDate>2025-11-30T11:55:58.8931615+00:00</PlannedStartDate>
<RealStartDate>2025-11-30T11:55:58.8931615+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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>6d9952cf-00ab-4094-9972-335ea961940c</Id>
<StepId>b8f10697-e5eb-4501-ad2f-e3bbf9f88065</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>6d9952cf-00ab-4094-9972-335ea961940c</Id>
<StepId>b8f10697-e5eb-4501-ad2f-e3bbf9f88065</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2025-11-30T11:55:58.8931615+00:00</StartWorkDate>
<StepId>59f8c01a-36a9-4700-ab87-b69474244d73</StepId>
<StepType>Loading</StepType>
<TripId>fbedc002-5544-4e99-9e49-f1568938b1e5</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>c4025ff0-3bf8-402f-964c-ec4ece1d86e5</StepId>
<VehicleId>be6d41dd-fe85-4e2f-99f7-0b19b42eae6f</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>c4025ff0-3bf8-402f-964c-ec4ece1d86e5</StepId>
<VehicleId>be6d41dd-fe85-4e2f-99f7-0b19b42eae6f</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>0abd3d50-c8d8-4619-bae7-7bd9ba004a21</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>742374ca-b6c7-4499-98f0-803ca451f829</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>cc847c55-3bce-46ee-b405-2849c08a9806</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>3c4b2b59-7888-4beb-bab0-f95b4ac08109</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</Document>
<Id>752b056e-ccfb-40a7-a7d5-632f6a7eb59d</Id>
<StepId>b5ce793a-8d3e-4afa-8df8-6ede0aabdac6</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</Document>
<Id>752b056e-ccfb-40a7-a7d5-632f6a7eb59d</Id>
<StepId>b5ce793a-8d3e-4afa-8df8-6ede0aabdac6</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2025-11-30T11:55:58.8931615+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>393c68c7-baee-4ffc-991d-9321b8d080eb</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>3c4b2b59-7888-4beb-bab0-f95b4ac08109</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-11-30T11:55:58.8931615+00:00</PlannedEndDate>
<PlannedStartDate>2025-11-30T11:55:58.8931615+00:00</PlannedStartDate>
<RealStartDate>2025-11-30T11:55:58.8931615+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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>6d9952cf-00ab-4094-9972-335ea961940c</Id>
<StepId>b8f10697-e5eb-4501-ad2f-e3bbf9f88065</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-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.8931615+00:00</d6p1:CreateDate>
<d6p1:CustomerId>36bf05f6-45bc-4727-b6a3-a41bf0af3bdc</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.8931615+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>f03899a9-0517-4946-9eec-1fabed0e1624</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.8931615+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>75293d81-d474-46bf-93c4-8edc15d830a1</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>6e00041b-4620-42c1-ad2f-86a12ff8111a</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>a737735f-cd47-4ce4-86a7-5df129dc6e34</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.8931615+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>92c5b24c-796e-4561-8d2c-40b3c51ac7a5</d6p1:UserAccountId>
<d6p1:VehiculeId>3c16e259-ea06-444b-823b-62de0708de61</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>6d9952cf-00ab-4094-9972-335ea961940c</Id>
<StepId>b8f10697-e5eb-4501-ad2f-e3bbf9f88065</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2025-11-30T11:55:58.8931615+00:00</StartWorkDate>
<StepId>59f8c01a-36a9-4700-ab87-b69474244d73</StepId>
<StepType>Loading</StepType>
<TripId>fbedc002-5544-4e99-9e49-f1568938b1e5</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>c4025ff0-3bf8-402f-964c-ec4ece1d86e5</StepId>
<VehicleId>be6d41dd-fe85-4e2f-99f7-0b19b42eae6f</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</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>57c30081-9fc9-4429-bd7b-1ac7642c1427</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>c4025ff0-3bf8-402f-964c-ec4ece1d86e5</StepId>
<VehicleId>be6d41dd-fe85-4e2f-99f7-0b19b42eae6f</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>0abd3d50-c8d8-4619-bae7-7bd9ba004a21</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>742374ca-b6c7-4499-98f0-803ca451f829</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>cc847c55-3bce-46ee-b405-2849c08a9806</VehicleId>
</StepWithContainerDefinitionDto>
</Steps>
</TransportOrderDefinitionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GenResponseDtoOfTransportOrderDefinitionDto| Name | Description | Type | Additional 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": "3a8f15d8-ddf9-4162-a8ae-c12eb5d3e229",
"InterlocutorId": "179e32ab-7c91-4b6e-9dc1-1cf101dc1b67",
"OrganiserId": "3e8bca19-4759-4ddb-ba63-706138e87167",
"Steps": [
{
"DriverId": "23bfe39a-42fa-4c68-9387-764c14bdde78",
"VehicleId": "21ff65a4-1455-403f-af22-d33c3ab20a6a",
"Prescription": "sample string 1",
"InterlocutorId": "0aab54f8-0140-4d2e-be30-93f55d03a3a5",
"Containers": [
{
"VehicleId": "5b7f2638-c602-4d5e-a2ba-dda32f404773",
"Goods": [
{
"GoodId": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "5b7f2638-c602-4d5e-a2ba-dda32f404773",
"Goods": [
{
"GoodId": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "841ccea2-6e1d-4c3a-b043-7b269d51d405",
"TripId": "bcef098f-0f7b-4391-8adb-ef8c58c330ca",
"PlannedStartDate": "2025-11-30T11:55:58.9087575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.9087575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "18bc7fcf-e404-42ff-96e1-9afa6949f4fc",
"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": "8de690c0-3f17-42d9-b561-b421866bbcba",
"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-11-30T11:55:58.9087575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.9087575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.9087575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15",
"StepId": "6be191f9-f8e5-476a-af15-595bd341473e",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15",
"StepId": "6be191f9-f8e5-476a-af15-595bd341473e",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7bc8a871-b4ee-4c46-af41-332a0c382978",
"StepId": "40c88c3c-4b08-401b-95ea-87402849fe6d",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7bc8a871-b4ee-4c46-af41-332a0c382978",
"StepId": "40c88c3c-4b08-401b-95ea-87402849fe6d",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "23bfe39a-42fa-4c68-9387-764c14bdde78",
"VehicleId": "21ff65a4-1455-403f-af22-d33c3ab20a6a",
"Prescription": "sample string 1",
"InterlocutorId": "0aab54f8-0140-4d2e-be30-93f55d03a3a5",
"Containers": [
{
"VehicleId": "5b7f2638-c602-4d5e-a2ba-dda32f404773",
"Goods": [
{
"GoodId": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "5b7f2638-c602-4d5e-a2ba-dda32f404773",
"Goods": [
{
"GoodId": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "05afe19b-a00e-497f-86fe-0fdd4a175e2d",
"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": "841ccea2-6e1d-4c3a-b043-7b269d51d405",
"TripId": "bcef098f-0f7b-4391-8adb-ef8c58c330ca",
"PlannedStartDate": "2025-11-30T11:55:58.9087575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.9087575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "18bc7fcf-e404-42ff-96e1-9afa6949f4fc",
"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": "8de690c0-3f17-42d9-b561-b421866bbcba",
"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-11-30T11:55:58.9087575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.9087575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.9087575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15",
"StepId": "6be191f9-f8e5-476a-af15-595bd341473e",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15",
"StepId": "6be191f9-f8e5-476a-af15-595bd341473e",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7bc8a871-b4ee-4c46-af41-332a0c382978",
"StepId": "40c88c3c-4b08-401b-95ea-87402849fe6d",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "bc675ed3-8456-41ce-85e5-327fb8a08eb7",
"NodeId": "94a0d2ea-b746-4b40-a89b-7dc93c621c35",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6",
"VehiculeId": "3a6d0c2b-07ba-48c6-b73a-7815d0701e25",
"FriendlyVehicule": "sample string 3",
"DriverId": "41c27f12-6a9c-4b47-b90d-557d1f9a7245",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.9087575+00:00",
"EventDate": "2025-11-30T11:55:58.9087575+00:00",
"TimeToLive": "2025-11-30T11:55:58.9087575+00:00",
"UserAccountId": "59b583bd-9220-4399-b96e-ffd86682d8e5",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.9087575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7bc8a871-b4ee-4c46-af41-332a0c382978",
"StepId": "40c88c3c-4b08-401b-95ea-87402849fe6d",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "1099e88e-c004-4256-8e8a-d0a8fefaf9a2",
"TrackingType": 0,
"CreationDate": "2025-11-30T11:55:58.9087575+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": "f3c532b6-b50c-4e5d-b306-ceaadbd24e19"
}
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>f3c532b6-b50c-4e5d-b306-ceaadbd24e19</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-11-30T11:55:58.9087575+00:00</d2p1:CreationDate>
<d2p1:CustomerId>229ea6e1-9b65-4f56-bbba-a322af922fab</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>1099e88e-c004-4256-8e8a-d0a8fefaf9a2</d2p1:TransportOrderId>
<d2p1:CustomerId>3a8f15d8-ddf9-4162-a8ae-c12eb5d3e229</d2p1:CustomerId>
<d2p1:InterlocutorId>179e32ab-7c91-4b6e-9dc1-1cf101dc1b67</d2p1:InterlocutorId>
<d2p1:OrganiserId>3e8bca19-4759-4ddb-ba63-706138e87167</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>8de690c0-3f17-42d9-b561-b421866bbcba</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-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</d2p1:Document>
<d2p1:Id>7bc8a871-b4ee-4c46-af41-332a0c382978</d2p1:Id>
<d2p1:StepId>40c88c3c-4b08-401b-95ea-87402849fe6d</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-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</d2p1:Document>
<d2p1:Id>7bc8a871-b4ee-4c46-af41-332a0c382978</d2p1:Id>
<d2p1:StepId>40c88c3c-4b08-401b-95ea-87402849fe6d</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-11-30T11:55:58.9087575+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>18bc7fcf-e404-42ff-96e1-9afa6949f4fc</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>8de690c0-3f17-42d9-b561-b421866bbcba</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-11-30T11:55:58.9087575+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2025-11-30T11:55:58.9087575+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2025-11-30T11:55:58.9087575+00:00</d2p1:RealStartDate>
<d2p1:Reserve>sample string 6</d2p1:Reserve>
<d2p1:Reserves>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15</d2p1:Id>
<d2p1:StepId>6be191f9-f8e5-476a-af15-595bd341473e</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15</d2p1:Id>
<d2p1:StepId>6be191f9-f8e5-476a-af15-595bd341473e</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2025-11-30T11:55:58.9087575+00:00</d2p1:StartWorkDate>
<d2p1:StepId>841ccea2-6e1d-4c3a-b043-7b269d51d405</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>bcef098f-0f7b-4391-8adb-ef8c58c330ca</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>8276f926-95cd-48ab-85b1-22caaa9c79d0</d2p1:StepId>
<d2p1:VehicleId>5b7f2638-c602-4d5e-a2ba-dda32f404773</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>8276f926-95cd-48ab-85b1-22caaa9c79d0</d2p1:StepId>
<d2p1:VehicleId>5b7f2638-c602-4d5e-a2ba-dda32f404773</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>23bfe39a-42fa-4c68-9387-764c14bdde78</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>0aab54f8-0140-4d2e-be30-93f55d03a3a5</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>21ff65a4-1455-403f-af22-d33c3ab20a6a</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>8de690c0-3f17-42d9-b561-b421866bbcba</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-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</d2p1:Document>
<d2p1:Id>7bc8a871-b4ee-4c46-af41-332a0c382978</d2p1:Id>
<d2p1:StepId>40c88c3c-4b08-401b-95ea-87402849fe6d</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-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</d2p1:Document>
<d2p1:Id>7bc8a871-b4ee-4c46-af41-332a0c382978</d2p1:Id>
<d2p1:StepId>40c88c3c-4b08-401b-95ea-87402849fe6d</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-11-30T11:55:58.9087575+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>18bc7fcf-e404-42ff-96e1-9afa6949f4fc</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>8de690c0-3f17-42d9-b561-b421866bbcba</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-11-30T11:55:58.9087575+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2025-11-30T11:55:58.9087575+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2025-11-30T11:55:58.9087575+00:00</d2p1:RealStartDate>
<d2p1:Reserve>sample string 6</d2p1:Reserve>
<d2p1:Reserves>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15</d2p1:Id>
<d2p1:StepId>6be191f9-f8e5-476a-af15-595bd341473e</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.9087575+00:00</CreateDate>
<CustomerId>8f080b19-ca3b-4aaa-a2fc-f7b69ddf1de6</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.9087575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>41c27f12-6a9c-4b47-b90d-557d1f9a7245</DriverId>
<EventDate>2025-11-30T11:55:58.9087575+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>54a4828f-acc2-4bcd-b9be-c8dfd0ee53fb</IDSource>
<IDStorage>Null</IDStorage>
<Id>bc675ed3-8456-41ce-85e5-327fb8a08eb7</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>94a0d2ea-b746-4b40-a89b-7dc93c621c35</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.9087575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>59b583bd-9220-4399-b96e-ffd86682d8e5</UserAccountId>
<VehiculeId>3a6d0c2b-07ba-48c6-b73a-7815d0701e25</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>5bcff0a4-cb44-4ac0-a4b3-3b5fd140ef15</d2p1:Id>
<d2p1:StepId>6be191f9-f8e5-476a-af15-595bd341473e</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2025-11-30T11:55:58.9087575+00:00</d2p1:StartWorkDate>
<d2p1:StepId>841ccea2-6e1d-4c3a-b043-7b269d51d405</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>bcef098f-0f7b-4391-8adb-ef8c58c330ca</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>8276f926-95cd-48ab-85b1-22caaa9c79d0</d2p1:StepId>
<d2p1:VehicleId>5b7f2638-c602-4d5e-a2ba-dda32f404773</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</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>05afe19b-a00e-497f-86fe-0fdd4a175e2d</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>8276f926-95cd-48ab-85b1-22caaa9c79d0</d2p1:StepId>
<d2p1:VehicleId>5b7f2638-c602-4d5e-a2ba-dda32f404773</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>23bfe39a-42fa-4c68-9387-764c14bdde78</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>0aab54f8-0140-4d2e-be30-93f55d03a3a5</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>21ff65a4-1455-403f-af22-d33c3ab20a6a</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>