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>9d08e431-90c0-41ba-82c0-0a53cf2cb51f</TaskID> <IndividualID>ba6d9d8d-ac99-4dce-85f1-eec7a68b53e1</IndividualID> <RoleID>25500277-bdaf-406f-9449-691c9badeb21</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "9d08e431-90c0-41ba-82c0-0a53cf2cb51f", "IndividualID": "ba6d9d8d-ac99-4dce-85f1-eec7a68b53e1", "RoleID": "25500277-bdaf-406f-9449-691c9badeb21", "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>89cf72ac-cc42-4fb5-ba4b-7e595f1e6266</TaskID> <IndividualID>53b774ca-de22-494a-95d0-8134a9d12f39</IndividualID> <RoleID>16805413-0a73-4bc8-a13f-4e76b1fa70d6</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5ff92b73-ea95-48ce-ac65-489e62338dbd</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-03-05T15:43:04.0688442+00:00</Created> <CreatedBy>07613109-9a32-461f-b546-cc77b427b545</CreatedBy> <SiteID>523f121f-1bce-4179-a82a-5f5358f7748c</SiteID> <Updated>2025-03-05T15:43:04.0688442+00:00</Updated> <UpdatedBy>6bf618fe-1dc5-4214-a073-f1894b50f5b1</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "89cf72ac-cc42-4fb5-ba4b-7e595f1e6266", "IndividualID": "53b774ca-de22-494a-95d0-8134a9d12f39", "RoleID": "16805413-0a73-4bc8-a13f-4e76b1fa70d6", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "5ff92b73-ea95-48ce-ac65-489e62338dbd", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-03-05T15:43:04.0688442+00:00", "CreatedBy": "07613109-9a32-461f-b546-cc77b427b545", "SiteID": "523f121f-1bce-4179-a82a-5f5358f7748c", "Updated": "2025-03-05T15:43:04.0688442+00:00", "UpdatedBy": "6bf618fe-1dc5-4214-a073-f1894b50f5b1", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }