Create a new team member.
None.
This object takes all the parameters needed to create a new team member.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
TaskID
globally unique identifier
Required
ID of the Project. |
IndividualID
globally unique identifier
Required
ID of the user. |
RoleID
globally unique identifier
Required
ID of the Team member's role. |
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
RoleName
string
ReadOnly
Name of the team member's role. |
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
IndividualFullName
string
ReadOnly
Full name of the team member. |
Created
date
ReadOnly
Date the team member was added to the project. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
Updated
date
ReadOnly
Date the team member was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>b77b8370-564c-4f11-8056-bdca291500e4</TaskID> <IndividualID>bf0ccd92-bcd7-48a8-a604-780dda491a85</IndividualID> <RoleID>24652954-fb38-4877-8a75-9a92d28cf359</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "b77b8370-564c-4f11-8056-bdca291500e4", "IndividualID": "bf0ccd92-bcd7-48a8-a604-780dda491a85", "RoleID": "24652954-fb38-4877-8a75-9a92d28cf359", "HoursProjected": 1.0, "HoursActual": 1.0, "RoleDescription": "sample string 4", "TeamSurvey": true }
TaskID
globally unique identifier
Required
ID of the Project. |
IndividualID
globally unique identifier
Required
ID of the user. |
RoleID
globally unique identifier
Required
ID of the Team member's role. |
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
RoleName
string
ReadOnly
Name of the team member's role. |
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
IndividualFullName
string
ReadOnly
Full name of the team member. |
Created
date
ReadOnly
Date the team member was added to the project. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
Updated
date
ReadOnly
Date the team member was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>15e77c69-8759-40a6-b4a4-5c0ea4252546</TaskID> <IndividualID>849985f6-b2ea-416b-bab4-5f73d37916b4</IndividualID> <RoleID>0fa06e40-488f-46bd-818f-944a9b9a3a72</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e1e58f7f-d5a9-4bd6-9d86-fe9ee2b9309f</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-02-15T17:50:47.441684+00:00</Created> <CreatedBy>aa874d08-2896-495b-b0e9-4d4f49f9c500</CreatedBy> <SiteID>0186dddc-2ac6-4b56-8d99-9da78eaf26a1</SiteID> <Updated>2025-02-15T17:50:47.441684+00:00</Updated> <UpdatedBy>d7a3047f-b28a-44c1-9c0b-218707def195</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "15e77c69-8759-40a6-b4a4-5c0ea4252546", "IndividualID": "849985f6-b2ea-416b-bab4-5f73d37916b4", "RoleID": "0fa06e40-488f-46bd-818f-944a9b9a3a72", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "e1e58f7f-d5a9-4bd6-9d86-fe9ee2b9309f", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-02-15T17:50:47.441684+00:00", "CreatedBy": "aa874d08-2896-495b-b0e9-4d4f49f9c500", "SiteID": "0186dddc-2ac6-4b56-8d99-9da78eaf26a1", "Updated": "2025-02-15T17:50:47.441684+00:00", "UpdatedBy": "d7a3047f-b28a-44c1-9c0b-218707def195", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }