GET api/Report/GET_DieselReport?FromDate={FromDate}&ToDate={ToDate}&PumpID={PumpID}&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. |
| PumpID | 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:
[
{
"DIESEL_PUMP_ID": 1,
"STTNO": 2,
"ROUTES_ID": 3,
"LR_START_DATE": "sample string 4",
"LR_VNO": "sample string 5",
"LR_FROM_LOC": "sample string 6",
"LR_TO_LOC": "sample string 7",
"DIESEL_QUANTITY": 1.0,
"FUEL_RATE": 1.0,
"TotalDieselCost": 1.0,
"DIESEL_CREATEDDATE": "sample string 8",
"DIESEL_NO": "sample string 9",
"PUMP_NAME": "sample string 10",
"DRIVER_NAME": "sample string 11"
},
{
"DIESEL_PUMP_ID": 1,
"STTNO": 2,
"ROUTES_ID": 3,
"LR_START_DATE": "sample string 4",
"LR_VNO": "sample string 5",
"LR_FROM_LOC": "sample string 6",
"LR_TO_LOC": "sample string 7",
"DIESEL_QUANTITY": 1.0,
"FUEL_RATE": 1.0,
"TotalDieselCost": 1.0,
"DIESEL_CREATEDDATE": "sample string 8",
"DIESEL_NO": "sample string 9",
"PUMP_NAME": "sample string 10",
"DRIVER_NAME": "sample string 11"
},
{
"DIESEL_PUMP_ID": 1,
"STTNO": 2,
"ROUTES_ID": 3,
"LR_START_DATE": "sample string 4",
"LR_VNO": "sample string 5",
"LR_FROM_LOC": "sample string 6",
"LR_TO_LOC": "sample string 7",
"DIESEL_QUANTITY": 1.0,
"FUEL_RATE": 1.0,
"TotalDieselCost": 1.0,
"DIESEL_CREATEDDATE": "sample string 8",
"DIESEL_NO": "sample string 9",
"PUMP_NAME": "sample string 10",
"DRIVER_NAME": "sample string 11"
}
]