Saves the company white label settings specified in the request.
Name | Description | Type | Example |
companyWhiteLabelSettingsWrapper
sent in body
|
Company white label settings | ASC.Web.Core.WhiteLabel.CompanyWhiteLabelSettingsWrapper |
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 } } }
Boolean value: true if the operation is successful