Note: This endpoint is deprecated. Use the CRM Associations API to manage deal associations.
Method Details
HTTP Methods:
PUT
Content Type:
application/json
Response Format:
N/A
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
CRM
crm.objects.companies.write
crm.objects.contacts.write
crm.objects.deals.write
This endpoint updates the association between an existing deal and a contact or company. The deal can be associated with either contacts or companies with each request. This endpoint supports associating more than one object ID of a particular object type at once.
Note: You only need to use this endpoint when updating existing deal records. If you are creating new deals, you can make these associations when creating the record by including the associations
data as documented on the create deal page.