GET DailyReport/FleetSchedule/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&fromDateStr={fromDateStr}&toDateStr={toDateStr}&includeDrafts={includeDrafts}&longitude={longitude}&latitude={latitude}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionId

string

None.

CompanyId

integer

None.

fromDateStr

string

Required

toDateStr

string

Required

includeDrafts

boolean

Required

longitude

decimal number

Default value is 0

latitude

decimal number

Default value is 0

Body Parameters

None.

Response Information

Resource Description

KendoGridResponseOfFleetScheduleReportVehicleRow
NameDescriptionTypeAdditional information
total

integer

None.

data

Collection of FleetScheduleReportVehicleRow

None.

errorCode

integer

None.

error

string

None.

top

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "data": null,
  "errorCode": 2,
  "error": "sample string 3",
  "top": 4
}

text/javascript

Sample:
{"total":1,"data":null,"errorCode":2,"error":"sample string 3","top":4}

application/xml, text/xml

Sample:
<KendoGridResponseOfFleetScheduleReportVehicleRow65orIBp_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSPAction.Report.Fleet" i:nil="true" />
  <error>sample string 3</error>
  <errorCode>2</errorCode>
  <top>4</top>
  <total>1</total>
</KendoGridResponseOfFleetScheduleReportVehicleRow65orIBp_S>

application/x-protobuf

Sample:

An exception has occurred while using the formatter 'ProtoBufFormatter' to generate sample for media type 'application/x-protobuf'. Exception message: Type is not expected, and no contract can be inferred: T8UtilityLib.KendoGridResponse`1[[T8LSPAction.Report.Fleet.FleetScheduleReportVehicleRow, T8LSPAction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]