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>a425a86b-85cd-4737-a4b9-f370730c66c9</TaskID> <IndividualID>06ce654c-4c10-49b8-880e-6f1f1eefc13d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "a425a86b-85cd-4737-a4b9-f370730c66c9",
"IndividualID": "06ce654c-4c10-49b8-880e-6f1f1eefc13d",
"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>565d6946-fa4b-4dd9-8d2c-7ae4c4659d65</TaskID> <IndividualID>e7b079a4-7527-426d-9274-c26444865174</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>426d0e15-0687-46a2-b9a3-9a7d2b7d8a48</ID> <TaskIndividualGroupID>ab9636ca-7051-4351-8fd2-cf71acd9ed7d</TaskIndividualGroupID> <Created>2026-04-06T06:17:10.0482381+00:00</Created> <CreatedBy>f3e3d93e-a39a-4b2d-9caa-12893313f2ff</CreatedBy> <SiteID>751f2bdd-4954-4343-be93-a82a8e3ed146</SiteID> <Updated>2026-04-06T06:17:10.0482381+00:00</Updated> <UpdatedBy>61cebdcf-d4a4-43bb-86a7-44bdf8dbcb7b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "565d6946-fa4b-4dd9-8d2c-7ae4c4659d65",
"IndividualID": "e7b079a4-7527-426d-9274-c26444865174",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "426d0e15-0687-46a2-b9a3-9a7d2b7d8a48",
"TaskIndividualGroupID": "ab9636ca-7051-4351-8fd2-cf71acd9ed7d",
"Created": "2026-04-06T06:17:10.0482381+00:00",
"CreatedBy": "f3e3d93e-a39a-4b2d-9caa-12893313f2ff",
"SiteID": "751f2bdd-4954-4343-be93-a82a8e3ed146",
"Updated": "2026-04-06T06:17:10.0482381+00:00",
"UpdatedBy": "61cebdcf-d4a4-43bb-86a7-44bdf8dbcb7b",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}