Update a team member.
id
globally unique identifier
Required
Guid ID of the Team Member to be updated. |
This object takes all the parameters needed to update a 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>c25ffc8a-16ea-43d1-8b58-dc18430c2c96</TaskID> <IndividualID>7dc6d764-5694-4846-9fe9-5ddf22bc7045</IndividualID> <RoleID>01acaba5-ad92-47b1-a82c-639aab6b4fcc</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "c25ffc8a-16ea-43d1-8b58-dc18430c2c96", "IndividualID": "7dc6d764-5694-4846-9fe9-5ddf22bc7045", "RoleID": "01acaba5-ad92-47b1-a82c-639aab6b4fcc", "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>7c096385-1059-43f8-9ff7-10d0d757a3d6</TaskID> <IndividualID>8fabe600-945e-4b43-8794-51fd2cfd24ee</IndividualID> <RoleID>0598e2dd-9817-4d9a-b03a-d509e184fafa</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>3bb33d14-2a2a-4994-a11f-2d7628daef8b</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-06-15T05:41:12.359752+00:00</Created> <CreatedBy>d178b07b-f00d-4386-bc88-6a5a7e057549</CreatedBy> <SiteID>4a02d3ec-62ee-4bae-8d19-6a5cf912a462</SiteID> <Updated>2025-06-15T05:41:12.359752+00:00</Updated> <UpdatedBy>c26f3bc7-5507-4557-84ce-477fd18c75a2</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "7c096385-1059-43f8-9ff7-10d0d757a3d6", "IndividualID": "8fabe600-945e-4b43-8794-51fd2cfd24ee", "RoleID": "0598e2dd-9817-4d9a-b03a-d509e184fafa", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "3bb33d14-2a2a-4994-a11f-2d7628daef8b", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-06-15T05:41:12.359752+00:00", "CreatedBy": "d178b07b-f00d-4386-bc88-6a5a7e057549", "SiteID": "4a02d3ec-62ee-4bae-8d19-6a5cf912a462", "Updated": "2025-06-15T05:41:12.359752+00:00", "UpdatedBy": "c26f3bc7-5507-4557-84ce-477fd18c75a2", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }