POST api/2.0/crm/voip/call/{callId}/redirect
Redirects a phone call with the ID specified in the request.
Name |
Description |
Type |
Example |
callId
sent in url
|
Phone call ID
|
string
|
some text
|
to
sent in body
|
Redirect phone number
|
string
|
some text
|
POST api/2.0/crm/voip/call/some+text/redirect
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"to": "some text"
}