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>f2230898-08ab-43cd-a241-35715293a8a5</TaskID> <IndividualID>56c97976-e278-4248-b362-dce06d143420</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "f2230898-08ab-43cd-a241-35715293a8a5",
"IndividualID": "56c97976-e278-4248-b362-dce06d143420",
"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>f19832f8-8e63-4b5b-95b3-cc0aaeca5ceb</TaskID> <IndividualID>9f3f99e4-c312-468e-890d-d5c4fbc0b7e1</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d2510211-4fc3-4d10-a693-6735a937452d</ID> <TaskIndividualGroupID>a1f56018-d2a1-4e20-acfa-30e897e522a8</TaskIndividualGroupID> <Created>2026-02-20T15:33:37.8247011+00:00</Created> <CreatedBy>c39ab5e9-b191-46bf-b311-db88c5b093b3</CreatedBy> <SiteID>ad06e9b6-64af-400d-b024-cf3618d7b3eb</SiteID> <Updated>2026-02-20T15:33:37.8247011+00:00</Updated> <UpdatedBy>2b7e296c-830f-4564-a52f-636c78175799</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "f19832f8-8e63-4b5b-95b3-cc0aaeca5ceb",
"IndividualID": "9f3f99e4-c312-468e-890d-d5c4fbc0b7e1",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d2510211-4fc3-4d10-a693-6735a937452d",
"TaskIndividualGroupID": "a1f56018-d2a1-4e20-acfa-30e897e522a8",
"Created": "2026-02-20T15:33:37.8247011+00:00",
"CreatedBy": "c39ab5e9-b191-46bf-b311-db88c5b093b3",
"SiteID": "ad06e9b6-64af-400d-b024-cf3618d7b3eb",
"Updated": "2026-02-20T15:33:37.8247011+00:00",
"UpdatedBy": "2b7e296c-830f-4564-a52f-636c78175799",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}