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>bc658351-d546-4227-ac57-280994313326</TaskID> <IndividualID>b79d8b61-d11a-43a1-a09f-73db5944c6fd</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "bc658351-d546-4227-ac57-280994313326",
"IndividualID": "b79d8b61-d11a-43a1-a09f-73db5944c6fd",
"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>d57f7304-1209-4940-92ab-7abcf222de58</TaskID> <IndividualID>8f2157fc-7a3e-438a-9b9d-b7a2ea3d5100</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e8e4aea2-cdc1-43d7-a7c5-2a19fa2599e0</ID> <TaskIndividualGroupID>f5b6d48d-95b7-4c54-bd00-cd6f71d11ee7</TaskIndividualGroupID> <Created>2026-07-30T19:54:48.4274906+00:00</Created> <CreatedBy>ffa7aa39-5442-44cf-a527-b035d536fb4c</CreatedBy> <SiteID>3f4935d0-f449-4c00-a88c-f4c73274d334</SiteID> <Updated>2026-07-30T19:54:48.4274906+00:00</Updated> <UpdatedBy>e9be6879-b6b5-4f11-90b0-c4711994fe24</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "d57f7304-1209-4940-92ab-7abcf222de58",
"IndividualID": "8f2157fc-7a3e-438a-9b9d-b7a2ea3d5100",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e8e4aea2-cdc1-43d7-a7c5-2a19fa2599e0",
"TaskIndividualGroupID": "f5b6d48d-95b7-4c54-bd00-cd6f71d11ee7",
"Created": "2026-07-30T19:54:48.4274906+00:00",
"CreatedBy": "ffa7aa39-5442-44cf-a527-b035d536fb4c",
"SiteID": "3f4935d0-f449-4c00-a88c-f4c73274d334",
"Updated": "2026-07-30T19:54:48.4274906+00:00",
"UpdatedBy": "e9be6879-b6b5-4f11-90b0-c4711994fe24",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}