POST api/2.0/crm/voip/price/{callId} This function requires authentication

Description

Saves a price for the call with the ID specified in the request.

Parameters
Name Description Type Example
callId
sent in body
Phone call ID string some text
Example
POST api/2.0/crm/voip/price/{callid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "callId": "some text"
}
Returns

This method doesn't return any data.