POST api/2.0/crm/voip/price/{callId}
Saves a price for the call with the ID specified in the request.
Name |
Description |
Type |
Example |
callId
sent in body
|
Phone call ID
|
string
|
some text
|
POST api/2.0/crm/voip/price/{callid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"callId": "some text"
}
This method doesn't return any data.