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.

TemperatureSensorID

integer

None.

TemperatureSensorName

string

None.

TemperatureSensorValue

decimal number

None.

DeliveryRoutePointID

globally unique identifier

None.

ItemDeliveryAttachments

Collection of Attachment

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": "c492a556-7563-40e3-a991-9e1c29057212",
    "ItemClassificationID": "e73458da-ae73-4f59-a7e4-6f437138cd76",
    "ItemClassificationName": "sample string 11",
    "ItemCategoryID": "51b8031a-c3f4-4bf8-b2e7-e668a0497354",
    "ItemCategoryName": "sample string 13",
    "TemperatureSensorID": 14,
    "TemperatureSensorName": "sample string 15",
    "TemperatureSensorValue": 16.1,
    "DeliveryRoutePointID": "c50eab57-66ee-413d-a6ec-96d6b2784f8f",
    "ItemDeliveryAttachments": [
      {
        "AttachmentID": "ed6a15ee-70fa-4593-8762-f3735f8fede5",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      },
      {
        "AttachmentID": "ed6a15ee-70fa-4593-8762-f3735f8fede5",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      }
    ]
  },
  {
    "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": "c492a556-7563-40e3-a991-9e1c29057212",
    "ItemClassificationID": "e73458da-ae73-4f59-a7e4-6f437138cd76",
    "ItemClassificationName": "sample string 11",
    "ItemCategoryID": "51b8031a-c3f4-4bf8-b2e7-e668a0497354",
    "ItemCategoryName": "sample string 13",
    "TemperatureSensorID": 14,
    "TemperatureSensorName": "sample string 15",
    "TemperatureSensorValue": 16.1,
    "DeliveryRoutePointID": "c50eab57-66ee-413d-a6ec-96d6b2784f8f",
    "ItemDeliveryAttachments": [
      {
        "AttachmentID": "ed6a15ee-70fa-4593-8762-f3735f8fede5",
        "AttachmentData": "QEA=",
        "AttachmentDataBase64": "sample string 2",
        "ContentType": "sample string 3",
        "FileName": "sample string 4",
        "ImageString": "sample string 5",
        "IsDeleted": true
      },
      {
        "AttachmentID": "ed6a15ee-70fa-4593-8762-f3735f8fede5",
        "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:
<ArrayOfOrderItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Tasks">
  <OrderItem>
    <DeliveryRoutePointID>c50eab57-66ee-413d-a6ec-96d6b2784f8f</DeliveryRoutePointID>
    <ID>c492a556-7563-40e3-a991-9e1c29057212</ID>
    <ImageURL>sample string 8</ImageURL>
    <ItemCategoryID>51b8031a-c3f4-4bf8-b2e7-e668a0497354</ItemCategoryID>
    <ItemCategoryName>sample string 13</ItemCategoryName>
    <ItemClassificationID>e73458da-ae73-4f59-a7e4-6f437138cd76</ItemClassificationID>
    <ItemClassificationName>sample string 11</ItemClassificationName>
    <ItemDeliveryAttachments 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>ed6a15ee-70fa-4593-8762-f3735f8fede5</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>ed6a15ee-70fa-4593-8762-f3735f8fede5</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>
    </ItemDeliveryAttachments>
    <ItemID>1</ItemID>
    <ItemName>sample string 2</ItemName>
    <Note>sample string 6</Note>
    <OrderItemStatus>None</OrderItemStatus>
    <Price>3.1</Price>
    <Qty>4.1</Qty>
    <TemperatureSensorID>14</TemperatureSensorID>
    <TemperatureSensorName>sample string 15</TemperatureSensorName>
    <TemperatureSensorValue>16.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>c50eab57-66ee-413d-a6ec-96d6b2784f8f</DeliveryRoutePointID>
    <ID>c492a556-7563-40e3-a991-9e1c29057212</ID>
    <ImageURL>sample string 8</ImageURL>
    <ItemCategoryID>51b8031a-c3f4-4bf8-b2e7-e668a0497354</ItemCategoryID>
    <ItemCategoryName>sample string 13</ItemCategoryName>
    <ItemClassificationID>e73458da-ae73-4f59-a7e4-6f437138cd76</ItemClassificationID>
    <ItemClassificationName>sample string 11</ItemClassificationName>
    <ItemDeliveryAttachments 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>ed6a15ee-70fa-4593-8762-f3735f8fede5</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>ed6a15ee-70fa-4593-8762-f3735f8fede5</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>
    </ItemDeliveryAttachments>
    <ItemID>1</ItemID>
    <ItemName>sample string 2</ItemName>
    <Note>sample string 6</Note>
    <OrderItemStatus>None</OrderItemStatus>
    <Price>3.1</Price>
    <Qty>4.1</Qty>
    <TemperatureSensorID>14</TemperatureSensorID>
    <TemperatureSensorName>sample string 15</TemperatureSensorName>
    <TemperatureSensorValue>16.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>