Create tariff profile

Create the specified tariff profile ID must not be specified, neither in query String, nor in JSON payload. You can provide following fields with this request: * `name` (String required) * `description` (String optional) * `tariff` (Object required)

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

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

Request

This endpoint expects an object.
namestringRequired
descriptionstringRequired
tariffobjectRequired

Response

Resource Created