POST api/Petrolpumps/post_livefuel
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PumpId": "sample string 1",
"Pumpname": "sample string 2",
"Fuelrate": "sample string 3",
"Distance": "sample string 4",
"Disel": "sample string 5",
"Calculated_fuel": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true