Associating a Contact and a Deal using their external IDs
PUT {{api-domain}}/crm/v2/Contacts/extcontact3/Deals
In this example, extcontact3 and extdeal3 are the values of the external fields ExternalContactID and ExternalDealID in the Contacts and Deals modules, respectively. We will reference these values to associate the contact with the deal.
Request Body
{"data"=>[{"External_Deal_ID"=>"extdeal3", "Contact_Role"=>"111111000000026002"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |