GET Api/RoutePointItem/GetAll?clientID={clientID}&taskID={taskID}&routePointID={routePointID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| taskID | globally unique identifier |
Required |
|
| routePointID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrderItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | integer |
None. |
|
| Vendor | Vendor |
None. |
|
| ItemName | string |
None. |
|
| Price | decimal number |
None. |
|
| Qty | decimal number |
None. |
|
| VatPer | decimal number |
None. |
|
| Note | string |
None. |
|
| Total | decimal number |
None. |
|
| ImageURL | string |
None. |
|
| OrderItemStatus | OrderItemStatus |
None. |
|
| ID | globally unique identifier |
None. |
|
| ItemClassificationID | globally unique identifier |
None. |
|
| ItemClassificationName | string |
None. |
|
| ItemCategoryID | globally unique identifier |
None. |
|
| ItemCategoryName | string |
None. |
|
| ItemCategoryQty | integer |
None. |
|
| TemperatureSensorID | integer |
None. |
|
| TemperatureSensorName | string |
None. |
|
| TemperatureSensorValue | decimal number |
None. |
|
| DeliveryRoutePointID | globally unique identifier |
None. |
|
| PodAttachments | Collection of Attachment |
None. |
|
| Signature | Attachment |
None. |
|
| ItemProperties | Collection of item_property |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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": "f6bfc1b1-6115-4600-8f5f-baed1862748a",
"ItemClassificationID": "8c40bba1-d8ff-4c42-a395-ae4e2b566867",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "9794678d-fd48-46cd-98b0-0b210ec63b07",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "ed7ab79e-f2f6-46b1-811a-70de8fea7c37",
"PodAttachments": [
{
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"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": "f6bfc1b1-6115-4600-8f5f-baed1862748a",
"ItemClassificationID": "8c40bba1-d8ff-4c42-a395-ae4e2b566867",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "9794678d-fd48-46cd-98b0-0b210ec63b07",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "ed7ab79e-f2f6-46b1-811a-70de8fea7c37",
"PodAttachments": [
{
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9",
"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:
<ArrayOfOrderItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Tasks">
<OrderItem>
<DeliveryRoutePointID>ed7ab79e-f2f6-46b1-811a-70de8fea7c37</DeliveryRoutePointID>
<ID>f6bfc1b1-6115-4600-8f5f-baed1862748a</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>9794678d-fd48-46cd-98b0-0b210ec63b07</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>8c40bba1-d8ff-4c42-a395-ae4e2b566867</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:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1: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>ed7ab79e-f2f6-46b1-811a-70de8fea7c37</DeliveryRoutePointID>
<ID>f6bfc1b1-6115-4600-8f5f-baed1862748a</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>9794678d-fd48-46cd-98b0-0b210ec63b07</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>8c40bba1-d8ff-4c42-a395-ae4e2b566867</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:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
</PodAttachments>
<Price>3.1</Price>
<Qty>4.1</Qty>
<Signature xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>ea41cdaf-b51e-48a5-b4e0-5b368e89f1c9</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1: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>
</ArrayOfOrderItem>