Create a new team member.
None.
This object takes all the parameters needed to create a new 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>073aef12-91b5-4afb-b58a-93c9e7456d4b</TaskID> <IndividualID>a3a08808-f2b2-430b-8355-ffb5ab04792b</IndividualID> <RoleID>90f611ad-4dfc-4d48-bf33-65585d60228e</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "073aef12-91b5-4afb-b58a-93c9e7456d4b", "IndividualID": "a3a08808-f2b2-430b-8355-ffb5ab04792b", "RoleID": "90f611ad-4dfc-4d48-bf33-65585d60228e", "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>fc3fe440-6a8d-4b42-94ef-1fb2f3c14183</TaskID> <IndividualID>72e60571-e850-404f-bacd-2c7f66c5a9ae</IndividualID> <RoleID>8a671b0b-b539-4637-bc30-7e4192e49b09</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>ca837eac-9fef-4b11-8cb8-11ab3346d9cd</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2024-10-24T07:13:47.5163337+00:00</Created> <CreatedBy>b469a895-c67e-45ec-8fa9-c54f51cf8c7c</CreatedBy> <SiteID>3f26cf62-123a-4c63-838f-554bc15d1b9a</SiteID> <Updated>2024-10-24T07:13:47.5163337+00:00</Updated> <UpdatedBy>75e727f3-9a71-47ce-9b29-24cde8a07065</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "fc3fe440-6a8d-4b42-94ef-1fb2f3c14183", "IndividualID": "72e60571-e850-404f-bacd-2c7f66c5a9ae", "RoleID": "8a671b0b-b539-4637-bc30-7e4192e49b09", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "ca837eac-9fef-4b11-8cb8-11ab3346d9cd", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2024-10-24T07:13:47.5163337+00:00", "CreatedBy": "b469a895-c67e-45ec-8fa9-c54f51cf8c7c", "SiteID": "3f26cf62-123a-4c63-838f-554bc15d1b9a", "Updated": "2024-10-24T07:13:47.5163337+00:00", "UpdatedBy": "75e727f3-9a71-47ce-9b29-24cde8a07065", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }