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 OrderItemName | 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": "7861cbfb-58da-45e9-a26c-685a50a83202", "ItemClassificationID": "ebf27a7e-30b9-45a4-8343-492b474fc402", "ItemClassificationName": "sample string 11", "ItemCategoryID": "a52c96fd-c514-4581-bdca-45afc414e854", "ItemCategoryName": "sample string 13", "ItemCategoryQty": 14, "TemperatureSensorID": 15, "TemperatureSensorName": "sample string 16", "TemperatureSensorValue": 17.1, "DeliveryRoutePointID": "2d21afab-45f0-4512-81db-048e1e0b9072", "PodAttachments": [ { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true } ], "Signature": { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "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": "7861cbfb-58da-45e9-a26c-685a50a83202", "ItemClassificationID": "ebf27a7e-30b9-45a4-8343-492b474fc402", "ItemClassificationName": "sample string 11", "ItemCategoryID": "a52c96fd-c514-4581-bdca-45afc414e854", "ItemCategoryName": "sample string 13", "ItemCategoryQty": 14, "TemperatureSensorID": 15, "TemperatureSensorName": "sample string 16", "TemperatureSensorValue": 17.1, "DeliveryRoutePointID": "2d21afab-45f0-4512-81db-048e1e0b9072", "PodAttachments": [ { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true } ], "Signature": { "AttachmentID": "deca7ee6-b781-417b-8d38-7541222bca2e", "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>2d21afab-45f0-4512-81db-048e1e0b9072</DeliveryRoutePointID> <ID>7861cbfb-58da-45e9-a26c-685a50a83202</ID> <ImageURL>sample string 8</ImageURL> <ItemCategoryID>a52c96fd-c514-4581-bdca-45afc414e854</ItemCategoryID> <ItemCategoryName>sample string 13</ItemCategoryName> <ItemCategoryQty>14</ItemCategoryQty> <ItemClassificationID>ebf27a7e-30b9-45a4-8343-492b474fc402</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>2d21afab-45f0-4512-81db-048e1e0b9072</DeliveryRoutePointID> <ID>7861cbfb-58da-45e9-a26c-685a50a83202</ID> <ImageURL>sample string 8</ImageURL> <ItemCategoryID>a52c96fd-c514-4581-bdca-45afc414e854</ItemCategoryID> <ItemCategoryName>sample string 13</ItemCategoryName> <ItemCategoryQty>14</ItemCategoryQty> <ItemClassificationID>ebf27a7e-30b9-45a4-8343-492b474fc402</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>deca7ee6-b781-417b-8d38-7541222bca2e</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>