Метод |
Описание |
|
all ( ) : Response |
Returns all of the company properties, including their definition. |
|
create ( array $property ) : Response |
Creates a property on every company object to store a specific piece of data. |
|
createGroup ( array $group ) : Response |
Create a new company property group to gather like company-level data. |
|
delete ( string $propertyName ) : Response |
For a portal, delete an existing company property. |
|
deleteGroup ( string $groupName ) : Response |
Delete an existing company property group. |
|
get ( string $propertyName ) : Response |
Returns a JSON object representing the definition for a given company property. |
|
getAllGroups ( boolean $includeProperties = false ) : Response |
Returns all of the company property groups for a given portal. |
|
update ( string $propertyName, array $property ) : Response |
Update the specified company-level property. This does not update the value on a specified company, but instead changes the definition of the company property. |
|
updateGroup ( string $groupName, array $group ) : Response |
Update a previously created company property group. |
|