POST api/Transport/GetDriverVehiclePickupInternalLocationDeliverywithDateRange

Request Information

URI Parameters

None.

Body Parameters

DriverVehiclePickupInternalLocationDeliveryByDriverIDModal
NameDescriptionTypeAdditional information
PersonID

integer

None.

GraphPlotFor

string

None.

SourceType

string

None.

SourceCount

integer

None.

AcceptedCount

integer

None.

PendingCount

integer

None.

CompletedCount

integer

None.

InProgressCount

integer

None.

DriverID

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonID": 1,
  "GraphPlotFor": "sample string 2",
  "SourceType": "sample string 3",
  "SourceCount": 1,
  "AcceptedCount": 1,
  "PendingCount": 1,
  "CompletedCount": 1,
  "InProgressCount": 1,
  "DriverID": 4,
  "StartDate": "2021-02-24T12:47:00.8226382+11:00",
  "EndDate": "2021-02-24T12:47:00.8226382+11:00"
}

application/xml, text/xml

Sample:
<DriverVehiclePickupInternalLocationDeliveryByDriverIDModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <AcceptedCount>1</AcceptedCount>
  <CompletedCount>1</CompletedCount>
  <DriverID>4</DriverID>
  <EndDate>2021-02-24T12:47:00.8226382+11:00</EndDate>
  <GraphPlotFor>sample string 2</GraphPlotFor>
  <InProgressCount>1</InProgressCount>
  <PendingCount>1</PendingCount>
  <PersonID>1</PersonID>
  <SourceCount>1</SourceCount>
  <SourceType>sample string 3</SourceType>
  <StartDate>2021-02-24T12:47:00.8226382+11:00</StartDate>
</DriverVehiclePickupInternalLocationDeliveryByDriverIDModal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.