CompanyLinkDeals
This action links or unlinks deals to/from a company.
Link* and Unlink* parameters are optional, but you must specify either one or the other, not both. These parameters must be passed as an array of IDs.
Action Parameters
| PARAMETER NAME | DESCRIPTION | 
|---|---|
| CompanyId | Identifier of the company (required). | 
| LinkDealsIds | Array of deal IDs to link to the company. Example: ["685ea212889bec806cf1da3c","685ea75fc1dc5557f497a984"] | 
| UnlinkDealsIds | Array of deal IDs to unlink from the company. Example: ["685ea212889bec806cf1da3c","685ea75fc1dc5557f497a984"] | 
Result
The deal is linked or unlinked to/from the specified company.
Was this page helpful?