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>6a27db58-68f5-443f-8100-b2d6ddf4727e</TaskID> <IndividualID>a96a3377-b806-4b86-818f-913a119140a2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "6a27db58-68f5-443f-8100-b2d6ddf4727e",
"IndividualID": "a96a3377-b806-4b86-818f-913a119140a2",
"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>18e71fe6-9046-4d62-91d2-5e8138b847aa</TaskID> <IndividualID>9fc542f2-d46b-4104-9992-0d44d80682dc</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d3a6c60e-de8e-4506-a78b-feab4b6da916</ID> <TaskIndividualGroupID>f457c81b-7f51-4039-bfe1-72db24b33c3e</TaskIndividualGroupID> <Created>2026-08-17T22:03:24.9709107+00:00</Created> <CreatedBy>82a14425-8ab3-4ac6-b0e7-4f73556efe59</CreatedBy> <SiteID>42511692-1b10-4c57-94b8-11288110d626</SiteID> <Updated>2026-08-17T22:03:24.9709107+00:00</Updated> <UpdatedBy>0646204e-802d-4fb2-b94b-92ac66de3df4</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "18e71fe6-9046-4d62-91d2-5e8138b847aa",
"IndividualID": "9fc542f2-d46b-4104-9992-0d44d80682dc",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d3a6c60e-de8e-4506-a78b-feab4b6da916",
"TaskIndividualGroupID": "f457c81b-7f51-4039-bfe1-72db24b33c3e",
"Created": "2026-08-17T22:03:24.9709107+00:00",
"CreatedBy": "82a14425-8ab3-4ac6-b0e7-4f73556efe59",
"SiteID": "42511692-1b10-4c57-94b8-11288110d626",
"Updated": "2026-08-17T22:03:24.9709107+00:00",
"UpdatedBy": "0646204e-802d-4fb2-b94b-92ac66de3df4",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}