DLApp
Il n'y a aucun service assortissant cette expression.

/company/update-company

Méthode de HTTP
POST
com.liferay.portal.service.CompanyServiceUtil#updateCompany

Updates the company

Paramètres

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

Type de retour

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

Exécuter

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