POST fuel/find_cheapest_station
Request Information
URI Parameters
None.
Body Parameters
CheapestFuelPriceViewModelName | Description | Type | Additional 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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}