Associating a Contact and a Deal using the contact's record ID and the deal's external ID
PUT {{api-domain}}/crm/v2/Contacts/111111000000085009/Deals
In this example, extdeal2 is the value of the external field ExternalDealID in the Deals module. We will use this value to associate it with the contact with the said record ID.
Request Body
{"data"=>[{"Contact_Role"=>"111111000000026002", "External_Deal_ID"=>"extdeal3"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |