GET Api/RoutePointItem/GetByID?clientID={clientID}&taskID={taskID}&routePointID={routePointID}&itemID={itemID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| taskID | globally unique identifier |
Required |
|
| routePointID | globally unique identifier |
Required |
|
| itemID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RoutePointItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | globally unique identifier |
None. |
|
| TaskID | globally unique identifier |
None. |
|
| RoutePointID | globally unique identifier |
None. |
|
| ItemName | string |
None. |
|
| ID | globally unique identifier |
None. |
|
| ItemCategoryID | globally unique identifier |
None. |
|
| ItemCategoryName | string |
None. |
|
| ItemCategoryQty | integer |
None. |
|
| Qty | decimal number |
None. |
|
| VatPer | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| TemperatureSensor | string |
None. |
|
| Note | string |
None. |
|
| ImageURL | string |
None. |
|
| ItemClassificationID | globally unique identifier |
None. |
|
| ItemClassificationName | string |
None. |
|
| Price | decimal number |
None. |
|
| TemperatureSensorID | integer |
None. |
|
| TemperatureSensorName | string |
None. |
|
| TemperatureSensorValue | decimal number |
None. |
|
| DeliveryRoutePointID | globally unique identifier |
None. |
|
| PodAttachments | Collection of Attachment |
None. |
|
| Signature | Attachment |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClientID": "e31bd4bb-8c76-4501-b223-c43841e1598c",
"TaskID": "1437613b-ceb3-4005-886a-2a0c2988e32c",
"RoutePointID": "1319d63f-7ba3-4f05-853e-2065a9b0552c",
"ItemName": "sample string 4",
"ID": "77bd64ed-e085-49b1-bfb3-86debcae59bf",
"ItemCategoryID": "18cd2f6c-eee2-48bd-9ee0-2d8082c6eb39",
"ItemCategoryName": "sample string 7",
"ItemCategoryQty": 8,
"Qty": 9.1,
"VatPer": 10.1,
"Total": 11.1,
"TemperatureSensor": "sample string 12",
"Note": "sample string 13",
"ImageURL": "sample string 14",
"ItemClassificationID": "afb2dc5d-5ddd-493d-95ee-6baefa4b993c",
"ItemClassificationName": "sample string 16",
"Price": 17.1,
"TemperatureSensorID": 18,
"TemperatureSensorName": "sample string 19",
"TemperatureSensorValue": 20.1,
"DeliveryRoutePointID": "7a16fc4c-9a2b-4f09-be69-0ce2e21e273c",
"PodAttachments": [
{
"AttachmentID": "c9664062-03c9-4d7e-bafc-5271516ebe10",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "c9664062-03c9-4d7e-bafc-5271516ebe10",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "c9664062-03c9-4d7e-bafc-5271516ebe10",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
}
application/xml, text/xml
Sample:
<RoutePointItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Models">
<ClientID>e31bd4bb-8c76-4501-b223-c43841e1598c</ClientID>
<DeliveryRoutePointID>7a16fc4c-9a2b-4f09-be69-0ce2e21e273c</DeliveryRoutePointID>
<ID>77bd64ed-e085-49b1-bfb3-86debcae59bf</ID>
<ImageURL>sample string 14</ImageURL>
<ItemCategoryID>18cd2f6c-eee2-48bd-9ee0-2d8082c6eb39</ItemCategoryID>
<ItemCategoryName>sample string 7</ItemCategoryName>
<ItemCategoryQty>8</ItemCategoryQty>
<ItemClassificationID>afb2dc5d-5ddd-493d-95ee-6baefa4b993c</ItemClassificationID>
<ItemClassificationName>sample string 16</ItemClassificationName>
<ItemName>sample string 4</ItemName>
<Note>sample string 13</Note>
<PodAttachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:Attachment>
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>c9664062-03c9-4d7e-bafc-5271516ebe10</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</d2p1:Attachment>
<d2p1:Attachment>
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>c9664062-03c9-4d7e-bafc-5271516ebe10</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</d2p1:Attachment>
</PodAttachments>
<Price>17.1</Price>
<Qty>9.1</Qty>
<RoutePointID>1319d63f-7ba3-4f05-853e-2065a9b0552c</RoutePointID>
<Signature xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>c9664062-03c9-4d7e-bafc-5271516ebe10</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</Signature>
<TaskID>1437613b-ceb3-4005-886a-2a0c2988e32c</TaskID>
<TemperatureSensor>sample string 12</TemperatureSensor>
<TemperatureSensorID>18</TemperatureSensorID>
<TemperatureSensorName>sample string 19</TemperatureSensorName>
<TemperatureSensorValue>20.1</TemperatureSensorValue>
<Total>11.1</Total>
<VatPer>10.1</VatPer>
</RoutePointItemViewModel>