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>b8f94219-fd36-4e4b-8eaa-a9e7eaeda587</TaskID> <IndividualID>9def6c47-f642-468b-a95a-23449b7472dc</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "b8f94219-fd36-4e4b-8eaa-a9e7eaeda587", "IndividualID": "9def6c47-f642-468b-a95a-23449b7472dc", "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>47185c3a-ccca-4661-b360-b8f377f175c2</TaskID> <IndividualID>b173f7ed-73ec-4dc6-98bf-a5f51c6043df</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>6a431b89-17ac-4bee-a93e-781f87fe52d0</ID> <TaskIndividualGroupID>df7b0518-0294-4529-bf08-06cffeaf50ac</TaskIndividualGroupID> <Created>2025-02-16T13:37:57.6576162+00:00</Created> <CreatedBy>afca4c42-32f7-4c7c-a707-17bd0b4c7843</CreatedBy> <SiteID>d3ea6533-c752-4aa3-ad64-a2324614ddab</SiteID> <Updated>2025-02-16T13:37:57.6732451+00:00</Updated> <UpdatedBy>555f9472-d2d7-435e-b4cd-4e88bc463bee</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "47185c3a-ccca-4661-b360-b8f377f175c2", "IndividualID": "b173f7ed-73ec-4dc6-98bf-a5f51c6043df", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "6a431b89-17ac-4bee-a93e-781f87fe52d0", "TaskIndividualGroupID": "df7b0518-0294-4529-bf08-06cffeaf50ac", "Created": "2025-02-16T13:37:57.6576162+00:00", "CreatedBy": "afca4c42-32f7-4c7c-a707-17bd0b4c7843", "SiteID": "d3ea6533-c752-4aa3-ad64-a2324614ddab", "Updated": "2025-02-16T13:37:57.6732451+00:00", "UpdatedBy": "555f9472-d2d7-435e-b4cd-4e88bc463bee", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }