DLApp
Non ci sono servizi che abbinano quella frase.

/company/update-company

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

Updates the company

Parametri

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 di ritorno

com.liferay.portal.model.Company

the company with the primary key

Eccezione

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

Esegui

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