GET Api/RoutePointItem?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": "3e6ac9d0-91d2-472b-b45f-de0ce23f8299",
"ItemClassificationID": "072c0c80-7b98-427d-a69c-12d7bc59a21f",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "2073589c-5728-4ab9-8fdd-a96f163ed86b",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "62a73f91-877c-4a7d-b882-cde4d36dc669",
"PodAttachments": [
{
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"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": "3e6ac9d0-91d2-472b-b45f-de0ce23f8299",
"ItemClassificationID": "072c0c80-7b98-427d-a69c-12d7bc59a21f",
"ItemClassificationName": "sample string 11",
"ItemCategoryID": "2073589c-5728-4ab9-8fdd-a96f163ed86b",
"ItemCategoryName": "sample string 13",
"ItemCategoryQty": 14,
"TemperatureSensorID": 15,
"TemperatureSensorName": "sample string 16",
"TemperatureSensorValue": 17.1,
"DeliveryRoutePointID": "62a73f91-877c-4a7d-b882-cde4d36dc669",
"PodAttachments": [
{
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "702fe526-e6aa-4cd8-8604-e0703c1b01b9",
"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>62a73f91-877c-4a7d-b882-cde4d36dc669</DeliveryRoutePointID>
<ID>3e6ac9d0-91d2-472b-b45f-de0ce23f8299</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>2073589c-5728-4ab9-8fdd-a96f163ed86b</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>072c0c80-7b98-427d-a69c-12d7bc59a21f</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>62a73f91-877c-4a7d-b882-cde4d36dc669</DeliveryRoutePointID>
<ID>3e6ac9d0-91d2-472b-b45f-de0ce23f8299</ID>
<ImageURL>sample string 8</ImageURL>
<ItemCategoryID>2073589c-5728-4ab9-8fdd-a96f163ed86b</ItemCategoryID>
<ItemCategoryName>sample string 13</ItemCategoryName>
<ItemCategoryQty>14</ItemCategoryQty>
<ItemClassificationID>072c0c80-7b98-427d-a69c-12d7bc59a21f</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>702fe526-e6aa-4cd8-8604-e0703c1b01b9</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>