Calling Card
Create
Create a new Calling Card record.
post/api/cp/calling-card
Request body
Example request
{
"id": 12345,
"account_id": 1,
"customer_rate_card": "example_customer_rate_card",
"credit": 99.99,
"status": "Active",
"template_customer_id": 1,
"min_activation": 99.99,
"multiplier": 99.99,
"addition": 99.99
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.