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>1f8444a2-a79e-4b99-99d6-69d3b307a3a8</TaskID> <IndividualID>50ec34cb-595a-4ffa-9390-cfe5fed78eb7</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "1f8444a2-a79e-4b99-99d6-69d3b307a3a8",
"IndividualID": "50ec34cb-595a-4ffa-9390-cfe5fed78eb7",
"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>6752166e-6c55-4ae4-b3b7-99e41b6d44b1</TaskID> <IndividualID>267aeda7-5c62-41f7-87a7-978225ab5086</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b37fcc33-c228-41f2-895a-504ef1937053</ID> <TaskIndividualGroupID>632eda91-42a9-4eb5-bae0-e2d6ac8fad0f</TaskIndividualGroupID> <Created>2025-11-17T23:15:04.7933821+00:00</Created> <CreatedBy>7c37acf5-2f7d-44ae-8712-5d8fe43d4653</CreatedBy> <SiteID>80dbdb17-0a0e-426e-bc30-f86e7758cbd4</SiteID> <Updated>2025-11-17T23:15:04.7933821+00:00</Updated> <UpdatedBy>123f4f6b-9c7f-421c-9a10-a1b2a9587ace</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "6752166e-6c55-4ae4-b3b7-99e41b6d44b1",
"IndividualID": "267aeda7-5c62-41f7-87a7-978225ab5086",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "b37fcc33-c228-41f2-895a-504ef1937053",
"TaskIndividualGroupID": "632eda91-42a9-4eb5-bae0-e2d6ac8fad0f",
"Created": "2025-11-17T23:15:04.7933821+00:00",
"CreatedBy": "7c37acf5-2f7d-44ae-8712-5d8fe43d4653",
"SiteID": "80dbdb17-0a0e-426e-bc30-f86e7758cbd4",
"Updated": "2025-11-17T23:15:04.7933821+00:00",
"UpdatedBy": "123f4f6b-9c7f-421c-9a10-a1b2a9587ace",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}