GET Api/PickupSuggestion/GetMorePickupItems?clientID={clientID}&taskID={taskID}&driverID={driverID}&routePointID={routePointID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| taskID | globally unique identifier |
Required |
|
| driverID | globally unique identifier |
Required |
|
| routePointID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DriverTaskPickupItems| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskID | globally unique identifier |
None. |
|
| TaskName | string |
None. |
|
| RoutePointID | globally unique identifier |
None. |
|
| Items | Collection of OrderItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskID": "382ef1eb-003a-47ab-9f01-8a0ba06dad0e",
"TaskName": "sample string 2",
"RoutePointID": "8ae5e6e8-4292-4f83-9f68-fa229f96564d",
"Items": [
{
"ItemID": 1,
"Vendor": {
"Name": "sample string 1",
"Address": "sample string 2",
"Lat": 3.1,
"Lng": 4.1
},
"ItemName": "sample string 2",
"Price": 3.1,
"Qty": 4.1,
"VatPer": 5.1,
"Note": "sample string 6",
"Total": 7.1,
"ImageURL": "sample string 8",
"OrderItemStatus": 0,
"ID": "a0ae603b-05c6-4562-a017-56e2feea8bc2",
"ItemClassificationID": "e62564ab-0a9a-41ec-abec-8eff7b3e7cc3",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "95c7fa1e-e11e-40bb-8c5d-2a0056c15587",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb",
"PodAttachments": [
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"ItemProperties": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
{
"ItemID": 1,
"Vendor": {
"Name": "sample string 1",
"Address": "sample string 2",
"Lat": 3.1,
"Lng": 4.1
},
"ItemName": "sample string 2",
"Price": 3.1,
"Qty": 4.1,
"VatPer": 5.1,
"Note": "sample string 6",
"Total": 7.1,
"ImageURL": "sample string 8",
"OrderItemStatus": 0,
"ID": "a0ae603b-05c6-4562-a017-56e2feea8bc2",
"ItemClassificationID": "e62564ab-0a9a-41ec-abec-8eff7b3e7cc3",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "95c7fa1e-e11e-40bb-8c5d-2a0056c15587",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb",
"PodAttachments": [
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"ItemProperties": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
}
]
},
{
"TaskID": "382ef1eb-003a-47ab-9f01-8a0ba06dad0e",
"TaskName": "sample string 2",
"RoutePointID": "8ae5e6e8-4292-4f83-9f68-fa229f96564d",
"Items": [
{
"ItemID": 1,
"Vendor": {
"Name": "sample string 1",
"Address": "sample string 2",
"Lat": 3.1,
"Lng": 4.1
},
"ItemName": "sample string 2",
"Price": 3.1,
"Qty": 4.1,
"VatPer": 5.1,
"Note": "sample string 6",
"Total": 7.1,
"ImageURL": "sample string 8",
"OrderItemStatus": 0,
"ID": "a0ae603b-05c6-4562-a017-56e2feea8bc2",
"ItemClassificationID": "e62564ab-0a9a-41ec-abec-8eff7b3e7cc3",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "95c7fa1e-e11e-40bb-8c5d-2a0056c15587",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb",
"PodAttachments": [
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"ItemProperties": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
{
"ItemID": 1,
"Vendor": {
"Name": "sample string 1",
"Address": "sample string 2",
"Lat": 3.1,
"Lng": 4.1
},
"ItemName": "sample string 2",
"Price": 3.1,
"Qty": 4.1,
"VatPer": 5.1,
"Note": "sample string 6",
"Total": 7.1,
"ImageURL": "sample string 8",
"OrderItemStatus": 0,
"ID": "a0ae603b-05c6-4562-a017-56e2feea8bc2",
"ItemClassificationID": "e62564ab-0a9a-41ec-abec-8eff7b3e7cc3",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "95c7fa1e-e11e-40bb-8c5d-2a0056c15587",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb",
"PodAttachments": [
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "f7bc9a9d-1d3c-4b43-866e-b21b380ae369",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"ItemProperties": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfDriverTaskPickupItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Tasks">
<DriverTaskPickupItems>
<Items>
<OrderItem>
<DeliveryRoutePointID>75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb</DeliveryRoutePointID>
<ID>a0ae603b-05c6-4562-a017-56e2feea8bc2</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>95c7fa1e-e11e-40bb-8c5d-2a0056c15587</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>e62564ab-0a9a-41ec-abec-8eff7b3e7cc3</ItemClassificationID>
<ItemClassificationName>sample string 11</ItemClassificationName>
<ItemID>1</ItemID>
<ItemName>sample string 2</ItemName>
<ItemProperties>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
</ItemProperties>
<Note>sample string 6</Note>
<OrderItemStatus>None</OrderItemStatus>
<PodAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</Signature>
<TemperatureSensorID>15</TemperatureSensorID>
<TemperatureSensorName>sample string 16</TemperatureSensorName>
<TemperatureSensorValue>17.1</TemperatureSensorValue>
<Total>7.1</Total>
<VatPer>5.1</VatPer>
<Vendor>
<Address>sample string 2</Address>
<Lat>3.1</Lat>
<Lng>4.1</Lng>
<Name>sample string 1</Name>
</Vendor>
</OrderItem>
<OrderItem>
<DeliveryRoutePointID>75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb</DeliveryRoutePointID>
<ID>a0ae603b-05c6-4562-a017-56e2feea8bc2</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>95c7fa1e-e11e-40bb-8c5d-2a0056c15587</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>e62564ab-0a9a-41ec-abec-8eff7b3e7cc3</ItemClassificationID>
<ItemClassificationName>sample string 11</ItemClassificationName>
<ItemID>1</ItemID>
<ItemName>sample string 2</ItemName>
<ItemProperties>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
</ItemProperties>
<Note>sample string 6</Note>
<OrderItemStatus>None</OrderItemStatus>
<PodAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</Signature>
<TemperatureSensorID>15</TemperatureSensorID>
<TemperatureSensorName>sample string 16</TemperatureSensorName>
<TemperatureSensorValue>17.1</TemperatureSensorValue>
<Total>7.1</Total>
<VatPer>5.1</VatPer>
<Vendor>
<Address>sample string 2</Address>
<Lat>3.1</Lat>
<Lng>4.1</Lng>
<Name>sample string 1</Name>
</Vendor>
</OrderItem>
</Items>
<RoutePointID>8ae5e6e8-4292-4f83-9f68-fa229f96564d</RoutePointID>
<TaskID>382ef1eb-003a-47ab-9f01-8a0ba06dad0e</TaskID>
<TaskName>sample string 2</TaskName>
</DriverTaskPickupItems>
<DriverTaskPickupItems>
<Items>
<OrderItem>
<DeliveryRoutePointID>75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb</DeliveryRoutePointID>
<ID>a0ae603b-05c6-4562-a017-56e2feea8bc2</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>95c7fa1e-e11e-40bb-8c5d-2a0056c15587</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>e62564ab-0a9a-41ec-abec-8eff7b3e7cc3</ItemClassificationID>
<ItemClassificationName>sample string 11</ItemClassificationName>
<ItemID>1</ItemID>
<ItemName>sample string 2</ItemName>
<ItemProperties>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
</ItemProperties>
<Note>sample string 6</Note>
<OrderItemStatus>None</OrderItemStatus>
<PodAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</Signature>
<TemperatureSensorID>15</TemperatureSensorID>
<TemperatureSensorName>sample string 16</TemperatureSensorName>
<TemperatureSensorValue>17.1</TemperatureSensorValue>
<Total>7.1</Total>
<VatPer>5.1</VatPer>
<Vendor>
<Address>sample string 2</Address>
<Lat>3.1</Lat>
<Lng>4.1</Lng>
<Name>sample string 1</Name>
</Vendor>
</OrderItem>
<OrderItem>
<DeliveryRoutePointID>75b8f2bb-7c33-4fbd-bb79-4f08fc1a1bdb</DeliveryRoutePointID>
<ID>a0ae603b-05c6-4562-a017-56e2feea8bc2</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>95c7fa1e-e11e-40bb-8c5d-2a0056c15587</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>e62564ab-0a9a-41ec-abec-8eff7b3e7cc3</ItemClassificationID>
<ItemClassificationName>sample string 11</ItemClassificationName>
<ItemID>1</ItemID>
<ItemName>sample string 2</ItemName>
<ItemProperties>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
<item_property>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</item_property>
</ItemProperties>
<Note>sample string 6</Note>
<OrderItemStatus>None</OrderItemStatus>
<PodAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
<d5p1:Attachment>
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</d5p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
<d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
<d5p1:AttachmentID>f7bc9a9d-1d3c-4b43-866e-b21b380ae369</d5p1:AttachmentID>
<d5p1:ContentType>sample string 3</d5p1:ContentType>
<d5p1:FileName>sample string 4</d5p1:FileName>
<d5p1:ImageString>sample string 5</d5p1:ImageString>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
</Signature>
<TemperatureSensorID>15</TemperatureSensorID>
<TemperatureSensorName>sample string 16</TemperatureSensorName>
<TemperatureSensorValue>17.1</TemperatureSensorValue>
<Total>7.1</Total>
<VatPer>5.1</VatPer>
<Vendor>
<Address>sample string 2</Address>
<Lat>3.1</Lat>
<Lng>4.1</Lng>
<Name>sample string 1</Name>
</Vendor>
</OrderItem>
</Items>
<RoutePointID>8ae5e6e8-4292-4f83-9f68-fa229f96564d</RoutePointID>
<TaskID>382ef1eb-003a-47ab-9f01-8a0ba06dad0e</TaskID>
<TaskName>sample string 2</TaskName>
</DriverTaskPickupItems>
</ArrayOfDriverTaskPickupItems>