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>023655cf-15d0-4b71-bcb6-3eb32aecc936</TaskID> <IndividualID>a3ae4bfb-812e-41dd-b780-07811ff95df1</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "023655cf-15d0-4b71-bcb6-3eb32aecc936", "IndividualID": "a3ae4bfb-812e-41dd-b780-07811ff95df1", "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>81822b99-d75e-4e27-8c8d-e86a3f45eb18</TaskID> <IndividualID>21461dff-5f63-403e-9465-fc8bb60ce95b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>4fa2759c-7a30-4030-b152-de81303659f6</ID> <TaskIndividualGroupID>02a97172-838b-4159-8ae4-153c0e0bd449</TaskIndividualGroupID> <Created>2025-08-28T09:45:42.6385576+00:00</Created> <CreatedBy>7af53c8e-ef35-41fe-b5a1-3cd72a1be95b</CreatedBy> <SiteID>f8251618-0e8d-49f6-877e-e30a615b50c4</SiteID> <Updated>2025-08-28T09:45:42.6385576+00:00</Updated> <UpdatedBy>4fa6e974-2931-4f92-81ae-915fd0358533</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "81822b99-d75e-4e27-8c8d-e86a3f45eb18", "IndividualID": "21461dff-5f63-403e-9465-fc8bb60ce95b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "4fa2759c-7a30-4030-b152-de81303659f6", "TaskIndividualGroupID": "02a97172-838b-4159-8ae4-153c0e0bd449", "Created": "2025-08-28T09:45:42.6385576+00:00", "CreatedBy": "7af53c8e-ef35-41fe-b5a1-3cd72a1be95b", "SiteID": "f8251618-0e8d-49f6-877e-e30a615b50c4", "Updated": "2025-08-28T09:45:42.6385576+00:00", "UpdatedBy": "4fa6e974-2931-4f92-81ae-915fd0358533", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }