DLApp
No hay servicios que concuerden con ese texto.

/company/update-company

Método 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 de retorno

com.liferay.portal.model.Company

the company with the primary key

Excepción

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

Ejecutar

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