POST fuel/find_cheapest_station

Request Information

URI Parameters

None.

Body Parameters

CheapestFuelPriceViewModel
NameDescriptionTypeAdditional information
station_ids

string

None.

fuel_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "station_ids": "sample string 1",
  "fuel_type": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}