check_call_rate

Description 

Check cost of a call 
 

Parameters

client_account_code
destination_number

Request

curl -X POST \-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \
-H "Content-Type: application/json" \
-d '{"client_account_code":"2144533795","destination_number":"447596112012"}' \
-k https://your.domain.com/api/users/check_call_rate

Responses

{
"account": "2144533795",
"destination": "447596112012",
"rate_unit": 60,
"tariff_plan": "VT_PREMIUM",
"rate": 0.0148,
"connect_fee": 0,
"rate_increment": 1,
"destination_name":
"United_Kingdom_Mobile_O2"
}