Inserts or creates a project record.
insertProject Parameter Descriptions
Parameter Name |
Data Type |
Description |
projectCreate |
Data object |
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. |
insertProject Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the newly created project record. |
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