/
tariffplan_assign
tariffplan_assign
Description
Assign a Tariff Plan to a customer.
Parameters
client_account_code tariffplan_name routingplan_name tech_prefix
Request
curl -X POST \-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \ -H "Content-Type: application/json" \ -d '{"client_account_code":"2144533795", "tariffplan_name": "CGRT_PLATINUM", "routingplan_name": "default_route", "tech_prefix": ""}' \ -k https://your.domain.com/api/users/tariffplan_assign
Responses
{ "status": "success" }
, multiple selections available,
Related content
tariffplan_remove
tariffplan_remove
More like this
get_rates
get_rates
More like this
tenant_add
tenant_add
More like this
client_add
client_add
More like this
package_assign
package_assign
More like this
check_call_rate
check_call_rate
More like this