POST api/Petrolpumps/post_livefuel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Liverates'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true