Update list
Method: PUT
Endpoint:
/omni/list
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Code Block |
---|
{
"list_name": <string>,
"description": <string>,
"list_type": <string>,
"caller_id_enabled": <boolean>,
"caller_id": <string>,
"max_callback_days": <integer>,
"max_callback_date": <date>,
"fetch_weight": <integer>,
"alerts_wnabled": <boolean>,
"scripting_enabled": <boolean>,
"script_provider": <string>,
"script_id": <integer>,
"script": <string>,
"recall_plan_id": <integer>,
"calling_time_plan_id": <integer>,
"result_code_plan_id": <integer>,
"ivr_plan_id": <integer>,
"answer_machine_plan_id": <integer>,
"do_not_call_plan_id": <integer>,
"schedule_plan_id": <integer>
} |