POST api/2.0/crm/voip/numbers
Buys a phone number specified in the request.
Name |
Description |
Type |
Example |
number
sent in body
|
Phone number
|
string
|
some text
|
POST api/2.0/crm/voip/numbers
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"number": "some text"
}