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>a030e135-5ba1-4278-a048-e0d38528bcca</TaskID> <IndividualID>b612d251-c3a8-4506-9484-e98c82c0b3c0</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "a030e135-5ba1-4278-a048-e0d38528bcca",
"IndividualID": "b612d251-c3a8-4506-9484-e98c82c0b3c0",
"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>72ed21bd-e1d8-49df-9f8c-18281a1f59d7</TaskID> <IndividualID>12f182a8-802b-4d46-8d98-014af1a316be</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>2e19d54f-54fc-4b1f-b5e8-edf2f6e884e6</ID> <TaskIndividualGroupID>b7220050-0a1a-4952-8354-8ec80a0999c5</TaskIndividualGroupID> <Created>2026-06-09T18:28:49.7155165+00:00</Created> <CreatedBy>6898ccb1-4f4c-400f-9c2b-568fb79733ce</CreatedBy> <SiteID>87b56353-2cba-422a-880b-ab8974750a50</SiteID> <Updated>2026-06-09T18:28:49.7155165+00:00</Updated> <UpdatedBy>e2dced76-4c6f-4b4c-a095-2442354ba6f4</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "72ed21bd-e1d8-49df-9f8c-18281a1f59d7",
"IndividualID": "12f182a8-802b-4d46-8d98-014af1a316be",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "2e19d54f-54fc-4b1f-b5e8-edf2f6e884e6",
"TaskIndividualGroupID": "b7220050-0a1a-4952-8354-8ec80a0999c5",
"Created": "2026-06-09T18:28:49.7155165+00:00",
"CreatedBy": "6898ccb1-4f4c-400f-9c2b-568fb79733ce",
"SiteID": "87b56353-2cba-422a-880b-ab8974750a50",
"Updated": "2026-06-09T18:28:49.7155165+00:00",
"UpdatedBy": "e2dced76-4c6f-4b4c-a095-2442354ba6f4",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}