GET api/Report/GET_SummaryReport?FromDate={FromDate}&ToDate={ToDate}&CATEGID={CATEGID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| FromDate | No documentation available. |
Define this parameter in the request URI. |
| ToDate | No documentation available. |
Define this parameter in the request URI. |
| CATEGID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"TotalFixedExpenses": 1.0,
"DieselCost": 1.0,
"TRIPSETTLEMENT_FASTTAG": 1.0,
"FixedExpenseByKm": 1.0,
"TotalRouteFixedAmounts": 1.0,
"TRIPSETTLEMENT_GPSKMS": 1.0,
"DieselTotal": 1.0,
"AvgDieselRate": 1.0,
"MileageAchieved": 1.0,
"AvgFastTagPerKm": 1.0,
"AvgRunnungcostperkm": 1.0
},
{
"TotalFixedExpenses": 1.0,
"DieselCost": 1.0,
"TRIPSETTLEMENT_FASTTAG": 1.0,
"FixedExpenseByKm": 1.0,
"TotalRouteFixedAmounts": 1.0,
"TRIPSETTLEMENT_GPSKMS": 1.0,
"DieselTotal": 1.0,
"AvgDieselRate": 1.0,
"MileageAchieved": 1.0,
"AvgFastTagPerKm": 1.0,
"AvgRunnungcostperkm": 1.0
},
{
"TotalFixedExpenses": 1.0,
"DieselCost": 1.0,
"TRIPSETTLEMENT_FASTTAG": 1.0,
"FixedExpenseByKm": 1.0,
"TotalRouteFixedAmounts": 1.0,
"TRIPSETTLEMENT_GPSKMS": 1.0,
"DieselTotal": 1.0,
"AvgDieselRate": 1.0,
"MileageAchieved": 1.0,
"AvgFastTagPerKm": 1.0,
"AvgRunnungcostperkm": 1.0
}
]