v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTariff Recurring Periods
Create new 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.
post/api/v1/tariff-recurring-periods
Request body
Example request
{
"tariffId": 1,
"groupId": 1,
"endHour": 23,
"price": 2.54
}Response
Tariff recurring period that was created