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>5d1fdf1d-ff35-4e99-bca9-6da0c742de76</TaskID> <IndividualID>af403c24-b880-4778-8d8b-f10673e7da58</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "5d1fdf1d-ff35-4e99-bca9-6da0c742de76", "IndividualID": "af403c24-b880-4778-8d8b-f10673e7da58", "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>6effb9f6-034c-46d5-bd8a-532ab8d19dd9</TaskID> <IndividualID>2b5a59be-de2b-4a0c-bb4f-f99c60bcfc66</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8a200b33-a048-4e48-9fac-a494df0eecc1</ID> <TaskIndividualGroupID>e5a46540-bddc-4d34-af8c-f9abd81d4819</TaskIndividualGroupID> <Created>2025-06-21T02:15:38.8496724+00:00</Created> <CreatedBy>74854cad-465b-4314-9299-d11ebb7f7b40</CreatedBy> <SiteID>debaab32-56cd-46ff-866f-b167260e2e07</SiteID> <Updated>2025-06-21T02:15:38.8496724+00:00</Updated> <UpdatedBy>4fa9fc92-3df1-44e5-9889-cc60edccfb9a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "6effb9f6-034c-46d5-bd8a-532ab8d19dd9", "IndividualID": "2b5a59be-de2b-4a0c-bb4f-f99c60bcfc66", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8a200b33-a048-4e48-9fac-a494df0eecc1", "TaskIndividualGroupID": "e5a46540-bddc-4d34-af8c-f9abd81d4819", "Created": "2025-06-21T02:15:38.8496724+00:00", "CreatedBy": "74854cad-465b-4314-9299-d11ebb7f7b40", "SiteID": "debaab32-56cd-46ff-866f-b167260e2e07", "Updated": "2025-06-21T02:15:38.8496724+00:00", "UpdatedBy": "4fa9fc92-3df1-44e5-9889-cc60edccfb9a", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }