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>add282cd-0f15-4cd6-b69d-a04dde63c4dc</TaskID> <IndividualID>adc4be75-031a-4cc1-9df4-2eb9642d4893</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "add282cd-0f15-4cd6-b69d-a04dde63c4dc", "IndividualID": "adc4be75-031a-4cc1-9df4-2eb9642d4893", "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>f9d22c6b-1930-4363-8c0c-874b4f2d99eb</TaskID> <IndividualID>a0987093-4bda-49db-8710-2a5257a4f6ae</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8b482a32-d115-42ef-a1a9-c16de093ff1e</ID> <TaskIndividualGroupID>8e7937f2-0c31-4c42-9a3b-8cf54520a23e</TaskIndividualGroupID> <Created>2025-09-11T02:54:46.1758659+00:00</Created> <CreatedBy>8e0a79ef-f8de-4e05-aa88-16b133970bda</CreatedBy> <SiteID>999b10c8-fa98-4122-b219-dd035815e238</SiteID> <Updated>2025-09-11T02:54:46.1758659+00:00</Updated> <UpdatedBy>a34199d5-3127-494c-af75-2280ae12d0eb</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "f9d22c6b-1930-4363-8c0c-874b4f2d99eb", "IndividualID": "a0987093-4bda-49db-8710-2a5257a4f6ae", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8b482a32-d115-42ef-a1a9-c16de093ff1e", "TaskIndividualGroupID": "8e7937f2-0c31-4c42-9a3b-8cf54520a23e", "Created": "2025-09-11T02:54:46.1758659+00:00", "CreatedBy": "8e0a79ef-f8de-4e05-aa88-16b133970bda", "SiteID": "999b10c8-fa98-4122-b219-dd035815e238", "Updated": "2025-09-11T02:54:46.1758659+00:00", "UpdatedBy": "a34199d5-3127-494c-af75-2280ae12d0eb", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }