GET api/Routes/GET_DieselInfo_manual?CategoryId={CategoryId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CategoryId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DIESEL_ID": 1,
"DIESEL_VNO": "sample string 2",
"DIESEL_LOCATION": "sample string 3",
"DIESEL_CREATEDDATE": "sample string 4",
"DIESEL_LOAD": "sample string 5",
"DIESEL_QUANTITY": "sample string 6",
"PUMP_NAME": "sample string 7",
"DIESEL_PUMP_ID": 8,
"DIESEL_NO": 9,
"DIESEL_REMARKS": "sample string 10"
},
{
"DIESEL_ID": 1,
"DIESEL_VNO": "sample string 2",
"DIESEL_LOCATION": "sample string 3",
"DIESEL_CREATEDDATE": "sample string 4",
"DIESEL_LOAD": "sample string 5",
"DIESEL_QUANTITY": "sample string 6",
"PUMP_NAME": "sample string 7",
"DIESEL_PUMP_ID": 8,
"DIESEL_NO": 9,
"DIESEL_REMARKS": "sample string 10"
},
{
"DIESEL_ID": 1,
"DIESEL_VNO": "sample string 2",
"DIESEL_LOCATION": "sample string 3",
"DIESEL_CREATEDDATE": "sample string 4",
"DIESEL_LOAD": "sample string 5",
"DIESEL_QUANTITY": "sample string 6",
"PUMP_NAME": "sample string 7",
"DIESEL_PUMP_ID": 8,
"DIESEL_NO": 9,
"DIESEL_REMARKS": "sample string 10"
}
]