POST api/2.0/settings/rebranding/company This function requires authentication

Description

Saves the company white label settings specified in the request.

Parameters
Name Description Type Example
companyWhiteLabelSettingsWrapper
sent in body
Company white label settings ASC.Web.Core.WhiteLabel.CompanyWhiteLabelSettingsWrapper
Example
POST api/2.0/settings/rebranding/company
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "companyWhiteLabelSettingsWrapper": {
    "Settings": {
      "CoreSettings": {
        "BaseDomain": "some text"
      },
      "CompanyName": "some text",
      "Site": "some text",
      "Email": "some text",
      "Address": "some text",
      "Phone": "some text",
      "IsLicensor": true
    }
  }
}
Returns

Boolean value: true if the operation is successful