{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"range_start": 1,
"range_end": 1,
"fixed_fee": 1,
"percent_fee": 1,
"method": "fixed",
"min_fee": 1,
"max_fee": 1,
"media": "<string>",
"asset": "<string>",
"from_channel": "<string>",
"to_channel": "<string>",
"valid_from": "2023-11-07T05:31:56Z",
"valid_to": "2023-11-07T05:31:56Z",
"active": true
}Fee Ranges
Create fee range
Create a new fee range
POST
/
v1
/
tariffs
/
ranges
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"range_start": 1,
"range_end": 1,
"fixed_fee": 1,
"percent_fee": 1,
"method": "fixed",
"min_fee": 1,
"max_fee": 1,
"media": "<string>",
"asset": "<string>",
"from_channel": "<string>",
"to_channel": "<string>",
"valid_from": "2023-11-07T05:31:56Z",
"valid_to": "2023-11-07T05:31:56Z",
"active": true
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type any.
Response
201 - application/json
Fee range created successfully
Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Available options:
fixed, percentage, greater, lesser, sum Required range:
x >= 0Required range:
x >= 0