Create Ratezone Rate
Creates a rate for a specified ratezone. You cannot have multiple rates for a certain service with overlapping time frame in the same ratezone.
You can provide following fields with the request:
* `rate` (Double, required)
* `volume` (Double, required)
* `currency` (Object, required) - only id to specify
* `service` (Object, required) - only id to specify
* `valid_from` (Date (ISO 8601) optional, Default=Date and Time of creation)
* `valid_until` (Date (ISO 8601) optional)
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_id
Numerical ID of a Tariff
ratezone_id
ratezone ID
Request
This endpoint expects an object.
rate
volume
currency
service
valid_from
valid_until
Response
Resource Created