Fraud Rule
Create
Create a new Fraud Rule record.
post/api/cp/setup/fraud-rule
Request body
Example request
{
"id": 12345,
"fraud_profile_id": 1,
"prefix": "example_prefix",
"start_hour": "example_start_hour",
"end_hour": "example_end_hour",
"daysoftheweek": "example_daysoftheweek",
"cpm_warning": 123,
"cpm_critical": 123,
"call_duration_warning": 123,
"call_duration_critical": 123,
"total_calls_warning": 10,
"total_calls_critical": 10,
"concurrent_calls_warning": 123,
"concurrent_calls_critical": 123,
"sequential_calls_warning": 123,
"sequential_calls_critical": 123
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}