PUT api/v2/transportOrder/{id}
mise à jour d'un ordre de transport
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "5dce2ae2-b9ae-42ae-b3e6-82d064cc6722",
"InterlocutorId": "7d6fdd5a-5579-4d91-92b7-64c0e3a1ff85",
"OrganiserId": "39537499-f59e-4ed0-8431-750015148517",
"Steps": [
{
"DriverId": "9d5b4281-6257-41da-a9ca-b0bccd1a7308",
"VehicleId": "e1ca54b7-8937-49f3-a1a8-221459a36a63",
"Prescription": "sample string 1",
"InterlocutorId": "95f7eb51-fc38-4bb0-b75a-6b52239c646c",
"Containers": [
{
"VehicleId": "c37098a8-cff4-41b5-82f3-2464cf499398",
"Goods": [
{
"GoodId": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "c37098a8-cff4-41b5-82f3-2464cf499398",
"Goods": [
{
"GoodId": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "d78980f0-c4a2-49e4-abaf-77010f42660e",
"TripId": "c3553363-eee4-4f41-a63c-46fb6b1ab666",
"PlannedStartDate": "2025-11-30T11:55:58.205575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.205575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "7c8be556-2ba7-40f8-ab1d-4f09534df056",
"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": "2b984d7f-7074-43e3-93c0-3cc9d94652d7",
"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.205575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.205575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.205575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "439ca2f0-b80e-4a93-b33d-4f862ff03ba0",
"StepId": "e6284da2-e201-4e0d-9baf-200126fb2f39",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "439ca2f0-b80e-4a93-b33d-4f862ff03ba0",
"StepId": "e6284da2-e201-4e0d-9baf-200126fb2f39",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7d40aaf9-102c-41f5-883e-46c3be9afb61",
"StepId": "ca53d8b9-0710-46fc-9278-ea7324058e81",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7d40aaf9-102c-41f5-883e-46c3be9afb61",
"StepId": "ca53d8b9-0710-46fc-9278-ea7324058e81",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "9d5b4281-6257-41da-a9ca-b0bccd1a7308",
"VehicleId": "e1ca54b7-8937-49f3-a1a8-221459a36a63",
"Prescription": "sample string 1",
"InterlocutorId": "95f7eb51-fc38-4bb0-b75a-6b52239c646c",
"Containers": [
{
"VehicleId": "c37098a8-cff4-41b5-82f3-2464cf499398",
"Goods": [
{
"GoodId": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "c37098a8-cff4-41b5-82f3-2464cf499398",
"Goods": [
{
"GoodId": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "168b7306-86ee-468a-8d59-6065ed8d8901",
"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": "d78980f0-c4a2-49e4-abaf-77010f42660e",
"TripId": "c3553363-eee4-4f41-a63c-46fb6b1ab666",
"PlannedStartDate": "2025-11-30T11:55:58.205575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.205575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "7c8be556-2ba7-40f8-ab1d-4f09534df056",
"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": "2b984d7f-7074-43e3-93c0-3cc9d94652d7",
"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.205575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.205575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.205575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "439ca2f0-b80e-4a93-b33d-4f862ff03ba0",
"StepId": "e6284da2-e201-4e0d-9baf-200126fb2f39",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "439ca2f0-b80e-4a93-b33d-4f862ff03ba0",
"StepId": "e6284da2-e201-4e0d-9baf-200126fb2f39",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7d40aaf9-102c-41f5-883e-46c3be9afb61",
"StepId": "ca53d8b9-0710-46fc-9278-ea7324058e81",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "61693d1f-7c58-4137-8a3c-4a43fef611a3",
"NodeId": "4f4fbc39-53d0-419f-ba8f-1749c88cb86f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "5f2f75e7-a77b-4041-833e-e04ab57d2677",
"VehiculeId": "089db3e4-ee5f-4250-a69a-3971558118a7",
"FriendlyVehicule": "sample string 3",
"DriverId": "9f49ad59-91a0-4f60-9d91-488db9fcb9fe",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "c4697259-9c7f-40bd-a4cb-3fc6ee24334c",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "7d40aaf9-102c-41f5-883e-46c3be9afb61",
"StepId": "ca53d8b9-0710-46fc-9278-ea7324058e81",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "fab5c6ef-d885-448f-b8d0-cc55ececda31",
"TrackingType": 0,
"CreationDate": "2025-11-30T11:55:58.205575+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.205575+00:00</CreationDate>
<CustomerId>f8260ca7-7eed-4838-8dc6-513da036db95</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>fab5c6ef-d885-448f-b8d0-cc55ececda31</TransportOrderId>
<CustomerId>5dce2ae2-b9ae-42ae-b3e6-82d064cc6722</CustomerId>
<InterlocutorId>7d6fdd5a-5579-4d91-92b7-64c0e3a1ff85</InterlocutorId>
<OrganiserId>39537499-f59e-4ed0-8431-750015148517</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>2b984d7f-7074-43e3-93c0-3cc9d94652d7</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</Document>
<Id>7d40aaf9-102c-41f5-883e-46c3be9afb61</Id>
<StepId>ca53d8b9-0710-46fc-9278-ea7324058e81</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</Document>
<Id>7d40aaf9-102c-41f5-883e-46c3be9afb61</Id>
<StepId>ca53d8b9-0710-46fc-9278-ea7324058e81</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2025-11-30T11:55:58.205575+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>7c8be556-2ba7-40f8-ab1d-4f09534df056</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>2b984d7f-7074-43e3-93c0-3cc9d94652d7</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.205575+00:00</PlannedEndDate>
<PlannedStartDate>2025-11-30T11:55:58.205575+00:00</PlannedStartDate>
<RealStartDate>2025-11-30T11:55:58.205575+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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>439ca2f0-b80e-4a93-b33d-4f862ff03ba0</Id>
<StepId>e6284da2-e201-4e0d-9baf-200126fb2f39</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>439ca2f0-b80e-4a93-b33d-4f862ff03ba0</Id>
<StepId>e6284da2-e201-4e0d-9baf-200126fb2f39</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2025-11-30T11:55:58.205575+00:00</StartWorkDate>
<StepId>d78980f0-c4a2-49e4-abaf-77010f42660e</StepId>
<StepType>Loading</StepType>
<TripId>c3553363-eee4-4f41-a63c-46fb6b1ab666</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>168b7306-86ee-468a-8d59-6065ed8d8901</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>168b7306-86ee-468a-8d59-6065ed8d8901</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>e638e3e8-7b16-4e62-bda1-31a851b5c842</StepId>
<VehicleId>c37098a8-cff4-41b5-82f3-2464cf499398</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>168b7306-86ee-468a-8d59-6065ed8d8901</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>168b7306-86ee-468a-8d59-6065ed8d8901</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>e638e3e8-7b16-4e62-bda1-31a851b5c842</StepId>
<VehicleId>c37098a8-cff4-41b5-82f3-2464cf499398</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>9d5b4281-6257-41da-a9ca-b0bccd1a7308</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>95f7eb51-fc38-4bb0-b75a-6b52239c646c</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>e1ca54b7-8937-49f3-a1a8-221459a36a63</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>2b984d7f-7074-43e3-93c0-3cc9d94652d7</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</Document>
<Id>7d40aaf9-102c-41f5-883e-46c3be9afb61</Id>
<StepId>ca53d8b9-0710-46fc-9278-ea7324058e81</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</Document>
<Id>7d40aaf9-102c-41f5-883e-46c3be9afb61</Id>
<StepId>ca53d8b9-0710-46fc-9278-ea7324058e81</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2025-11-30T11:55:58.205575+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>7c8be556-2ba7-40f8-ab1d-4f09534df056</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>2b984d7f-7074-43e3-93c0-3cc9d94652d7</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.205575+00:00</PlannedEndDate>
<PlannedStartDate>2025-11-30T11:55:58.205575+00:00</PlannedStartDate>
<RealStartDate>2025-11-30T11:55:58.205575+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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>439ca2f0-b80e-4a93-b33d-4f862ff03ba0</Id>
<StepId>e6284da2-e201-4e0d-9baf-200126fb2f39</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.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2025-11-30T11:55:58.205575+00:00</d6p1:CreateDate>
<d6p1:CustomerId>5f2f75e7-a77b-4041-833e-e04ab57d2677</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>9f49ad59-91a0-4f60-9d91-488db9fcb9fe</d6p1:DriverId>
<d6p1:EventDate>2025-11-30T11:55:58.205575+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>3eeb74a8-bb09-40ee-b65f-9e01c61ef7ff</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>61693d1f-7c58-4137-8a3c-4a43fef611a3</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>4f4fbc39-53d0-419f-ba8f-1749c88cb86f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2025-11-30T11:55:58.205575+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c4697259-9c7f-40bd-a4cb-3fc6ee24334c</d6p1:UserAccountId>
<d6p1:VehiculeId>089db3e4-ee5f-4250-a69a-3971558118a7</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>439ca2f0-b80e-4a93-b33d-4f862ff03ba0</Id>
<StepId>e6284da2-e201-4e0d-9baf-200126fb2f39</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2025-11-30T11:55:58.205575+00:00</StartWorkDate>
<StepId>d78980f0-c4a2-49e4-abaf-77010f42660e</StepId>
<StepType>Loading</StepType>
<TripId>c3553363-eee4-4f41-a63c-46fb6b1ab666</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>168b7306-86ee-468a-8d59-6065ed8d8901</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>168b7306-86ee-468a-8d59-6065ed8d8901</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>e638e3e8-7b16-4e62-bda1-31a851b5c842</StepId>
<VehicleId>c37098a8-cff4-41b5-82f3-2464cf499398</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>168b7306-86ee-468a-8d59-6065ed8d8901</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>168b7306-86ee-468a-8d59-6065ed8d8901</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>e638e3e8-7b16-4e62-bda1-31a851b5c842</StepId>
<VehicleId>c37098a8-cff4-41b5-82f3-2464cf499398</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>9d5b4281-6257-41da-a9ca-b0bccd1a7308</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>95f7eb51-fc38-4bb0-b75a-6b52239c646c</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>e1ca54b7-8937-49f3-a1a8-221459a36a63</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": "8e4518df-a89a-4f12-864a-a36567f8508f",
"InterlocutorId": "3a518e4c-78b8-428a-9893-7ce43277839f",
"OrganiserId": "3fffe7fb-c283-46d6-a1b1-bf081c2ad89f",
"Steps": [
{
"DriverId": "87ea28b4-0cdd-4515-a0fc-94ea4b268b91",
"VehicleId": "119d6f85-8e0e-414c-a532-7b931cdbacd7",
"Prescription": "sample string 1",
"InterlocutorId": "7b0d0332-ac0d-41f9-a84f-f815ebe88414",
"Containers": [
{
"VehicleId": "dac1549e-0f2b-4119-80a9-20a9570a5e67",
"Goods": [
{
"GoodId": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "dac1549e-0f2b-4119-80a9-20a9570a5e67",
"Goods": [
{
"GoodId": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "f08e56d7-36fb-4ffe-a130-f24d689ab3a7",
"TripId": "6eb95707-2a5a-402f-835b-e7d348e82a69",
"PlannedStartDate": "2025-11-30T11:55:58.205575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.205575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "f1709ca3-eb9d-435d-bec6-2b5188874e07",
"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": "b22f50d2-faa5-47de-a418-42345acad2c4",
"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.205575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.205575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.205575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "563fa71e-3baa-4cb2-a8a3-756370bd1a29",
"StepId": "d70bf7da-e705-4bd6-9b6c-ae26a382441f",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "563fa71e-3baa-4cb2-a8a3-756370bd1a29",
"StepId": "d70bf7da-e705-4bd6-9b6c-ae26a382441f",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "23deb632-1cdd-42c3-af1c-126e644bd1b7",
"StepId": "900f4325-f1d1-45e8-917f-3f51f2ff08e2",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "23deb632-1cdd-42c3-af1c-126e644bd1b7",
"StepId": "900f4325-f1d1-45e8-917f-3f51f2ff08e2",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "87ea28b4-0cdd-4515-a0fc-94ea4b268b91",
"VehicleId": "119d6f85-8e0e-414c-a532-7b931cdbacd7",
"Prescription": "sample string 1",
"InterlocutorId": "7b0d0332-ac0d-41f9-a84f-f815ebe88414",
"Containers": [
{
"VehicleId": "dac1549e-0f2b-4119-80a9-20a9570a5e67",
"Goods": [
{
"GoodId": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "dac1549e-0f2b-4119-80a9-20a9570a5e67",
"Goods": [
{
"GoodId": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "073e6fef-527f-47cd-986a-ce933dc841ab",
"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": "f08e56d7-36fb-4ffe-a130-f24d689ab3a7",
"TripId": "6eb95707-2a5a-402f-835b-e7d348e82a69",
"PlannedStartDate": "2025-11-30T11:55:58.205575+00:00",
"PlannedEndDate": "2025-11-30T11:55:58.205575+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "f1709ca3-eb9d-435d-bec6-2b5188874e07",
"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": "b22f50d2-faa5-47de-a418-42345acad2c4",
"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.205575+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2025-11-30T11:55:58.205575+00:00",
"EndWorkDate": "2025-11-30T11:55:58.205575+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Documents": [
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "563fa71e-3baa-4cb2-a8a3-756370bd1a29",
"StepId": "d70bf7da-e705-4bd6-9b6c-ae26a382441f",
"Text": "sample string 3"
},
{
"Documents": [
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
{
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
}
],
"Id": "563fa71e-3baa-4cb2-a8a3-756370bd1a29",
"StepId": "d70bf7da-e705-4bd6-9b6c-ae26a382441f",
"Text": "sample string 3"
}
],
"Documents": [
{
"Document": {
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "23deb632-1cdd-42c3-af1c-126e644bd1b7",
"StepId": "900f4325-f1d1-45e8-917f-3f51f2ff08e2",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "abdee18b-2961-4565-b0d9-ba68bbdd0139",
"NodeId": "fc278181-01cc-4d63-8a55-37fdf0373045",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "2b06760e-a63f-47d3-894d-34a53acbb160",
"VehiculeId": "fe079dc4-6798-4a5e-9588-77dac0a3e9cc",
"FriendlyVehicule": "sample string 3",
"DriverId": "cb7b63b8-ba8c-4176-a6ff-953bdd5da04e",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "e956481d-90a6-4af1-9445-624591e68d21",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2025-11-30T11:55:58.205575+00:00",
"EventDate": "2025-11-30T11:55:58.205575+00:00",
"TimeToLive": "2025-11-30T11:55:58.205575+00:00",
"UserAccountId": "578c798d-5890-415e-a5f4-a46918731d06",
"FriendlyUserAccount": "sample string 10",
"URL": "sample string 11",
"DateUtcExpireURL": "2025-11-30T11:55:58.205575+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileReason": "sample string 14"
},
"Id": "23deb632-1cdd-42c3-af1c-126e644bd1b7",
"StepId": "900f4325-f1d1-45e8-917f-3f51f2ff08e2",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "40be2ecd-e79e-485c-a0e0-e6694c4f1af9",
"TrackingType": 0,
"CreationDate": "2025-11-30T11:55:58.205575+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": "94881141-5732-4b71-aafc-9b7d77650280"
}
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>94881141-5732-4b71-aafc-9b7d77650280</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.205575+00:00</d2p1:CreationDate>
<d2p1:CustomerId>383e4df3-a0a3-4700-bb45-e24c64f92632</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>40be2ecd-e79e-485c-a0e0-e6694c4f1af9</d2p1:TransportOrderId>
<d2p1:CustomerId>8e4518df-a89a-4f12-864a-a36567f8508f</d2p1:CustomerId>
<d2p1:InterlocutorId>3a518e4c-78b8-428a-9893-7ce43277839f</d2p1:InterlocutorId>
<d2p1:OrganiserId>3fffe7fb-c283-46d6-a1b1-bf081c2ad89f</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>b22f50d2-faa5-47de-a418-42345acad2c4</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</d2p1:Document>
<d2p1:Id>23deb632-1cdd-42c3-af1c-126e644bd1b7</d2p1:Id>
<d2p1:StepId>900f4325-f1d1-45e8-917f-3f51f2ff08e2</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</d2p1:Document>
<d2p1:Id>23deb632-1cdd-42c3-af1c-126e644bd1b7</d2p1:Id>
<d2p1:StepId>900f4325-f1d1-45e8-917f-3f51f2ff08e2</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.205575+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>f1709ca3-eb9d-435d-bec6-2b5188874e07</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>b22f50d2-faa5-47de-a418-42345acad2c4</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.205575+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2025-11-30T11:55:58.205575+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2025-11-30T11:55:58.205575+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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>563fa71e-3baa-4cb2-a8a3-756370bd1a29</d2p1:Id>
<d2p1:StepId>d70bf7da-e705-4bd6-9b6c-ae26a382441f</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>563fa71e-3baa-4cb2-a8a3-756370bd1a29</d2p1:Id>
<d2p1:StepId>d70bf7da-e705-4bd6-9b6c-ae26a382441f</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2025-11-30T11:55:58.205575+00:00</d2p1:StartWorkDate>
<d2p1:StepId>f08e56d7-36fb-4ffe-a130-f24d689ab3a7</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>6eb95707-2a5a-402f-835b-e7d348e82a69</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>073e6fef-527f-47cd-986a-ce933dc841ab</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>073e6fef-527f-47cd-986a-ce933dc841ab</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>af0e9ab1-a1ab-4dbc-bf90-d5a504d3c811</d2p1:StepId>
<d2p1:VehicleId>dac1549e-0f2b-4119-80a9-20a9570a5e67</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>073e6fef-527f-47cd-986a-ce933dc841ab</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>073e6fef-527f-47cd-986a-ce933dc841ab</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>af0e9ab1-a1ab-4dbc-bf90-d5a504d3c811</d2p1:StepId>
<d2p1:VehicleId>dac1549e-0f2b-4119-80a9-20a9570a5e67</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>87ea28b4-0cdd-4515-a0fc-94ea4b268b91</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>7b0d0332-ac0d-41f9-a84f-f815ebe88414</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>119d6f85-8e0e-414c-a532-7b931cdbacd7</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>b22f50d2-faa5-47de-a418-42345acad2c4</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</d2p1:Document>
<d2p1:Id>23deb632-1cdd-42c3-af1c-126e644bd1b7</d2p1:Id>
<d2p1:StepId>900f4325-f1d1-45e8-917f-3f51f2ff08e2</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</d2p1:Document>
<d2p1:Id>23deb632-1cdd-42c3-af1c-126e644bd1b7</d2p1:Id>
<d2p1:StepId>900f4325-f1d1-45e8-917f-3f51f2ff08e2</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.205575+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>f1709ca3-eb9d-435d-bec6-2b5188874e07</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>b22f50d2-faa5-47de-a418-42345acad2c4</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.205575+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2025-11-30T11:55:58.205575+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2025-11-30T11:55:58.205575+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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>563fa71e-3baa-4cb2-a8a3-756370bd1a29</d2p1:Id>
<d2p1:StepId>d70bf7da-e705-4bd6-9b6c-ae26a382441f</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.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<ContentType>Null</ContentType>
<CreateDate>2025-11-30T11:55:58.205575+00:00</CreateDate>
<CustomerId>2b06760e-a63f-47d3-894d-34a53acbb160</CustomerId>
<DateUtcExpireURL>2025-11-30T11:55:58.205575+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>cb7b63b8-ba8c-4176-a6ff-953bdd5da04e</DriverId>
<EventDate>2025-11-30T11:55:58.205575+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>e956481d-90a6-4af1-9445-624591e68d21</IDSource>
<IDStorage>Null</IDStorage>
<Id>abdee18b-2961-4565-b0d9-ba68bbdd0139</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>fc278181-01cc-4d63-8a55-37fdf0373045</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2025-11-30T11:55:58.205575+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>578c798d-5890-415e-a5f4-a46918731d06</UserAccountId>
<VehiculeId>fe079dc4-6798-4a5e-9588-77dac0a3e9cc</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>563fa71e-3baa-4cb2-a8a3-756370bd1a29</d2p1:Id>
<d2p1:StepId>d70bf7da-e705-4bd6-9b6c-ae26a382441f</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2025-11-30T11:55:58.205575+00:00</d2p1:StartWorkDate>
<d2p1:StepId>f08e56d7-36fb-4ffe-a130-f24d689ab3a7</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>6eb95707-2a5a-402f-835b-e7d348e82a69</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>073e6fef-527f-47cd-986a-ce933dc841ab</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>073e6fef-527f-47cd-986a-ce933dc841ab</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>af0e9ab1-a1ab-4dbc-bf90-d5a504d3c811</d2p1:StepId>
<d2p1:VehicleId>dac1549e-0f2b-4119-80a9-20a9570a5e67</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>073e6fef-527f-47cd-986a-ce933dc841ab</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>073e6fef-527f-47cd-986a-ce933dc841ab</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>af0e9ab1-a1ab-4dbc-bf90-d5a504d3c811</d2p1:StepId>
<d2p1:VehicleId>dac1549e-0f2b-4119-80a9-20a9570a5e67</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>87ea28b4-0cdd-4515-a0fc-94ea4b268b91</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>7b0d0332-ac0d-41f9-a84f-f815ebe88414</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>119d6f85-8e0e-414c-a532-7b931cdbacd7</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>