CancelCallListTaskRequest
Props
accountId
accountId: string
Account's ID
listId
listId: string
Call list's ID
tasksIds
tasksIds: string
| undefined
Task IDs separated by a semicolon. Specify either tasks_ids
or tasks_uuids
. The method returns an error if none of the parameters is specified
tasksUuids
tasksUuids: string
| undefined
Task UUIDs separated by a semicolon. Specify either tasks_ids
or tasks_uuids
. The method returns an error if none of the parameters is specified