Update tariff
Updates the specified tariff. The following fields may be submitted with this request:
- `name` (String optional)
- `description` (String optional)
- `default_sms_mt_rate` (Double optional)
- `default_sms_mo_rate` (Double optional)
- `sim_activated_rate` (Double optional)
- `sim_suspended_rate` (Double optional)
- `sim_activation_rate` (Double optional)
- `sim_reactivation_rate` (Double optional)
- `sim_suspension_rate` (Double optional)
- `sim_termination_rate` (Double optional)
- `public` (Boolean optional)
- `status` (Object optional)
- `currency` (Object optional)
- `data_blocksize` (Object optional)
- `data_throttle` (Object optional)
- `tariff_category` (Integer 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
Request
This endpoint expects an object.
name
description
default_sms_mt_rate
default_sms_mo_rate
sim_issued_rate
sim_activated_rate
sim_suspended_rate
sim_activation_rate
sim_reactivation_rate
sim_suspension_rate
sim_termination_rate
status
currency
data_blocksize
data_throttle
Response
The server has successfully fulfilled the request and that there is no additional content to send in the response payload body