Create a new person responsible for a task.
None.
This object takes all the parameters needed to create a new person responsible.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
TaskID
globally unique identifier
Required
ID of the task for which an individual is responsible. |
IndividualID
globally unique identifier
Required
ID of the individual responsible responsible for the given task. |
HoursProjected
decimal number
Number of projected hours for the given task. |
HoursActual
decimal number
Number of actual hours for the given task. |
ID
globally unique identifier
ReadOnly
ID of the person responsible for the given task. |
TaskIndividualGroupID
globally unique identifier
ReadOnly
ID of the task group; sponser, consultant, leader, team member |
Created
date
ReadOnly
Date the person was made responsible for the task. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that assigned the individual to be responsible for the task. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given individual and task. |
Updated
date
ReadOnly
The date the given person responsible was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that updated the given person responsible. |
HoursActualRollup
decimal number
ReadOnly
Sum of the hours the given task actually took. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the hours the given task was projected to take. |
FullName
string
ReadOnly
Full Name of the individual responsible. |
<PersonResponsible xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>8ec062e8-4e3b-4827-b909-7e2e54d36fc8</TaskID> <IndividualID>70229647-3fd7-41d5-9923-f06948228dad</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "8ec062e8-4e3b-4827-b909-7e2e54d36fc8", "IndividualID": "70229647-3fd7-41d5-9923-f06948228dad", "HoursProjected": 1.0, "HoursActual": 1.0 }
TaskID
globally unique identifier
Required
ID of the task for which an individual is responsible. |
IndividualID
globally unique identifier
Required
ID of the individual responsible responsible for the given task. |
HoursProjected
decimal number
Number of projected hours for the given task. |
HoursActual
decimal number
Number of actual hours for the given task. |
ID
globally unique identifier
ReadOnly
ID of the person responsible for the given task. |
TaskIndividualGroupID
globally unique identifier
ReadOnly
ID of the task group; sponser, consultant, leader, team member |
Created
date
ReadOnly
Date the person was made responsible for the task. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that assigned the individual to be responsible for the task. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given individual and task. |
Updated
date
ReadOnly
The date the given person responsible was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that updated the given person responsible. |
HoursActualRollup
decimal number
ReadOnly
Sum of the hours the given task actually took. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the hours the given task was projected to take. |
FullName
string
ReadOnly
Full Name of the individual responsible. |
<PersonResponsible xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>2b3e4eea-1b04-4d7d-9dd2-959002e7b672</TaskID> <IndividualID>a4a47efb-7fb5-4e31-84bf-45e7153fe722</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>823dbffc-5ea9-4a1b-a444-6fa0660f1d18</ID> <TaskIndividualGroupID>c9f7b52e-42fe-46ec-8c78-641d39bb29e4</TaskIndividualGroupID> <Created>2025-10-01T11:30:01.1484845+00:00</Created> <CreatedBy>cfbd0ba5-989e-4d96-bd48-011da59e0abd</CreatedBy> <SiteID>3e1f312d-bdbf-4650-979a-c332ca672c61</SiteID> <Updated>2025-10-01T11:30:01.1484845+00:00</Updated> <UpdatedBy>22ce4c4d-0b73-4e36-ba57-340d0f5788f3</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "2b3e4eea-1b04-4d7d-9dd2-959002e7b672", "IndividualID": "a4a47efb-7fb5-4e31-84bf-45e7153fe722", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "823dbffc-5ea9-4a1b-a444-6fa0660f1d18", "TaskIndividualGroupID": "c9f7b52e-42fe-46ec-8c78-641d39bb29e4", "Created": "2025-10-01T11:30:01.1484845+00:00", "CreatedBy": "cfbd0ba5-989e-4d96-bd48-011da59e0abd", "SiteID": "3e1f312d-bdbf-4650-979a-c332ca672c61", "Updated": "2025-10-01T11:30:01.1484845+00:00", "UpdatedBy": "22ce4c4d-0b73-4e36-ba57-340d0f5788f3", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }