POST api/v2/transportOrder
Création d'un ordre de transport
Request Information
URI Parameters
None.
Body Parameters
TransportOrderDefinitionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId |
Identifiant du client ( optionnel , récup via l'user connecté ) |
globally unique identifier |
None. |
| InterlocutorId |
Identifiant de l'interlocuteur |
globally unique identifier |
None. |
| OrganiserId |
identifiant de l'organisateur |
globally unique identifier |
None. |
| Steps |
Liste des étapes |
Collection of StepWithContainerDefinitionDto |
None. |
| TransportOrderId |
Identifiant de l'ordre de transport |
globally unique identifier |
None. |
| TrackingType |
Type de suivi |
TransportOrderTrackingType |
None. |
| CreationDate |
Date de création |
date |
None. |
| Memo |
Memo ( ou nom de l'ordre ) |
string |
None. |
| FileNumber |
N° de référence |
string |
None. |
| ExternalId |
identifiant pour interfacage externe |
string |
None. |
| PlannedState |
statut de la planification |
TransportOrderState |
None. |
| AffectedState |
Statut de l'affectation |
TransportOrderState |
None. |
| Archived |
Archivé ? |
boolean |
None. |
| IsRecurrent |
indique si l'ordre est récurrent |
boolean |
None. |
| OdooFolderState |
Statut du dossier odoo |
OdooFolderState |
None. |
| Locked |
Verrouillage du Transport Order |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "c5e95505-0a63-4963-8d40-f4156fee76c7",
"InterlocutorId": "9ef13943-579f-46ab-b21c-645b0149f9c4",
"OrganiserId": "4c6caac0-dbd2-4b36-bd37-c81acdee3990",
"Steps": [
{
"DriverId": "e185e98e-b943-40ed-b6da-9f737df6599c",
"VehicleId": "b34b9647-eab5-4aef-9fe5-6c4eb1f1204e",
"Prescription": "sample string 1",
"InterlocutorId": "b6e8f621-2d3f-4296-a208-8fdee4732687",
"Containers": [
{
"VehicleId": "930f38f0-5e22-47a7-a638-3bb56ae09168",
"Goods": [
{
"GoodId": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "930f38f0-5e22-47a7-a638-3bb56ae09168",
"Goods": [
{
"GoodId": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "5ed2982d-e05e-4114-8d1d-be9082c9b2b5",
"TripId": "bcda244d-64cc-4c3a-b1e8-15bf09ebcec3",
"PlannedStartDate": "2026-09-04T02:38:01.3766857+00:00",
"PlannedEndDate": "2026-09-04T02:38:01.3766857+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "5b9297b2-7ef5-4eff-869e-6057bc9dce8d",
"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": "03e874a7-20da-4108-9816-b5eae17892a6",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
},
"RealStartDate": "2026-09-04T02:38:01.3766857+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2026-09-04T02:38:01.3766857+00:00",
"EndWorkDate": "2026-09-04T02:38:01.3766857+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Id": "0de95530-ebf0-4381-8c83-6f6158aad5c7",
"StepId": "0d801fee-781a-4cd7-a8bd-302488a8a672",
"Text": "sample string 3",
"Documents": [
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
},
{
"Id": "0de95530-ebf0-4381-8c83-6f6158aad5c7",
"StepId": "0d801fee-781a-4cd7-a8bd-302488a8a672",
"Text": "sample string 3",
"Documents": [
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
}
],
"Documents": [
{
"Document": {
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "50894fa4-6893-4ca8-8b87-f5c515a7c7b1",
"StepId": "7143e641-f2ef-45f2-88a4-8bf196a25c96",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "50894fa4-6893-4ca8-8b87-f5c515a7c7b1",
"StepId": "7143e641-f2ef-45f2-88a4-8bf196a25c96",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "e185e98e-b943-40ed-b6da-9f737df6599c",
"VehicleId": "b34b9647-eab5-4aef-9fe5-6c4eb1f1204e",
"Prescription": "sample string 1",
"InterlocutorId": "b6e8f621-2d3f-4296-a208-8fdee4732687",
"Containers": [
{
"VehicleId": "930f38f0-5e22-47a7-a638-3bb56ae09168",
"Goods": [
{
"GoodId": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "930f38f0-5e22-47a7-a638-3bb56ae09168",
"Goods": [
{
"GoodId": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3",
"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": "5ed2982d-e05e-4114-8d1d-be9082c9b2b5",
"TripId": "bcda244d-64cc-4c3a-b1e8-15bf09ebcec3",
"PlannedStartDate": "2026-09-04T02:38:01.3766857+00:00",
"PlannedEndDate": "2026-09-04T02:38:01.3766857+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "5b9297b2-7ef5-4eff-869e-6057bc9dce8d",
"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": "03e874a7-20da-4108-9816-b5eae17892a6",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
},
"RealStartDate": "2026-09-04T02:38:01.3766857+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2026-09-04T02:38:01.3766857+00:00",
"EndWorkDate": "2026-09-04T02:38:01.3766857+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Id": "0de95530-ebf0-4381-8c83-6f6158aad5c7",
"StepId": "0d801fee-781a-4cd7-a8bd-302488a8a672",
"Text": "sample string 3",
"Documents": [
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
},
{
"Id": "0de95530-ebf0-4381-8c83-6f6158aad5c7",
"StepId": "0d801fee-781a-4cd7-a8bd-302488a8a672",
"Text": "sample string 3",
"Documents": [
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
}
],
"Documents": [
{
"Document": {
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "50894fa4-6893-4ca8-8b87-f5c515a7c7b1",
"StepId": "7143e641-f2ef-45f2-88a4-8bf196a25c96",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "b9fbd404-321d-4490-bab7-13369857b3e6",
"AlternativeId": "682a93e1-3b14-425c-8d01-0b655779d084",
"NodeId": "b44d1714-dfbf-49c4-93b7-62386c46a54f",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "b1cf6f19-126a-46bb-8dc6-8198eb3bbe69",
"VehiculeId": "022301ac-880f-4127-825f-54b3fb12fffc",
"FriendlyVehicule": "sample string 3",
"DriverId": "7db2536e-4230-41ae-8527-5f35b5595db0",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "83b0f892-1a19-4d15-ad1b-29d7b3b28e83",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3766857+00:00",
"EventDate": "2026-09-04T02:38:01.3766857+00:00",
"TimeToLive": "2026-09-04T02:38:01.3766857+00:00",
"UserAccountId": "c00e79ec-8891-42c1-b48d-3329f32de0c2",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "fb4809bb-35d6-455c-9fc5-64912da067a6",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3766857+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "50894fa4-6893-4ca8-8b87-f5c515a7c7b1",
"StepId": "7143e641-f2ef-45f2-88a4-8bf196a25c96",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "2392d4ac-3658-4a62-a6e1-c05379b2ebc6",
"TrackingType": 0,
"CreationDate": "2026-09-04T02:38:01.3766857+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>2026-09-04T02:38:01.3766857+00:00</CreationDate>
<CustomerId>605c0d54-7f2a-4b83-9545-a5a8d91c3f18</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>2392d4ac-3658-4a62-a6e1-c05379b2ebc6</TransportOrderId>
<CustomerId>c5e95505-0a63-4963-8d40-f4156fee76c7</CustomerId>
<InterlocutorId>9ef13943-579f-46ab-b21c-645b0149f9c4</InterlocutorId>
<OrganiserId>4c6caac0-dbd2-4b36-bd37-c81acdee3990</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>03e874a7-20da-4108-9816-b5eae17892a6</d4p1:AoiId>
<d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
<d4p1:Name>sample string 5</d4p1:Name>
<d4p1:Radius>4</d4p1:Radius>
<d4p1:ShowOnMap>true</d4p1:ShowOnMap>
<d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
</Address>
<Documents>
<StepDocumentDto>
<Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</Document>
<Id>50894fa4-6893-4ca8-8b87-f5c515a7c7b1</Id>
<StepId>7143e641-f2ef-45f2-88a4-8bf196a25c96</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
<StepDocumentDto>
<Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</Document>
<Id>50894fa4-6893-4ca8-8b87-f5c515a7c7b1</Id>
<StepId>7143e641-f2ef-45f2-88a4-8bf196a25c96</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2026-09-04T02:38:01.3766857+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>5b9297b2-7ef5-4eff-869e-6057bc9dce8d</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>03e874a7-20da-4108-9816-b5eae17892a6</d4p1:AoiId>
<d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
<d4p1:Name>sample string 5</d4p1:Name>
<d4p1:Radius>4</d4p1:Radius>
<d4p1:ShowOnMap>true</d4p1:ShowOnMap>
<d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
</d4p1:Zoi>
<d4p1:IsContact>true</d4p1:IsContact>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:SIRET>sample string 2</d4p1:SIRET>
<d4p1:Type>Agency</d4p1:Type>
</Place>
<PlannedEndDate>2026-09-04T02:38:01.3766857+00:00</PlannedEndDate>
<PlannedStartDate>2026-09-04T02:38:01.3766857+00:00</PlannedStartDate>
<RealStartDate>2026-09-04T02:38:01.3766857+00:00</RealStartDate>
<Reserve>sample string 6</Reserve>
<Reserves>
<StepReserveDto>
<Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>0de95530-ebf0-4381-8c83-6f6158aad5c7</Id>
<StepId>0d801fee-781a-4cd7-a8bd-302488a8a672</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
<StepReserveDto>
<Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>0de95530-ebf0-4381-8c83-6f6158aad5c7</Id>
<StepId>0d801fee-781a-4cd7-a8bd-302488a8a672</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2026-09-04T02:38:01.3766857+00:00</StartWorkDate>
<StepId>5ed2982d-e05e-4114-8d1d-be9082c9b2b5</StepId>
<StepType>Loading</StepType>
<TripId>bcda244d-64cc-4c3a-b1e8-15bf09ebcec3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>74bcb922-76ac-46f2-979b-b0a0aa0c61b9</StepId>
<VehicleId>930f38f0-5e22-47a7-a638-3bb56ae09168</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>74bcb922-76ac-46f2-979b-b0a0aa0c61b9</StepId>
<VehicleId>930f38f0-5e22-47a7-a638-3bb56ae09168</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>e185e98e-b943-40ed-b6da-9f737df6599c</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>b6e8f621-2d3f-4296-a208-8fdee4732687</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>b34b9647-eab5-4aef-9fe5-6c4eb1f1204e</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>03e874a7-20da-4108-9816-b5eae17892a6</d4p1:AoiId>
<d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
<d4p1:Name>sample string 5</d4p1:Name>
<d4p1:Radius>4</d4p1:Radius>
<d4p1:ShowOnMap>true</d4p1:ShowOnMap>
<d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
</Address>
<Documents>
<StepDocumentDto>
<Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</Document>
<Id>50894fa4-6893-4ca8-8b87-f5c515a7c7b1</Id>
<StepId>7143e641-f2ef-45f2-88a4-8bf196a25c96</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
<StepDocumentDto>
<Document xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</Document>
<Id>50894fa4-6893-4ca8-8b87-f5c515a7c7b1</Id>
<StepId>7143e641-f2ef-45f2-88a4-8bf196a25c96</StepId>
<Text>sample string 3</Text>
<Type>Cmr</Type>
</StepDocumentDto>
</Documents>
<DriverVisualization>true</DriverVisualization>
<EndWorkDate>2026-09-04T02:38:01.3766857+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>5b9297b2-7ef5-4eff-869e-6057bc9dce8d</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>03e874a7-20da-4108-9816-b5eae17892a6</d4p1:AoiId>
<d4p1:ISOCountryCode>sample string 2</d4p1:ISOCountryCode>
<d4p1:Name>sample string 5</d4p1:Name>
<d4p1:Radius>4</d4p1:Radius>
<d4p1:ShowOnMap>true</d4p1:ShowOnMap>
<d4p1:UsedByTMSSteps>true</d4p1:UsedByTMSSteps>
</d4p1:Zoi>
<d4p1:IsContact>true</d4p1:IsContact>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:SIRET>sample string 2</d4p1:SIRET>
<d4p1:Type>Agency</d4p1:Type>
</Place>
<PlannedEndDate>2026-09-04T02:38:01.3766857+00:00</PlannedEndDate>
<PlannedStartDate>2026-09-04T02:38:01.3766857+00:00</PlannedStartDate>
<RealStartDate>2026-09-04T02:38:01.3766857+00:00</RealStartDate>
<Reserve>sample string 6</Reserve>
<Reserves>
<StepReserveDto>
<Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>0de95530-ebf0-4381-8c83-6f6158aad5c7</Id>
<StepId>0d801fee-781a-4cd7-a8bd-302488a8a672</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
<StepReserveDto>
<Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
<d6p1:FileStorageDto>
<d6p1:AlternativeId>682a93e1-3b14-425c-8d01-0b655779d084</d6p1:AlternativeId>
<d6p1:ContentType>Null</d6p1:ContentType>
<d6p1:CreateDate>2026-09-04T02:38:01.3766857+00:00</d6p1:CreateDate>
<d6p1:CreatorId>fb4809bb-35d6-455c-9fc5-64912da067a6</d6p1:CreatorId>
<d6p1:CustomerId>b1cf6f19-126a-46bb-8dc6-8198eb3bbe69</d6p1:CustomerId>
<d6p1:DateUtcExpireURL>2026-09-04T02:38:01.3766857+00:00</d6p1:DateUtcExpireURL>
<d6p1:DemandorDetails>sample string 8</d6p1:DemandorDetails>
<d6p1:DriverId>7db2536e-4230-41ae-8527-5f35b5595db0</d6p1:DriverId>
<d6p1:EventDate>2026-09-04T02:38:01.3766857+00:00</d6p1:EventDate>
<d6p1:FileDefinition>sample string 14</d6p1:FileDefinition>
<d6p1:FileReason>sample string 15</d6p1:FileReason>
<d6p1:FileSize>13</d6p1:FileSize>
<d6p1:FriendlyDriver>sample string 4</d6p1:FriendlyDriver>
<d6p1:FriendlyFileDemandor>sample string 7</d6p1:FriendlyFileDemandor>
<d6p1:FriendlyUserAccount>sample string 10</d6p1:FriendlyUserAccount>
<d6p1:FriendlyVehicule>sample string 3</d6p1:FriendlyVehicule>
<d6p1:GroupContentType>Null</d6p1:GroupContentType>
<d6p1:IDDirectory>1</d6p1:IDDirectory>
<d6p1:IDFileDemandor>Null</d6p1:IDFileDemandor>
<d6p1:IDKind>Null</d6p1:IDKind>
<d6p1:IDSource>83b0f892-1a19-4d15-ad1b-29d7b3b28e83</d6p1:IDSource>
<d6p1:IDStorage>Null</d6p1:IDStorage>
<d6p1:Id>b9fbd404-321d-4490-bab7-13369857b3e6</d6p1:Id>
<d6p1:IsHidden>true</d6p1:IsHidden>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:NodeId>b44d1714-dfbf-49c4-93b7-62386c46a54f</d6p1:NodeId>
<d6p1:Origin>sample string 5</d6p1:Origin>
<d6p1:TimeToLive>2026-09-04T02:38:01.3766857+00:00</d6p1:TimeToLive>
<d6p1:URL>sample string 11</d6p1:URL>
<d6p1:UserAccountId>c00e79ec-8891-42c1-b48d-3329f32de0c2</d6p1:UserAccountId>
<d6p1:VehiculeId>022301ac-880f-4127-825f-54b3fb12fffc</d6p1:VehiculeId>
</d6p1:FileStorageDto>
</Documents>
<Id>0de95530-ebf0-4381-8c83-6f6158aad5c7</Id>
<StepId>0d801fee-781a-4cd7-a8bd-302488a8a672</StepId>
<Text>sample string 3</Text>
</StepReserveDto>
</Reserves>
<StartWorkDate>2026-09-04T02:38:01.3766857+00:00</StartWorkDate>
<StepId>5ed2982d-e05e-4114-8d1d-be9082c9b2b5</StepId>
<StepType>Loading</StepType>
<TripId>bcda244d-64cc-4c3a-b1e8-15bf09ebcec3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>74bcb922-76ac-46f2-979b-b0a0aa0c61b9</StepId>
<VehicleId>930f38f0-5e22-47a7-a638-3bb56ae09168</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</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>dc4d6cf0-22ee-4213-8b0f-ce1da3c748d3</GoodId>
</GoodDefinitionDto>
</Goods>
<StepId>74bcb922-76ac-46f2-979b-b0a0aa0c61b9</StepId>
<VehicleId>930f38f0-5e22-47a7-a638-3bb56ae09168</VehicleId>
</ContainerDefinitionDto>
</Containers>
<DriverId>e185e98e-b943-40ed-b6da-9f737df6599c</DriverId>
<EPALDelta>1</EPALDelta>
<InterlocutorId>b6e8f621-2d3f-4296-a208-8fdee4732687</InterlocutorId>
<Prescription>sample string 1</Prescription>
<VehicleId>b34b9647-eab5-4aef-9fe5-6c4eb1f1204e</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": "ca32da9c-2bc3-48a2-b498-b92ec78dcc03",
"InterlocutorId": "de0567a4-91bb-408a-88d6-7dff41259935",
"OrganiserId": "6a6995d4-89a4-42cf-b522-32101950d7ee",
"Steps": [
{
"DriverId": "09eacd6b-ac96-43b4-baee-990ed44921b5",
"VehicleId": "c190f57e-e357-4e99-940f-3e8ab55a74c1",
"Prescription": "sample string 1",
"InterlocutorId": "fc873668-d436-496f-a2cd-71918d1fd516",
"Containers": [
{
"VehicleId": "120f2ef3-cd12-4662-9f18-d787bf5830aa",
"Goods": [
{
"GoodId": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "120f2ef3-cd12-4662-9f18-d787bf5830aa",
"Goods": [
{
"GoodId": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "24a12250-f586-44ab-b650-9dc789d04954",
"TripId": "5ff5f9e5-ff21-4292-a9a9-962f35ffe18f",
"PlannedStartDate": "2026-09-04T02:38:01.3923133+00:00",
"PlannedEndDate": "2026-09-04T02:38:01.3923133+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "8cdee12e-cfbe-47a1-bcd0-4abdb9dc8888",
"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": "2b554d52-66c2-453a-b9a4-81ecb29c94e8",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
},
"RealStartDate": "2026-09-04T02:38:01.3923133+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2026-09-04T02:38:01.3923133+00:00",
"EndWorkDate": "2026-09-04T02:38:01.3923133+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Id": "3dbfaeba-560e-4b03-8981-537b81123c7f",
"StepId": "205b5c51-b5f2-4e07-b754-7405fc7017f8",
"Text": "sample string 3",
"Documents": [
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
},
{
"Id": "3dbfaeba-560e-4b03-8981-537b81123c7f",
"StepId": "205b5c51-b5f2-4e07-b754-7405fc7017f8",
"Text": "sample string 3",
"Documents": [
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
}
],
"Documents": [
{
"Document": {
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "1f229560-05c9-44e1-bf5f-62fc8e8c0a43",
"StepId": "bc7477c5-77aa-46aa-8d13-bcc76c8c1142",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "1f229560-05c9-44e1-bf5f-62fc8e8c0a43",
"StepId": "bc7477c5-77aa-46aa-8d13-bcc76c8c1142",
"Text": "sample string 3",
"Type": 1
}
]
},
{
"DriverId": "09eacd6b-ac96-43b4-baee-990ed44921b5",
"VehicleId": "c190f57e-e357-4e99-940f-3e8ab55a74c1",
"Prescription": "sample string 1",
"InterlocutorId": "fc873668-d436-496f-a2cd-71918d1fd516",
"Containers": [
{
"VehicleId": "120f2ef3-cd12-4662-9f18-d787bf5830aa",
"Goods": [
{
"GoodId": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "120f2ef3-cd12-4662-9f18-d787bf5830aa",
"Goods": [
{
"GoodId": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f",
"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": "24a12250-f586-44ab-b650-9dc789d04954",
"TripId": "5ff5f9e5-ff21-4292-a9a9-962f35ffe18f",
"PlannedStartDate": "2026-09-04T02:38:01.3923133+00:00",
"PlannedEndDate": "2026-09-04T02:38:01.3923133+00:00",
"Place": {
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "8cdee12e-cfbe-47a1-bcd0-4abdb9dc8888",
"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": "2b554d52-66c2-453a-b9a4-81ecb29c94e8",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
},
"RealStartDate": "2026-09-04T02:38:01.3923133+00:00",
"DriverVisualization": true,
"Index": 4,
"StartWorkDate": "2026-09-04T02:38:01.3923133+00:00",
"EndWorkDate": "2026-09-04T02:38:01.3923133+00:00",
"StepType": 0,
"ExternalId": "sample string 5",
"Reserve": "sample string 6",
"Reserves": [
{
"Id": "3dbfaeba-560e-4b03-8981-537b81123c7f",
"StepId": "205b5c51-b5f2-4e07-b754-7405fc7017f8",
"Text": "sample string 3",
"Documents": [
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
},
{
"Id": "3dbfaeba-560e-4b03-8981-537b81123c7f",
"StepId": "205b5c51-b5f2-4e07-b754-7405fc7017f8",
"Text": "sample string 3",
"Documents": [
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
{
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
}
]
}
],
"Documents": [
{
"Document": {
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "1f229560-05c9-44e1-bf5f-62fc8e8c0a43",
"StepId": "bc7477c5-77aa-46aa-8d13-bcc76c8c1142",
"Text": "sample string 3",
"Type": 1
},
{
"Document": {
"Id": "9347feff-8115-4492-9de1-865a47908a6a",
"AlternativeId": "1e36f33d-bd80-4bbc-9041-f2c3ba625e94",
"NodeId": "1e0150c6-e7ca-4eb3-aad8-0d89389e4879",
"IDDirectory": 1,
"Name": "sample string 2",
"CustomerId": "42d1261a-9a7e-4ecb-9993-1db7ea8599c0",
"VehiculeId": "447a86b0-357c-4339-828a-42dc99c9787c",
"FriendlyVehicule": "sample string 3",
"DriverId": "4e1e009c-fe9c-42de-ba40-3879610455ab",
"FriendlyDriver": "sample string 4",
"Origin": "sample string 5",
"IDKind": 0,
"IDStorage": 0,
"IDSource": "41aa02c6-9980-4a09-ab6b-3d6d0592547f",
"IDFileDemandor": 0,
"FriendlyFileDemandor": "sample string 7",
"DemandorDetails": "sample string 8",
"CreateDate": "2026-09-04T02:38:01.3923133+00:00",
"EventDate": "2026-09-04T02:38:01.3923133+00:00",
"TimeToLive": "2026-09-04T02:38:01.3923133+00:00",
"UserAccountId": "227889c7-87dd-4996-8b8a-ef092226b82a",
"FriendlyUserAccount": "sample string 10",
"CreatorId": "be79d459-a737-4c46-86dd-da760560d07c",
"URL": "sample string 11",
"DateUtcExpireURL": "2026-09-04T02:38:01.3923133+00:00",
"GroupContentType": 0,
"ContentType": 0,
"IsHidden": true,
"FileSize": 13,
"FileDefinition": "sample string 14",
"FileReason": "sample string 15"
},
"Id": "1f229560-05c9-44e1-bf5f-62fc8e8c0a43",
"StepId": "bc7477c5-77aa-46aa-8d13-bcc76c8c1142",
"Text": "sample string 3",
"Type": 1
}
]
}
],
"TransportOrderId": "602be4dc-6bd7-4782-bd13-e98efe8799cf",
"TrackingType": 0,
"CreationDate": "2026-09-04T02:38:01.3923133+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": "825ce853-7a82-4967-8ad3-e55df27b82ef"
}
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>825ce853-7a82-4967-8ad3-e55df27b82ef</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>2026-09-04T02:38:01.3923133+00:00</d2p1:CreationDate>
<d2p1:CustomerId>2d6021db-b4c7-4f14-9b70-93e593c85f39</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>602be4dc-6bd7-4782-bd13-e98efe8799cf</d2p1:TransportOrderId>
<d2p1:CustomerId>ca32da9c-2bc3-48a2-b498-b92ec78dcc03</d2p1:CustomerId>
<d2p1:InterlocutorId>de0567a4-91bb-408a-88d6-7dff41259935</d2p1:InterlocutorId>
<d2p1:OrganiserId>6a6995d4-89a4-42cf-b522-32101950d7ee</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>2b554d52-66c2-453a-b9a4-81ecb29c94e8</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>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</d2p1:Document>
<d2p1:Id>1f229560-05c9-44e1-bf5f-62fc8e8c0a43</d2p1:Id>
<d2p1:StepId>bc7477c5-77aa-46aa-8d13-bcc76c8c1142</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Type>Cmr</d2p1:Type>
</d2p1:StepDocumentDto>
<d2p1:StepDocumentDto>
<d2p1:Document>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</d2p1:Document>
<d2p1:Id>1f229560-05c9-44e1-bf5f-62fc8e8c0a43</d2p1:Id>
<d2p1:StepId>bc7477c5-77aa-46aa-8d13-bcc76c8c1142</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>2026-09-04T02:38:01.3923133+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>8cdee12e-cfbe-47a1-bcd0-4abdb9dc8888</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>2b554d52-66c2-453a-b9a4-81ecb29c94e8</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>2026-09-04T02:38:01.3923133+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2026-09-04T02:38:01.3923133+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2026-09-04T02:38:01.3923133+00:00</d2p1:RealStartDate>
<d2p1:Reserve>sample string 6</d2p1:Reserve>
<d2p1:Reserves>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>3dbfaeba-560e-4b03-8981-537b81123c7f</d2p1:Id>
<d2p1:StepId>205b5c51-b5f2-4e07-b754-7405fc7017f8</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>3dbfaeba-560e-4b03-8981-537b81123c7f</d2p1:Id>
<d2p1:StepId>205b5c51-b5f2-4e07-b754-7405fc7017f8</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2026-09-04T02:38:01.3923133+00:00</d2p1:StartWorkDate>
<d2p1:StepId>24a12250-f586-44ab-b650-9dc789d04954</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>5ff5f9e5-ff21-4292-a9a9-962f35ffe18f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>6116657f-0cd6-4983-8daa-a8c9a1837adb</d2p1:StepId>
<d2p1:VehicleId>120f2ef3-cd12-4662-9f18-d787bf5830aa</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>6116657f-0cd6-4983-8daa-a8c9a1837adb</d2p1:StepId>
<d2p1:VehicleId>120f2ef3-cd12-4662-9f18-d787bf5830aa</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>09eacd6b-ac96-43b4-baee-990ed44921b5</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>fc873668-d436-496f-a2cd-71918d1fd516</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>c190f57e-e357-4e99-940f-3e8ab55a74c1</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>2b554d52-66c2-453a-b9a4-81ecb29c94e8</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>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</d2p1:Document>
<d2p1:Id>1f229560-05c9-44e1-bf5f-62fc8e8c0a43</d2p1:Id>
<d2p1:StepId>bc7477c5-77aa-46aa-8d13-bcc76c8c1142</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Type>Cmr</d2p1:Type>
</d2p1:StepDocumentDto>
<d2p1:StepDocumentDto>
<d2p1:Document>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</d2p1:Document>
<d2p1:Id>1f229560-05c9-44e1-bf5f-62fc8e8c0a43</d2p1:Id>
<d2p1:StepId>bc7477c5-77aa-46aa-8d13-bcc76c8c1142</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>2026-09-04T02:38:01.3923133+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>8cdee12e-cfbe-47a1-bcd0-4abdb9dc8888</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>2b554d52-66c2-453a-b9a4-81ecb29c94e8</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>2026-09-04T02:38:01.3923133+00:00</d2p1:PlannedEndDate>
<d2p1:PlannedStartDate>2026-09-04T02:38:01.3923133+00:00</d2p1:PlannedStartDate>
<d2p1:RealStartDate>2026-09-04T02:38:01.3923133+00:00</d2p1:RealStartDate>
<d2p1:Reserve>sample string 6</d2p1:Reserve>
<d2p1:Reserves>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>3dbfaeba-560e-4b03-8981-537b81123c7f</d2p1:Id>
<d2p1:StepId>205b5c51-b5f2-4e07-b754-7405fc7017f8</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
<d2p1:StepReserveDto>
<d2p1:Documents>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
<FileStorageDto>
<AlternativeId>1e36f33d-bd80-4bbc-9041-f2c3ba625e94</AlternativeId>
<ContentType>Null</ContentType>
<CreateDate>2026-09-04T02:38:01.3923133+00:00</CreateDate>
<CreatorId>be79d459-a737-4c46-86dd-da760560d07c</CreatorId>
<CustomerId>42d1261a-9a7e-4ecb-9993-1db7ea8599c0</CustomerId>
<DateUtcExpireURL>2026-09-04T02:38:01.3923133+00:00</DateUtcExpireURL>
<DemandorDetails>sample string 8</DemandorDetails>
<DriverId>4e1e009c-fe9c-42de-ba40-3879610455ab</DriverId>
<EventDate>2026-09-04T02:38:01.3923133+00:00</EventDate>
<FileDefinition>sample string 14</FileDefinition>
<FileReason>sample string 15</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>41aa02c6-9980-4a09-ab6b-3d6d0592547f</IDSource>
<IDStorage>Null</IDStorage>
<Id>9347feff-8115-4492-9de1-865a47908a6a</Id>
<IsHidden>true</IsHidden>
<Name>sample string 2</Name>
<NodeId>1e0150c6-e7ca-4eb3-aad8-0d89389e4879</NodeId>
<Origin>sample string 5</Origin>
<TimeToLive>2026-09-04T02:38:01.3923133+00:00</TimeToLive>
<URL>sample string 11</URL>
<UserAccountId>227889c7-87dd-4996-8b8a-ef092226b82a</UserAccountId>
<VehiculeId>447a86b0-357c-4339-828a-42dc99c9787c</VehiculeId>
</FileStorageDto>
</d2p1:Documents>
<d2p1:Id>3dbfaeba-560e-4b03-8981-537b81123c7f</d2p1:Id>
<d2p1:StepId>205b5c51-b5f2-4e07-b754-7405fc7017f8</d2p1:StepId>
<d2p1:Text>sample string 3</d2p1:Text>
</d2p1:StepReserveDto>
</d2p1:Reserves>
<d2p1:StartWorkDate>2026-09-04T02:38:01.3923133+00:00</d2p1:StartWorkDate>
<d2p1:StepId>24a12250-f586-44ab-b650-9dc789d04954</d2p1:StepId>
<d2p1:StepType>Loading</d2p1:StepType>
<d2p1:TripId>5ff5f9e5-ff21-4292-a9a9-962f35ffe18f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>6116657f-0cd6-4983-8daa-a8c9a1837adb</d2p1:StepId>
<d2p1:VehicleId>120f2ef3-cd12-4662-9f18-d787bf5830aa</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</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>6cb11fd2-a76a-4b8f-9a05-9ff9c1a49b8f</d2p1:GoodId>
</d2p1:GoodDefinitionDto>
</d2p1:Goods>
<d2p1:StepId>6116657f-0cd6-4983-8daa-a8c9a1837adb</d2p1:StepId>
<d2p1:VehicleId>120f2ef3-cd12-4662-9f18-d787bf5830aa</d2p1:VehicleId>
</d2p1:ContainerDefinitionDto>
</d2p1:Containers>
<d2p1:DriverId>09eacd6b-ac96-43b4-baee-990ed44921b5</d2p1:DriverId>
<d2p1:EPALDelta>1</d2p1:EPALDelta>
<d2p1:InterlocutorId>fc873668-d436-496f-a2cd-71918d1fd516</d2p1:InterlocutorId>
<d2p1:Prescription>sample string 1</d2p1:Prescription>
<d2p1:VehicleId>c190f57e-e357-4e99-940f-3e8ab55a74c1</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>