Update a person responsible for a task.
id
globally unique identifier
Required
Guid ID of the person responsible to be updated. |
This object takes all the parameters needed to update a 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>09dd2236-39e6-4673-983e-3babb4f71e26</TaskID> <IndividualID>8e03b588-83d8-4dcb-81bf-ba5388667aae</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "09dd2236-39e6-4673-983e-3babb4f71e26", "IndividualID": "8e03b588-83d8-4dcb-81bf-ba5388667aae", "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>600d1ede-b0be-47ca-87c1-ba91debdc135</TaskID> <IndividualID>4cc1a6f2-dfab-47dd-b436-2ea0114cf768</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>71e603a3-dcfe-4d80-954a-8ebf650052c4</ID> <TaskIndividualGroupID>03f26f5f-6a36-4e3e-b508-49640ccc1cff</TaskIndividualGroupID> <Created>2025-09-01T08:38:47.6177242+00:00</Created> <CreatedBy>9586289e-09a5-4792-af14-71f2ce6982bd</CreatedBy> <SiteID>7db55ef9-34ad-4197-8d64-eb865416c630</SiteID> <Updated>2025-09-01T08:38:47.6177242+00:00</Updated> <UpdatedBy>1267a638-6e54-4994-bc5b-296dbb40f93b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "600d1ede-b0be-47ca-87c1-ba91debdc135", "IndividualID": "4cc1a6f2-dfab-47dd-b436-2ea0114cf768", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "71e603a3-dcfe-4d80-954a-8ebf650052c4", "TaskIndividualGroupID": "03f26f5f-6a36-4e3e-b508-49640ccc1cff", "Created": "2025-09-01T08:38:47.6177242+00:00", "CreatedBy": "9586289e-09a5-4792-af14-71f2ce6982bd", "SiteID": "7db55ef9-34ad-4197-8d64-eb865416c630", "Updated": "2025-09-01T08:38:47.6177242+00:00", "UpdatedBy": "1267a638-6e54-4994-bc5b-296dbb40f93b", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }