POST api/2.0/mailserver/domains/add
Associate a web domain with tenant
Name |
Description |
Type |
Example |
name
sent in body
|
web domain name
|
string
|
some text
|
id_dns
sent in body
|
|
number
|
1234
|
POST api/2.0/mailserver/domains/add
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text",
"id_dns": 1234
}
WebDomainData associated with tenant