Inserts or creates a contact record.
insertContact Parameter Descriptions
Parameter Name |
Data Type |
Description |
contact |
ContactCreate |
Data object |
The following table lists properties from the personCreate data object that must be populated in order to create a person. Also note that the same properties must be populated when you are updating a person, using the personUpdate data object.
personCreate Required Properties
Property Name |
Data Type |
Description |
firstName |
string |
The first name of the person. |
lastName |
string |
The last name of the person. |
The following table lists properties from the companyCreate data object that must be populated in order to create a company. Also note that the same properties must be populated when you are updating a company, using the companyUpdate data object.
companyCreate Required Properties
Property Name |
Data Type |
Description |
name |
string |
The name of the organization. |
insertContact Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the newly created contact record. |
For more information about the properties you can set for the contact, see: