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": "7bef12f5-5c92-46a5-bd2e-b995109c2d16",
"TaskName": "sample string 2",
"RoutePointID": "fdaa0f6c-9a8a-4521-ad4b-79483a22b1b1",
"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": "d7513bf1-adad-4464-9c73-fabb37edcade",
"ItemClassificationID": "f180fd48-4a06-401b-b197-8a779e251e1a",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "5de9e7ce-0d43-4a60-baca-cbd0487121c5",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8",
"PodAttachments": [
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"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": "d7513bf1-adad-4464-9c73-fabb37edcade",
"ItemClassificationID": "f180fd48-4a06-401b-b197-8a779e251e1a",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "5de9e7ce-0d43-4a60-baca-cbd0487121c5",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8",
"PodAttachments": [
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"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": "7bef12f5-5c92-46a5-bd2e-b995109c2d16",
"TaskName": "sample string 2",
"RoutePointID": "fdaa0f6c-9a8a-4521-ad4b-79483a22b1b1",
"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": "d7513bf1-adad-4464-9c73-fabb37edcade",
"ItemClassificationID": "f180fd48-4a06-401b-b197-8a779e251e1a",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "5de9e7ce-0d43-4a60-baca-cbd0487121c5",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8",
"PodAttachments": [
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"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": "d7513bf1-adad-4464-9c73-fabb37edcade",
"ItemClassificationID": "f180fd48-4a06-401b-b197-8a779e251e1a",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "5de9e7ce-0d43-4a60-baca-cbd0487121c5",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8",
"PodAttachments": [
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a",
"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>4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8</DeliveryRoutePointID>
<ID>d7513bf1-adad-4464-9c73-fabb37edcade</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>5de9e7ce-0d43-4a60-baca-cbd0487121c5</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>f180fd48-4a06-401b-b197-8a779e251e1a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8</DeliveryRoutePointID>
<ID>d7513bf1-adad-4464-9c73-fabb37edcade</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>5de9e7ce-0d43-4a60-baca-cbd0487121c5</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>f180fd48-4a06-401b-b197-8a779e251e1a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>fdaa0f6c-9a8a-4521-ad4b-79483a22b1b1</RoutePointID>
<TaskID>7bef12f5-5c92-46a5-bd2e-b995109c2d16</TaskID>
<TaskName>sample string 2</TaskName>
</DriverTaskPickupItems>
<DriverTaskPickupItems>
<Items>
<OrderItem>
<DeliveryRoutePointID>4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8</DeliveryRoutePointID>
<ID>d7513bf1-adad-4464-9c73-fabb37edcade</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>5de9e7ce-0d43-4a60-baca-cbd0487121c5</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>f180fd48-4a06-401b-b197-8a779e251e1a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>4dad2ad6-1ea5-45e7-9d1c-0cb07b6d1cd8</DeliveryRoutePointID>
<ID>d7513bf1-adad-4464-9c73-fabb37edcade</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>5de9e7ce-0d43-4a60-baca-cbd0487121c5</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>f180fd48-4a06-401b-b197-8a779e251e1a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>cc8d7f33-1e2b-4a21-9b8e-fa3fc8da0e9a</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>fdaa0f6c-9a8a-4521-ad4b-79483a22b1b1</RoutePointID>
<TaskID>7bef12f5-5c92-46a5-bd2e-b995109c2d16</TaskID>
<TaskName>sample string 2</TaskName>
</DriverTaskPickupItems>
</ArrayOfDriverTaskPickupItems>