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>065ee279-8f12-40f0-9b61-0f98b3543303</TaskID> <IndividualID>2090bc99-285b-4f37-ab9d-bd7148c6013d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "065ee279-8f12-40f0-9b61-0f98b3543303", "IndividualID": "2090bc99-285b-4f37-ab9d-bd7148c6013d", "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>0cfcba7f-a838-4cf7-88b2-0c1019fe3a85</TaskID> <IndividualID>751700f4-ff74-4203-b08c-14c7eb0b4fed</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5a8934c3-8b31-48d1-8c33-1d7ea6479027</ID> <TaskIndividualGroupID>92f7cbed-c208-42ca-af11-1fe5a246f126</TaskIndividualGroupID> <Created>2025-05-21T10:14:36.9293814+00:00</Created> <CreatedBy>021a6464-61e1-4448-9a95-090c09b2da15</CreatedBy> <SiteID>bf694113-8d15-4484-9ce9-a2a7fa5f2a70</SiteID> <Updated>2025-05-21T10:14:36.9293814+00:00</Updated> <UpdatedBy>7eb4a7d7-1afd-44fa-92b4-d7ba4888044c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "0cfcba7f-a838-4cf7-88b2-0c1019fe3a85", "IndividualID": "751700f4-ff74-4203-b08c-14c7eb0b4fed", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "5a8934c3-8b31-48d1-8c33-1d7ea6479027", "TaskIndividualGroupID": "92f7cbed-c208-42ca-af11-1fe5a246f126", "Created": "2025-05-21T10:14:36.9293814+00:00", "CreatedBy": "021a6464-61e1-4448-9a95-090c09b2da15", "SiteID": "bf694113-8d15-4484-9ce9-a2a7fa5f2a70", "Updated": "2025-05-21T10:14:36.9293814+00:00", "UpdatedBy": "7eb4a7d7-1afd-44fa-92b4-d7ba4888044c", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }