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>787dc422-f98e-4451-903c-2ae6d5d0f70b</TaskID> <IndividualID>c5a5b695-1082-4ef7-a200-414088ddc270</IndividualID> <RoleID>e1905094-6e77-4e67-a357-311c0aad9932</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "787dc422-f98e-4451-903c-2ae6d5d0f70b", "IndividualID": "c5a5b695-1082-4ef7-a200-414088ddc270", "RoleID": "e1905094-6e77-4e67-a357-311c0aad9932", "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>189cfa83-63bf-41e7-975e-8465cbecd92a</TaskID> <IndividualID>2362b592-f889-45f4-9606-5b20c58d48be</IndividualID> <RoleID>cfcec247-1f30-47ae-9f8c-21d5018488ae</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>01682310-e157-4159-9b73-a24184edd305</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-04-18T21:57:28.0669571+00:00</Created> <CreatedBy>ad43f06d-5837-46ee-ac1f-53db7f276539</CreatedBy> <SiteID>d5550f45-ab4a-4b7c-a538-e0c3833a25ca</SiteID> <Updated>2025-04-18T21:57:28.0669571+00:00</Updated> <UpdatedBy>a70d5163-1899-4e1c-822c-91897f1150ef</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "189cfa83-63bf-41e7-975e-8465cbecd92a", "IndividualID": "2362b592-f889-45f4-9606-5b20c58d48be", "RoleID": "cfcec247-1f30-47ae-9f8c-21d5018488ae", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "01682310-e157-4159-9b73-a24184edd305", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-04-18T21:57:28.0669571+00:00", "CreatedBy": "ad43f06d-5837-46ee-ac1f-53db7f276539", "SiteID": "d5550f45-ab4a-4b7c-a538-e0c3833a25ca", "Updated": "2025-04-18T21:57:28.0669571+00:00", "UpdatedBy": "a70d5163-1899-4e1c-822c-91897f1150ef", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }