GET api/Report/GET_DieselReport_Location?FromDate={FromDate}&ToDate={ToDate}&Location={Location}&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. |
| Location | 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:
[
{
"LR_START_DATE": "sample string 1",
"LR_VNO": "sample string 2",
"LR_FROM_LOC": "sample string 3",
"LR_TO_LOC": "sample string 4",
"LOAD_DIESEL_QTY": "sample string 5",
"EMPTY_DIESEL_QTY": "sample string 6"
},
{
"LR_START_DATE": "sample string 1",
"LR_VNO": "sample string 2",
"LR_FROM_LOC": "sample string 3",
"LR_TO_LOC": "sample string 4",
"LOAD_DIESEL_QTY": "sample string 5",
"EMPTY_DIESEL_QTY": "sample string 6"
},
{
"LR_START_DATE": "sample string 1",
"LR_VNO": "sample string 2",
"LR_FROM_LOC": "sample string 3",
"LR_TO_LOC": "sample string 4",
"LOAD_DIESEL_QTY": "sample string 5",
"EMPTY_DIESEL_QTY": "sample string 6"
}
]