Show/Hide Toolbars

Inserts or creates a contact record.

Parameters

insertContact Parameter Descriptions

Parameter Name

Data Type

Description

contact

ContactCreate

Data object

Required Properties from personCreate

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.

Required Properties from companyCreate

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.

Response

insertContact Response Descriptions

Parameter Name

Data Type

Description

uniqueKey

string

The unique key of the newly created contact record.

See Also:

For more information about the properties you can set for the contact, see:

contactCreate

CompanyCreate

PersonCreate