GET DailyReport/FleetSchedule/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&fromDateStr={fromDateStr}&toDateStr={toDateStr}&includeDrafts={includeDrafts}&longitude={longitude}&latitude={latitude}
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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: