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>580521fd-aa8e-4769-895c-ff62a833b465</TaskID> <IndividualID>7cb17516-b515-4996-b3ac-46cc9a9c28ae</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "580521fd-aa8e-4769-895c-ff62a833b465", "IndividualID": "7cb17516-b515-4996-b3ac-46cc9a9c28ae", "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>373a04c6-3087-4ce6-8eb4-6dafd2894994</TaskID> <IndividualID>7fa4152b-d1ff-4916-92f6-33c22e4c435b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7edd337d-e193-4ce2-8cb4-8663b1a64932</ID> <TaskIndividualGroupID>ef6ad333-8279-4870-8dde-faec760c4dc8</TaskIndividualGroupID> <Created>2025-08-01T08:18:57.4093403+00:00</Created> <CreatedBy>6b2dbf95-fa3b-452c-9ad8-408ea487a3bb</CreatedBy> <SiteID>b5f887bf-668f-49aa-a508-0183204f3108</SiteID> <Updated>2025-08-01T08:18:57.4093403+00:00</Updated> <UpdatedBy>cb9e2d7e-72e3-411f-9fa2-da6a8d92021f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "373a04c6-3087-4ce6-8eb4-6dafd2894994", "IndividualID": "7fa4152b-d1ff-4916-92f6-33c22e4c435b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "7edd337d-e193-4ce2-8cb4-8663b1a64932", "TaskIndividualGroupID": "ef6ad333-8279-4870-8dde-faec760c4dc8", "Created": "2025-08-01T08:18:57.4093403+00:00", "CreatedBy": "6b2dbf95-fa3b-452c-9ad8-408ea487a3bb", "SiteID": "b5f887bf-668f-49aa-a508-0183204f3108", "Updated": "2025-08-01T08:18:57.4093403+00:00", "UpdatedBy": "cb9e2d7e-72e3-411f-9fa2-da6a8d92021f", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }