End of Life Products and Features - call_routing_rules.save
Description
Save the order of call routing rules.
Arguments
name | required | value type | default |
---|---|---|---|
groups_table | yes | array of object_ids in order of priority | none |
Example Requests & Responses
Example One
Request
Save the order of call routing rules.
{
'method' => 'call_routing_rules.save',
'parameters' => {
'groups_table' => [
'365',
'367',
'375',
'378'
]
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Related content
End of Life Products and Features - call_routing_rule.save
End of Life Products and Features - call_routing_rule.save
More like this
End of Life Products and Features - call_routing_rules.list
End of Life Products and Features - call_routing_rules.list
More like this
End of Life Products and Features - call_routing_rule.list
End of Life Products and Features - call_routing_rule.list
More like this
End of Life Products and Features - call_routing_group.save
End of Life Products and Features - call_routing_group.save
More like this
End of Life Products and Features - call_routing_rule.delete
End of Life Products and Features - call_routing_rule.delete
More like this
End of Life Products and Features - call_routing_groups.list
End of Life Products and Features - call_routing_groups.list
More like this