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>2a40980c-ee0d-47a5-8c57-362b7645a454</TaskID> <IndividualID>78d34dbc-f5f5-43d0-8dbd-45f66a133ed9</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "2a40980c-ee0d-47a5-8c57-362b7645a454", "IndividualID": "78d34dbc-f5f5-43d0-8dbd-45f66a133ed9", "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>9eba8945-a555-469e-a9be-6039040f7371</TaskID> <IndividualID>bb7bd9a0-cc0a-4c4f-9696-30b30e674b1b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>a9efabf1-5bed-4870-b806-cbd61bc170be</ID> <TaskIndividualGroupID>97f06cb7-c506-49f3-a3ce-36012da86835</TaskIndividualGroupID> <Created>2025-09-11T02:54:46.4926767+00:00</Created> <CreatedBy>d85eaab3-8576-4ad1-8c17-586aa4b026e1</CreatedBy> <SiteID>25cf5b94-c4c5-44da-b4d3-450ba896df0d</SiteID> <Updated>2025-09-11T02:54:46.4926767+00:00</Updated> <UpdatedBy>61b88093-0111-4f49-a4d7-ad8f4f7312dc</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "9eba8945-a555-469e-a9be-6039040f7371", "IndividualID": "bb7bd9a0-cc0a-4c4f-9696-30b30e674b1b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "a9efabf1-5bed-4870-b806-cbd61bc170be", "TaskIndividualGroupID": "97f06cb7-c506-49f3-a3ce-36012da86835", "Created": "2025-09-11T02:54:46.4926767+00:00", "CreatedBy": "d85eaab3-8576-4ad1-8c17-586aa4b026e1", "SiteID": "25cf5b94-c4c5-44da-b4d3-450ba896df0d", "Updated": "2025-09-11T02:54:46.4926767+00:00", "UpdatedBy": "61b88093-0111-4f49-a4d7-ad8f4f7312dc", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }