Create Tariff Ratezone

Create the specified ratezone for a tariff ID must not be specified, neither in query String, nor in JSON payload. You can provide following fields with this request: * `name` (String required, unique for tariff!) * `valid_from` (Date (ISO 8601) optional, Default=Date and Time of creation) * `valid_until` (Date (ISO 8601) optional) __Notes:__ * `valid_until` must be *after* `valid_from` * The `status` of a new ratezone is always `STAGING` * The name of a ratezone must be unique for the tariff it's created for

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

Request

This endpoint expects an object.
namestringRequired
valid_fromstringRequired
valid_untilstringRequired

Response

Resource Created