Update Tariff Ratezone

The following fields of the rate zone can be updated: * `name` (String, optional) the same name may not be used twice in a tariff * `status` (Object, optional) * `valid_from` (Date in ISO 8601, optional) * `valid_until` (Date in ISO 8601 or null, optional). Setting `valid_until` to `null` sets the rate to valid indefinitely __Notes:__ When changing the validity timeframe, all rates of this rate zone must be within the bounds of the newly-defined timeframe.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

tariff_idstringRequired
ratezone_idstringRequired

Request

This endpoint expects an object.
namestringRequired
statusobjectRequired
valid_fromstringRequired
valid_untilstringRequired

Response

The server has successfully fulfilled the request and that there is no additional content to send in the response payload body