Show/Hide Toolbars

Inserts or creates a project record.

Parameters

insertProject Parameter Descriptions

Parameter Name

Data Type

Description

projectCreate

projectCreate

Data object

Required Properties from projectCreate

The following table lists properties from the projectCreate data object that must be populated in order to create a project. Also note that the same properties must be populated when you are updating a project, using the projectUpdate data object.

projectCreate Required Properties

Property Name

Data Type

Description

entityTypeUniqueKey

string

Unique 4-digit alphanumeric code that identifies the custom object. Corresponds to the TeamConnect Unique Code value.

name

string

The project record name.

idNumber

string

The project record ID number.

categories

List<Category>

The categories to add or enable for the project record.

Response

insertProject Response Descriptions

Parameter Name

Data Type

Description

uniqueKey

string

The unique key of the newly created project record.

See Also:

projectCreate for more information about the properties you can set for the project

projectAssigneeCreate for more information about adding assignees to the project and the corresponding assignee properties you can set

projRelationCreate for more information about adding relations to the project and the corresponding relation properties you can set