Show/Hide Toolbars

Inserts or creates an involved party record. Note that when an involved record is created with the active status set to true, the activeDate will automatically be set to the current date.

Parameters

insertInvolved Parameter Descriptions

Parameter Name

Data Type

Description

involved

involvedCreate

Data object

Required Properties from involvedCreate

The following table lists properties from the involvedCreate data object that must be populated in order to create an involved party. Also note that the same properties must be populated when you are updating an involved party, using the involvedUpdate data object.

involvedCreate Required Properties

Property Name

Data Type

Description

entityTypeUniqueKey

string

Unique 4-digit alphanumeric code that identifies the involved child object (child of associated project object definition). Corresponds to the TeamConnect Unique Code value.

projectUniqueKey

string

Project record unique key that the involved party should be associated with.

contactUniqueKey

string

Contact record unique key for the involved party.

active

boolean

True indicates the involved party is active.

categories

List<Category>

The categories to add or enable for the involved party record.

 

Response

insertInvolved Response Descriptions

Parameter Name

Data Type

Description

uniqueKey

string

The unique key of the newly created involved party record.

See Also:

involvedUpdate for more information about the properties you can update for the involved record