Tariff Recurring Periods
Update existing recurring period.
Required scope: tariffs:write<br/>Note: Once you are done with creating/updating tariffs and its components you have to call the create-prices endpoint to create the prices for the tariff.
patch/api/v1/tariff-recurring-periods/{id}
Path parameters
idinteger required
Request body
Example request
{
"endHour": 23,
"price": 2.54
}Response
Tariff recurring period that was updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.