DLApp
Não há nenhum serviço que combina essa frase.

/company/update-company

Método do HTTP
POST
com.liferay.portal.service.CompanyServiceUtil#updateCompany

Updates the company

Parâmetros

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

Tipo do retorno

com.liferay.portal.model.Company

the company with the primary key

Exceção

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