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>92017b3f-c6ac-412a-bb16-eedcf0e2f8e7</TaskID> <IndividualID>e211ef36-f02e-49d6-a600-c8e321243347</IndividualID> <RoleID>2c6359e5-e597-4a8a-ad62-51d2eb118506</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "92017b3f-c6ac-412a-bb16-eedcf0e2f8e7",
"IndividualID": "e211ef36-f02e-49d6-a600-c8e321243347",
"RoleID": "2c6359e5-e597-4a8a-ad62-51d2eb118506",
"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>fb93e4c1-7afa-4800-9aeb-a91833f7a93c</TaskID> <IndividualID>11b9ce44-e8e6-418f-8b04-5dc936051d9c</IndividualID> <RoleID>e9cbc66a-0e19-43a5-a056-3d043108c510</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>c7cd1abb-7bb2-4d26-a00b-9d296051703e</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-12-09T17:46:16.0771197+00:00</Created> <CreatedBy>5fd30887-5f52-40b7-bd34-a48b9e056f15</CreatedBy> <SiteID>b373b5a4-b8da-4e7b-86da-141a981472ba</SiteID> <Updated>2025-12-09T17:46:16.0771197+00:00</Updated> <UpdatedBy>41b78626-e035-42fc-a928-bfcfd61cf825</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "fb93e4c1-7afa-4800-9aeb-a91833f7a93c",
"IndividualID": "11b9ce44-e8e6-418f-8b04-5dc936051d9c",
"RoleID": "e9cbc66a-0e19-43a5-a056-3d043108c510",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "c7cd1abb-7bb2-4d26-a00b-9d296051703e",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2025-12-09T17:46:16.0771197+00:00",
"CreatedBy": "5fd30887-5f52-40b7-bd34-a48b9e056f15",
"SiteID": "b373b5a4-b8da-4e7b-86da-141a981472ba",
"Updated": "2025-12-09T17:46:16.0771197+00:00",
"UpdatedBy": "41b78626-e035-42fc-a928-bfcfd61cf825",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}