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
RoutePointItemViewModelName | 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": "ea0bb3e7-c43d-43e1-877e-a6bbfa8d950c", "TaskID": "87adddb3-97aa-4665-8386-0fa2bf2bada1", "RoutePointID": "2e2eb362-8a10-4871-9ced-dce06b9ed89f", "ItemName": "sample string 4", "ID": "a8efb0d0-49fd-43aa-9938-2125bb6af9bc", "ItemCategoryID": "474890b0-d823-4888-a0c5-54f4cfac29d3", "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": "675e7a45-24b8-4383-ac5c-36aa17b13700", "ItemClassificationName": "sample string 16", "Price": 17.1, "TemperatureSensorID": 18, "TemperatureSensorName": "sample string 19", "TemperatureSensorValue": 20.1, "DeliveryRoutePointID": "9e2d72b1-d2d0-4b11-82cf-759a7b590d37", "PodAttachments": [ { "AttachmentID": "9fc3ae5c-e2f0-4cec-91b6-e83822a7b428", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, { "AttachmentID": "9fc3ae5c-e2f0-4cec-91b6-e83822a7b428", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true } ], "Signature": { "AttachmentID": "9fc3ae5c-e2f0-4cec-91b6-e83822a7b428", "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>ea0bb3e7-c43d-43e1-877e-a6bbfa8d950c</ClientID> <DeliveryRoutePointID>9e2d72b1-d2d0-4b11-82cf-759a7b590d37</DeliveryRoutePointID> <ID>a8efb0d0-49fd-43aa-9938-2125bb6af9bc</ID> <ImageURL>sample string 14</ImageURL> <ItemCategoryID>474890b0-d823-4888-a0c5-54f4cfac29d3</ItemCategoryID> <ItemCategoryName>sample string 7</ItemCategoryName> <ItemCategoryQty>8</ItemCategoryQty> <ItemClassificationID>675e7a45-24b8-4383-ac5c-36aa17b13700</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>9fc3ae5c-e2f0-4cec-91b6-e83822a7b428</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>9fc3ae5c-e2f0-4cec-91b6-e83822a7b428</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>2e2eb362-8a10-4871-9ced-dce06b9ed89f</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>9fc3ae5c-e2f0-4cec-91b6-e83822a7b428</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>87adddb3-97aa-4665-8386-0fa2bf2bada1</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>