GET Api/PickupSuggestion/GetMorePickupItems?clientID={clientID}&taskID={taskID}&driverID={driverID}&routePointID={routePointID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

taskID

globally unique identifier

Required

driverID

globally unique identifier

Required

routePointID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DriverTaskPickupItems
NameDescriptionTypeAdditional information
TaskID

globally unique identifier

None.

TaskName

string

None.

RoutePointID

globally unique identifier

None.

Items

Collection of OrderItem

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TaskID": "877dca11-ca96-4279-99ee-4e3ef1ce81ee",
    "TaskName": "sample string 2",
    "RoutePointID": "8d50c8b9-f476-4c66-a8c3-8df39af60547",
    "Items": [
      {
        "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": "1b57bb86-ee78-4031-ac6b-ff7c357af998",
        "ItemClassificationID": "c20ef65f-ebb6-45a5-8fd0-738f8c6bb111",
        "ItemClassificationName": "sample string 11",
        "ItemCategoryID": "780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8",
        "ItemCategoryName": "sample string 13",
        "TemperatureSensorID": 14,
        "TemperatureSensorName": "sample string 15",
        "TemperatureSensorValue": 16.1,
        "DeliveryRoutePointID": "f49659b0-0fe3-453d-8a75-60205d281d30",
        "ItemDeliveryAttachments": [
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "AttachmentData": "QEA=",
            "AttachmentDataBase64": "sample string 2",
            "ContentType": "sample string 3",
            "FileName": "sample string 4",
            "ImageString": "sample string 5",
            "IsDeleted": true
          },
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "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": "1b57bb86-ee78-4031-ac6b-ff7c357af998",
        "ItemClassificationID": "c20ef65f-ebb6-45a5-8fd0-738f8c6bb111",
        "ItemClassificationName": "sample string 11",
        "ItemCategoryID": "780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8",
        "ItemCategoryName": "sample string 13",
        "TemperatureSensorID": 14,
        "TemperatureSensorName": "sample string 15",
        "TemperatureSensorValue": 16.1,
        "DeliveryRoutePointID": "f49659b0-0fe3-453d-8a75-60205d281d30",
        "ItemDeliveryAttachments": [
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "AttachmentData": "QEA=",
            "AttachmentDataBase64": "sample string 2",
            "ContentType": "sample string 3",
            "FileName": "sample string 4",
            "ImageString": "sample string 5",
            "IsDeleted": true
          },
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "AttachmentData": "QEA=",
            "AttachmentDataBase64": "sample string 2",
            "ContentType": "sample string 3",
            "FileName": "sample string 4",
            "ImageString": "sample string 5",
            "IsDeleted": true
          }
        ]
      }
    ]
  },
  {
    "TaskID": "877dca11-ca96-4279-99ee-4e3ef1ce81ee",
    "TaskName": "sample string 2",
    "RoutePointID": "8d50c8b9-f476-4c66-a8c3-8df39af60547",
    "Items": [
      {
        "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": "1b57bb86-ee78-4031-ac6b-ff7c357af998",
        "ItemClassificationID": "c20ef65f-ebb6-45a5-8fd0-738f8c6bb111",
        "ItemClassificationName": "sample string 11",
        "ItemCategoryID": "780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8",
        "ItemCategoryName": "sample string 13",
        "TemperatureSensorID": 14,
        "TemperatureSensorName": "sample string 15",
        "TemperatureSensorValue": 16.1,
        "DeliveryRoutePointID": "f49659b0-0fe3-453d-8a75-60205d281d30",
        "ItemDeliveryAttachments": [
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "AttachmentData": "QEA=",
            "AttachmentDataBase64": "sample string 2",
            "ContentType": "sample string 3",
            "FileName": "sample string 4",
            "ImageString": "sample string 5",
            "IsDeleted": true
          },
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "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": "1b57bb86-ee78-4031-ac6b-ff7c357af998",
        "ItemClassificationID": "c20ef65f-ebb6-45a5-8fd0-738f8c6bb111",
        "ItemClassificationName": "sample string 11",
        "ItemCategoryID": "780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8",
        "ItemCategoryName": "sample string 13",
        "TemperatureSensorID": 14,
        "TemperatureSensorName": "sample string 15",
        "TemperatureSensorValue": 16.1,
        "DeliveryRoutePointID": "f49659b0-0fe3-453d-8a75-60205d281d30",
        "ItemDeliveryAttachments": [
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "AttachmentData": "QEA=",
            "AttachmentDataBase64": "sample string 2",
            "ContentType": "sample string 3",
            "FileName": "sample string 4",
            "ImageString": "sample string 5",
            "IsDeleted": true
          },
          {
            "AttachmentID": "f0299588-207e-47d0-a109-0261b6a5c1c1",
            "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:
<ArrayOfDriverTaskPickupItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Tasks">
  <DriverTaskPickupItems>
    <Items>
      <OrderItem>
        <DeliveryRoutePointID>f49659b0-0fe3-453d-8a75-60205d281d30</DeliveryRoutePointID>
        <ID>1b57bb86-ee78-4031-ac6b-ff7c357af998</ID>
        <ImageURL>sample string 8</ImageURL>
        <ItemCategoryID>780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8</ItemCategoryID>
        <ItemCategoryName>sample string 13</ItemCategoryName>
        <ItemClassificationID>c20ef65f-ebb6-45a5-8fd0-738f8c6bb111</ItemClassificationID>
        <ItemClassificationName>sample string 11</ItemClassificationName>
        <ItemDeliveryAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1:Attachment>
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1: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>f49659b0-0fe3-453d-8a75-60205d281d30</DeliveryRoutePointID>
        <ID>1b57bb86-ee78-4031-ac6b-ff7c357af998</ID>
        <ImageURL>sample string 8</ImageURL>
        <ItemCategoryID>780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8</ItemCategoryID>
        <ItemCategoryName>sample string 13</ItemCategoryName>
        <ItemClassificationID>c20ef65f-ebb6-45a5-8fd0-738f8c6bb111</ItemClassificationID>
        <ItemClassificationName>sample string 11</ItemClassificationName>
        <ItemDeliveryAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1:Attachment>
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1: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>
    </Items>
    <RoutePointID>8d50c8b9-f476-4c66-a8c3-8df39af60547</RoutePointID>
    <TaskID>877dca11-ca96-4279-99ee-4e3ef1ce81ee</TaskID>
    <TaskName>sample string 2</TaskName>
  </DriverTaskPickupItems>
  <DriverTaskPickupItems>
    <Items>
      <OrderItem>
        <DeliveryRoutePointID>f49659b0-0fe3-453d-8a75-60205d281d30</DeliveryRoutePointID>
        <ID>1b57bb86-ee78-4031-ac6b-ff7c357af998</ID>
        <ImageURL>sample string 8</ImageURL>
        <ItemCategoryID>780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8</ItemCategoryID>
        <ItemCategoryName>sample string 13</ItemCategoryName>
        <ItemClassificationID>c20ef65f-ebb6-45a5-8fd0-738f8c6bb111</ItemClassificationID>
        <ItemClassificationName>sample string 11</ItemClassificationName>
        <ItemDeliveryAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1:Attachment>
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1: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>f49659b0-0fe3-453d-8a75-60205d281d30</DeliveryRoutePointID>
        <ID>1b57bb86-ee78-4031-ac6b-ff7c357af998</ID>
        <ImageURL>sample string 8</ImageURL>
        <ItemCategoryID>780d9db5-4fcb-4d6d-96fc-a8cc864fc9e8</ItemCategoryID>
        <ItemCategoryName>sample string 13</ItemCategoryName>
        <ItemClassificationID>c20ef65f-ebb6-45a5-8fd0-738f8c6bb111</ItemClassificationID>
        <ItemClassificationName>sample string 11</ItemClassificationName>
        <ItemDeliveryAttachments xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1:Attachment>
          <d5p1:Attachment>
            <d5p1:AttachmentData>QEA=</d5p1:AttachmentData>
            <d5p1:AttachmentDataBase64>sample string 2</d5p1:AttachmentDataBase64>
            <d5p1:AttachmentID>f0299588-207e-47d0-a109-0261b6a5c1c1</d5p1:AttachmentID>
            <d5p1:ContentType>sample string 3</d5p1:ContentType>
            <d5p1:FileName>sample string 4</d5p1:FileName>
            <d5p1:ImageString>sample string 5</d5p1:ImageString>
            <d5p1:IsDeleted>true</d5p1:IsDeleted>
          </d5p1: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>
    </Items>
    <RoutePointID>8d50c8b9-f476-4c66-a8c3-8df39af60547</RoutePointID>
    <TaskID>877dca11-ca96-4279-99ee-4e3ef1ce81ee</TaskID>
    <TaskName>sample string 2</TaskName>
  </DriverTaskPickupItems>
</ArrayOfDriverTaskPickupItems>