PUT api/2.0/crm/voip/numbers/{numberId}/oper
Adds the operators to the phone number with the ID specified in the request.
Name |
Description |
Type |
Example |
numberId
sent in url
|
Phone number ID
|
string
|
some text
|
operators
sent in body
|
Phone number operators
|
Collection of guids
collection
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
PUT api/2.0/crm/voip/numbers/some+text/oper
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"operators": [
"00000000-0000-0000-0000-000000000000"
]
}
Added phone number operators