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>97a3d584-8b58-4986-b4c8-661c8e649885</TaskID> <IndividualID>6241bbc6-f4e5-463a-8e87-774b239fba62</IndividualID> <RoleID>08b7568d-4caf-4570-adae-fe48a1a81855</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "97a3d584-8b58-4986-b4c8-661c8e649885", "IndividualID": "6241bbc6-f4e5-463a-8e87-774b239fba62", "RoleID": "08b7568d-4caf-4570-adae-fe48a1a81855", "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>2d3f96bb-bf06-44e7-a63f-59cd589d1f14</TaskID> <IndividualID>1c622336-1bb5-4649-8bec-2d433121310e</IndividualID> <RoleID>9059f49d-8833-4bf0-aefb-ab6179332c04</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1396bc8f-d8b1-49ad-b210-10e8fdb57e04</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-02-04T01:18:10.3003438+00:00</Created> <CreatedBy>89222ab4-a11e-4cf6-bf75-a05550c76861</CreatedBy> <SiteID>e75d30b9-4bf4-4c8a-b29d-561999caf2b7</SiteID> <Updated>2025-02-04T01:18:10.3003438+00:00</Updated> <UpdatedBy>32f1d398-93e9-4adf-a158-ca19e8424ac3</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "2d3f96bb-bf06-44e7-a63f-59cd589d1f14", "IndividualID": "1c622336-1bb5-4649-8bec-2d433121310e", "RoleID": "9059f49d-8833-4bf0-aefb-ab6179332c04", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "1396bc8f-d8b1-49ad-b210-10e8fdb57e04", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-02-04T01:18:10.3003438+00:00", "CreatedBy": "89222ab4-a11e-4cf6-bf75-a05550c76861", "SiteID": "e75d30b9-4bf4-4c8a-b29d-561999caf2b7", "Updated": "2025-02-04T01:18:10.3003438+00:00", "UpdatedBy": "32f1d398-93e9-4adf-a158-ca19e8424ac3", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }