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>fe8092c6-df79-450d-8828-7dff3a8a335b</TaskID> <IndividualID>d48f3adf-352b-4d58-aa19-f9e0fe099a07</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "fe8092c6-df79-450d-8828-7dff3a8a335b", "IndividualID": "d48f3adf-352b-4d58-aa19-f9e0fe099a07", "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>c46abe04-b776-4a48-b5d3-adf78a290fb7</TaskID> <IndividualID>283b1736-f403-47ad-ade6-b776f749cda6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>9f73884b-e8a0-4dc9-9e1e-9b0b8a5c7558</ID> <TaskIndividualGroupID>cc93b2f1-af7a-40d8-aa8e-d439410b6da1</TaskIndividualGroupID> <Created>2025-04-10T03:37:13.7109464+00:00</Created> <CreatedBy>b37eb917-40df-4c3a-b1fa-f546d623387a</CreatedBy> <SiteID>0680330a-30b6-458a-80f4-27e2ad10c8bb</SiteID> <Updated>2025-04-10T03:37:13.7109464+00:00</Updated> <UpdatedBy>14b014f9-c32a-436f-98b8-80815cb8d726</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "c46abe04-b776-4a48-b5d3-adf78a290fb7", "IndividualID": "283b1736-f403-47ad-ade6-b776f749cda6", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "9f73884b-e8a0-4dc9-9e1e-9b0b8a5c7558", "TaskIndividualGroupID": "cc93b2f1-af7a-40d8-aa8e-d439410b6da1", "Created": "2025-04-10T03:37:13.7109464+00:00", "CreatedBy": "b37eb917-40df-4c3a-b1fa-f546d623387a", "SiteID": "0680330a-30b6-458a-80f4-27e2ad10c8bb", "Updated": "2025-04-10T03:37:13.7109464+00:00", "UpdatedBy": "14b014f9-c32a-436f-98b8-80815cb8d726", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }