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>5260815c-f640-419b-b6cb-d85f93b94808</TaskID> <IndividualID>2d683f1d-5e2b-4841-81fb-5ae423697c85</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "5260815c-f640-419b-b6cb-d85f93b94808",
"IndividualID": "2d683f1d-5e2b-4841-81fb-5ae423697c85",
"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>f61308cc-1626-4a11-b15f-f7e1a2399871</TaskID> <IndividualID>c2f65956-d27e-4902-82ee-e896ff04d52d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1832e386-76f4-4648-b851-9159d80b18f4</ID> <TaskIndividualGroupID>6088ab65-b6a6-437d-999c-101df52debd9</TaskIndividualGroupID> <Created>2026-09-04T08:14:35.7314374+00:00</Created> <CreatedBy>d1ed5f04-0bd1-4ec7-b3fb-e588f7f6cc0e</CreatedBy> <SiteID>0d58a911-8fa2-4680-855d-fce8992cea2e</SiteID> <Updated>2026-09-04T08:14:35.7314374+00:00</Updated> <UpdatedBy>41bd1e7c-f408-4a99-8bd5-80ddf7cd699a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "f61308cc-1626-4a11-b15f-f7e1a2399871",
"IndividualID": "c2f65956-d27e-4902-82ee-e896ff04d52d",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "1832e386-76f4-4648-b851-9159d80b18f4",
"TaskIndividualGroupID": "6088ab65-b6a6-437d-999c-101df52debd9",
"Created": "2026-09-04T08:14:35.7314374+00:00",
"CreatedBy": "d1ed5f04-0bd1-4ec7-b3fb-e588f7f6cc0e",
"SiteID": "0d58a911-8fa2-4680-855d-fce8992cea2e",
"Updated": "2026-09-04T08:14:35.7314374+00:00",
"UpdatedBy": "41bd1e7c-f408-4a99-8bd5-80ddf7cd699a",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}