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>982f3205-3630-4f03-bf88-4e9e03ebbb9f</TaskID> <IndividualID>4a05fc9c-8999-4b06-9b65-08f9bc1b3db9</IndividualID> <RoleID>10b847ac-3d77-4ca2-8c55-f03e40f5539c</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "982f3205-3630-4f03-bf88-4e9e03ebbb9f",
"IndividualID": "4a05fc9c-8999-4b06-9b65-08f9bc1b3db9",
"RoleID": "10b847ac-3d77-4ca2-8c55-f03e40f5539c",
"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>c39a1679-5bbe-4fae-ba2b-d85fd4a6f291</TaskID> <IndividualID>8470e08c-8513-48ef-8e8d-15863ff4513f</IndividualID> <RoleID>e4eae391-2b26-4a6d-970f-d656ac6a4b22</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>668bef8c-da22-45dd-bb37-657b3218923a</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-11-23T18:44:14.4690776+00:00</Created> <CreatedBy>1fa601fb-2c7f-4b3f-92f7-962874107054</CreatedBy> <SiteID>ff1cf285-8fb1-4790-b28f-403b983f6352</SiteID> <Updated>2025-11-23T18:44:14.4690776+00:00</Updated> <UpdatedBy>316dbf87-7c06-48a1-86f7-018214dff411</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "c39a1679-5bbe-4fae-ba2b-d85fd4a6f291",
"IndividualID": "8470e08c-8513-48ef-8e8d-15863ff4513f",
"RoleID": "e4eae391-2b26-4a6d-970f-d656ac6a4b22",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "668bef8c-da22-45dd-bb37-657b3218923a",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2025-11-23T18:44:14.4690776+00:00",
"CreatedBy": "1fa601fb-2c7f-4b3f-92f7-962874107054",
"SiteID": "ff1cf285-8fb1-4790-b28f-403b983f6352",
"Updated": "2025-11-23T18:44:14.4690776+00:00",
"UpdatedBy": "316dbf87-7c06-48a1-86f7-018214dff411",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}