PUT - Group Hunt Group Weighted Call Distribution
Update the Weighted Call Distribution (WCD) between users in a Hunt Group (HG).
Note: All weightings need to equal 100.
Parameters
service_provider_id (str): Service provider ID where the group is located.
group_id (type): Group ID where the HG is located.
hunt_group_user_id (str): Service user ID of the target HG.
agents (dict): Updates of WCD to be applied to HG.
Raises
AOInvalidWeighting: The WCD must equal 100 if it does not this error will be returned.
Returns
None: This method does not return any specific value.
How To Use:
Last updated
Was this helpful?