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>e7b5dc04-ca02-49f4-acd7-d0f6eed967c5</TaskID> <IndividualID>711cb3d6-0aff-402d-ad0c-c1fe8c7913b6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "e7b5dc04-ca02-49f4-acd7-d0f6eed967c5",
"IndividualID": "711cb3d6-0aff-402d-ad0c-c1fe8c7913b6",
"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>10acaf39-2cf7-49ce-a250-8e3337b5325d</TaskID> <IndividualID>7a93fa18-0f01-43c5-9c37-0c33b6b9a3d6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>913eaa0a-1405-4252-bade-fc368874a22e</ID> <TaskIndividualGroupID>c166f4c9-177f-4d16-86cd-6abebbae787d</TaskIndividualGroupID> <Created>2026-03-22T11:23:21.929094+00:00</Created> <CreatedBy>f817764c-5f90-433d-9cdd-beae94ffbc86</CreatedBy> <SiteID>b1bcd015-1bc9-4996-bde3-90c6c2d65f96</SiteID> <Updated>2026-03-22T11:23:21.929094+00:00</Updated> <UpdatedBy>2dcdf8eb-83bd-4d9a-8782-082d6273638a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "10acaf39-2cf7-49ce-a250-8e3337b5325d",
"IndividualID": "7a93fa18-0f01-43c5-9c37-0c33b6b9a3d6",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "913eaa0a-1405-4252-bade-fc368874a22e",
"TaskIndividualGroupID": "c166f4c9-177f-4d16-86cd-6abebbae787d",
"Created": "2026-03-22T11:23:21.929094+00:00",
"CreatedBy": "f817764c-5f90-433d-9cdd-beae94ffbc86",
"SiteID": "b1bcd015-1bc9-4996-bde3-90c6c2d65f96",
"Updated": "2026-03-22T11:23:21.929094+00:00",
"UpdatedBy": "2dcdf8eb-83bd-4d9a-8782-082d6273638a",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}