Add Contact to Deal crm.deal.contact.add

We are still updating this page

Some data may be missing here — we will complete it soon.

Scope: crm

Who can execute the method: any user

The method crm.deal.contact.add adds a contact to the specified deal.

Parameter

Description

id

Identifier of the deal.

fields

An object with the following fields:

  • CONTACT_ID - identifier of the contact (required field)
  • SORT - sorting index
  • IS_PRIMARY - primary contact flag

Note

To find out the required format for the fields, execute the method crm.deal.contact.fields and check the format of the incoming values for these fields.