Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

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

Parameters

Code Block
client_account_code
package_name
day_of_renew

Request

Code Block
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

Code Block
 {
  "status": "success"
}

...