DLApp
There are no services matching that phrase.

/company/update-company

HTTP Method
POST
com.liferay.portal.service.CompanyServiceUtil#updateCompany

Updates the company

Parameters

p_auth String

authentication token used to validate the request

companyId long

the primary key of the company

virtualHost java.lang.String

the company's virtual host name

mx java.lang.String

the company's mail domain

maxUsers int

the max number of company users (optionally 0)

active boolean

whether the company is active

Return Type

com.liferay.portal.model.Company

the company with the primary key

Exception

com.liferay.portal.kernel.exception.PortalException
if a company with the primary key could not be found or if the new information was invalid or if the user was not a universal administrator
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long java.lang.String java.lang.String int
boolean