DealLinkCompanies
This action links or unlinks companies to/from a deal.
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 | 
|---|---|
| DealId | Identifier of the deal (required). | 
| LinkCompanyIds | Array of company IDs to link to the deal. Example: ["685ea212889bec806cf1da3c","685ea75fc1dc5557f497a984"] | 
| UnlinkCompanyIds | Array of company IDs to unlink from the deal. Example: ["685ea212889bec806cf1da3c","685ea75fc1dc5557f497a984"] | 
Result
The company is linked or unlinked to/from the specified deal.
Was this page helpful?