/
package_assign

package_assign

Description

This API assigns minutes to customers allowing them to make calls to certain destinations included in the package for FREE.

Parameters

client_account_code
package_name
day_of_renew

Request

curl -X POST \-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \-H "Content-Type: application/json" \
-d '{"client_account_code":"2144533795","package_name": "USA 5000", "day_of_renew": "01"}' \
-k https://your.domain.com/api/users/package_assign 

Responses

 {
  "status": "success"
}



Related content

update_client_package
update_client_package
More like this
get_client_package_details
get_client_package_details
More like this
tariffplan_assign
tariffplan_assign
More like this
check_call_rate
check_call_rate
More like this
add_credit_balance
add_credit_balance
More like this
outbound_call_usage_details
outbound_call_usage_details
More like this