POST fuel/update_price
Request Information
URI Parameters
None.
Body Parameters
UpdateFuelPriceViewModelName | Description | Type | Additional information |
---|---|---|---|
station_id | integer |
None. |
|
update_id | integer |
None. |
|
price | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "station_id": 1, "update_id": 2, "price": 3.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}