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>484d8297-3f69-4432-b219-6908d0f00a83</TaskID> <IndividualID>881a40ee-ec03-42fc-9ebf-6024d2e80764</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "484d8297-3f69-4432-b219-6908d0f00a83",
"IndividualID": "881a40ee-ec03-42fc-9ebf-6024d2e80764",
"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>15a02148-4eb6-4cd8-808f-99760b071093</TaskID> <IndividualID>e8dbeac5-78ff-4545-aa79-afec5e930826</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>3680803f-907d-4915-9e67-998fee874c2a</ID> <TaskIndividualGroupID>bea5ff3d-cc21-4c98-b435-6a848752fb58</TaskIndividualGroupID> <Created>2026-03-08T07:24:27.1727673+00:00</Created> <CreatedBy>2f2970cb-7807-45f7-9256-bbf0b70d6af2</CreatedBy> <SiteID>0c69511f-c3f6-4b3a-a3e6-ba851eaaae77</SiteID> <Updated>2026-03-08T07:24:27.1727673+00:00</Updated> <UpdatedBy>0363c7c2-3814-4b5f-8e88-f9f249463dab</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "15a02148-4eb6-4cd8-808f-99760b071093",
"IndividualID": "e8dbeac5-78ff-4545-aa79-afec5e930826",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "3680803f-907d-4915-9e67-998fee874c2a",
"TaskIndividualGroupID": "bea5ff3d-cc21-4c98-b435-6a848752fb58",
"Created": "2026-03-08T07:24:27.1727673+00:00",
"CreatedBy": "2f2970cb-7807-45f7-9256-bbf0b70d6af2",
"SiteID": "0c69511f-c3f6-4b3a-a3e6-ba851eaaae77",
"Updated": "2026-03-08T07:24:27.1727673+00:00",
"UpdatedBy": "0363c7c2-3814-4b5f-8e88-f9f249463dab",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}