PHP Класс SevenShores\Hubspot\Resources\Deals

Наследование: extends Resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
associateWithCompany ( integer $dealId, integer | int[] $companyIds ) : mixed
associateWithContact ( integer $dealId, integer | int[] $contactIds ) : mixed
create ( array $deal ) : mixed
delete ( integer $id ) : mixed
disassociateFromCompany ( integer $dealId, integer | int[] $companyIds ) : mixed
disassociateFromContact ( integer $dealId, integer | int[] $contactIds ) : mixed
getById ( integer $id ) : mixed
getRecentlyCreated ( array $params = [] ) : mixed
getRecentlyModified ( array $params = [] ) : mixed
update ( integer $id, array $deal ) : mixed

Описание методов

associateWithCompany() публичный Метод

public associateWithCompany ( integer $dealId, integer | int[] $companyIds ) : mixed
$dealId integer
$companyIds integer | int[]
Результат mixed

associateWithContact() публичный Метод

public associateWithContact ( integer $dealId, integer | int[] $contactIds ) : mixed
$dealId integer
$contactIds integer | int[]
Результат mixed

create() публичный Метод

public create ( array $deal ) : mixed
$deal array Array of deal properties.
Результат mixed

delete() публичный Метод

public delete ( integer $id ) : mixed
$id integer
Результат mixed

disassociateFromCompany() публичный Метод

public disassociateFromCompany ( integer $dealId, integer | int[] $companyIds ) : mixed
$dealId integer
$companyIds integer | int[]
Результат mixed

disassociateFromContact() публичный Метод

public disassociateFromContact ( integer $dealId, integer | int[] $contactIds ) : mixed
$dealId integer
$contactIds integer | int[]
Результат mixed

getById() публичный Метод

public getById ( integer $id ) : mixed
$id integer
Результат mixed

getRecentlyCreated() публичный Метод

public getRecentlyCreated ( array $params = [] ) : mixed
$params array Optional parameters ['limit', 'offset']
Результат mixed

getRecentlyModified() публичный Метод

public getRecentlyModified ( array $params = [] ) : mixed
$params array Optional parameters ['limit', 'offset']
Результат mixed

update() публичный Метод

public update ( integer $id, array $deal ) : mixed
$id integer The deal id.
$deal array The deal properties to update.
Результат mixed