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>b03d42c1-8b8f-4b6e-a1c5-8e3246d2bd2b</TaskID> <IndividualID>d76448f5-af6a-47a6-ab38-e5ca98d652c2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "b03d42c1-8b8f-4b6e-a1c5-8e3246d2bd2b",
"IndividualID": "d76448f5-af6a-47a6-ab38-e5ca98d652c2",
"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>ca0a934c-b83d-4494-bcd9-1d5d2d335d14</TaskID> <IndividualID>188a015d-e550-4d56-99b6-581059482fb3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>4c098167-0621-4151-afcb-97bac11bb2a9</ID> <TaskIndividualGroupID>783b8146-65ba-4d78-8437-8750f2bc37bb</TaskIndividualGroupID> <Created>2026-09-01T16:26:13.6653573+00:00</Created> <CreatedBy>21b907ac-1c70-4286-95f4-1568600489f7</CreatedBy> <SiteID>a44d0f19-882e-4d1b-bf30-baedc0ea9f9e</SiteID> <Updated>2026-09-01T16:26:13.6653573+00:00</Updated> <UpdatedBy>61f5a8ae-c81d-45fe-940e-21b6b6eed6e9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "ca0a934c-b83d-4494-bcd9-1d5d2d335d14",
"IndividualID": "188a015d-e550-4d56-99b6-581059482fb3",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "4c098167-0621-4151-afcb-97bac11bb2a9",
"TaskIndividualGroupID": "783b8146-65ba-4d78-8437-8750f2bc37bb",
"Created": "2026-09-01T16:26:13.6653573+00:00",
"CreatedBy": "21b907ac-1c70-4286-95f4-1568600489f7",
"SiteID": "a44d0f19-882e-4d1b-bf30-baedc0ea9f9e",
"Updated": "2026-09-01T16:26:13.6653573+00:00",
"UpdatedBy": "61f5a8ae-c81d-45fe-940e-21b6b6eed6e9",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}