GET Api/RoutePointItem/GetAll?clientID={clientID}&taskID={taskID}&routePointID={routePointID}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "37265714-dc99-4d90-9189-fddb8acca746",
    "ItemClassificationID": "141acf08-31d0-44a0-98c6-d894452fd699",
    "ItemClassificationName": "sample string 11",
    "ItemCategoryID": "88651bea-b52f-4cc2-8ed1-815a7413dff1",
    "ItemCategoryName": "sample string 13",
    "ItemCategoryQty": 14,
    "TemperatureSensorID": 15,
    "TemperatureSensorName": "sample string 16",
    "TemperatureSensorValue": 17.1,
    "DeliveryRoutePointID": "3e1d16b0-a99d-42f3-a0ad-7eeaf7ab869f",
    "PodAttachments": [
      {
        "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      },
      {
        "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      }
    ],
    "Signature": {
      "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
      "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": "37265714-dc99-4d90-9189-fddb8acca746",
    "ItemClassificationID": "141acf08-31d0-44a0-98c6-d894452fd699",
    "ItemClassificationName": "sample string 11",
    "ItemCategoryID": "88651bea-b52f-4cc2-8ed1-815a7413dff1",
    "ItemCategoryName": "sample string 13",
    "ItemCategoryQty": 14,
    "TemperatureSensorID": 15,
    "TemperatureSensorName": "sample string 16",
    "TemperatureSensorValue": 17.1,
    "DeliveryRoutePointID": "3e1d16b0-a99d-42f3-a0ad-7eeaf7ab869f",
    "PodAttachments": [
      {
        "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      },
      {
        "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      }
    ],
    "Signature": {
      "AttachmentID": "54fe844f-0381-4d5a-8dc8-b92ea3ef54e7",
      "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>3e1d16b0-a99d-42f3-a0ad-7eeaf7ab869f</DeliveryRoutePointID>
    <ID>37265714-dc99-4d90-9189-fddb8acca746</ID>
    <ImageURL>sample string 8</ImageURL>
    <ItemCategoryID>88651bea-b52f-4cc2-8ed1-815a7413dff1</ItemCategoryID>
    <ItemCategoryName>sample string 13</ItemCategoryName>
    <ItemCategoryQty>14</ItemCategoryQty>
    <ItemClassificationID>141acf08-31d0-44a0-98c6-d894452fd699</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>3e1d16b0-a99d-42f3-a0ad-7eeaf7ab869f</DeliveryRoutePointID>
    <ID>37265714-dc99-4d90-9189-fddb8acca746</ID>
    <ImageURL>sample string 8</ImageURL>
    <ItemCategoryID>88651bea-b52f-4cc2-8ed1-815a7413dff1</ItemCategoryID>
    <ItemCategoryName>sample string 13</ItemCategoryName>
    <ItemCategoryQty>14</ItemCategoryQty>
    <ItemClassificationID>141acf08-31d0-44a0-98c6-d894452fd699</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>54fe844f-0381-4d5a-8dc8-b92ea3ef54e7</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>