Authorization: Bearer ********************
{
"call": {
"result": "CALL_RESULT_UNKNOWN",
"caller_id": "string",
"phone_number": "string",
"country_code": "string",
"delivery_duration": 0,
"link_call_duration": 0,
"sip_code": 0,
"do_record": true,
"recording_file_name": "string",
"is_dial_validation_ok": true,
"is_time_zone_scrub_ok": true,
"is_cell_phone_scrub_ok": true,
"is_custom_calling_rules_scrub_ok": true,
"is_dncl_scrub_ok": true,
"use_global_time_zone_scrub": true,
"do_cell_phone_scrub": true,
"do_dncl_scrub": true,
"call_data_type": "string",
"caller_id_country_code": "string",
"zip_code": "string",
"is_preview_by_record": true,
"rule_set_name": "string",
"is_natural_compliance_ok": true,
"simple_meta_data": [
{
"key": "string",
"value": "string"
}
],
"simple_result_meta_data": [
{
"key": "string",
"value": "string"
}
],
"task_sid": 0,
"call_sid": 0,
"task_group_sid": 0,
"client_sid": 0,
"country_sid": 0,
"agent_sid": 0,
"start_time": 0,
"caller_id_country_sid": 0
},
"report_scrub_override": true,
"agent_session_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/cancelpreviewdialcall' \
--header 'Content-Type: application/json' \
--data-raw '{
"call": {
"result": "CALL_RESULT_UNKNOWN",
"caller_id": "string",
"phone_number": "string",
"country_code": "string",
"delivery_duration": 0,
"link_call_duration": 0,
"sip_code": 0,
"do_record": true,
"recording_file_name": "string",
"is_dial_validation_ok": true,
"is_time_zone_scrub_ok": true,
"is_cell_phone_scrub_ok": true,
"is_custom_calling_rules_scrub_ok": true,
"is_dncl_scrub_ok": true,
"use_global_time_zone_scrub": true,
"do_cell_phone_scrub": true,
"do_dncl_scrub": true,
"call_data_type": "string",
"caller_id_country_code": "string",
"zip_code": "string",
"is_preview_by_record": true,
"rule_set_name": "string",
"is_natural_compliance_ok": true,
"simple_meta_data": [
{
"key": "string",
"value": "string"
}
],
"simple_result_meta_data": [
{
"key": "string",
"value": "string"
}
],
"task_sid": 0,
"call_sid": 0,
"task_group_sid": 0,
"client_sid": 0,
"country_sid": 0,
"agent_sid": 0,
"start_time": 0,
"caller_id_country_sid": 0
},
"report_scrub_override": true,
"agent_session_sid": 0
}'
{}