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>e07ec8da-5a30-47e2-afa1-5205df880457</TaskID> <IndividualID>07777964-b1fb-4289-a7ab-8a4c224dc4e9</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "e07ec8da-5a30-47e2-afa1-5205df880457", "IndividualID": "07777964-b1fb-4289-a7ab-8a4c224dc4e9", "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>d75334a9-fca8-45ba-b186-6c08396e24b1</TaskID> <IndividualID>0dadd4f5-ded1-4436-b45d-9772e222a405</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>65f61b21-5e5c-4ba7-a3cc-d6d19e3ab916</ID> <TaskIndividualGroupID>c63023ea-0f94-4648-87f2-6597bdf1e687</TaskIndividualGroupID> <Created>2025-03-08T05:39:03.0344289+00:00</Created> <CreatedBy>47e9fbf8-f651-4588-adc7-e26d01bed30b</CreatedBy> <SiteID>862928a6-6221-4703-a08a-a5fb24c2b848</SiteID> <Updated>2025-03-08T05:39:03.0344289+00:00</Updated> <UpdatedBy>a2b8b9d3-896e-4d0c-bf47-aebc92d0f39b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "d75334a9-fca8-45ba-b186-6c08396e24b1", "IndividualID": "0dadd4f5-ded1-4436-b45d-9772e222a405", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "65f61b21-5e5c-4ba7-a3cc-d6d19e3ab916", "TaskIndividualGroupID": "c63023ea-0f94-4648-87f2-6597bdf1e687", "Created": "2025-03-08T05:39:03.0344289+00:00", "CreatedBy": "47e9fbf8-f651-4588-adc7-e26d01bed30b", "SiteID": "862928a6-6221-4703-a08a-a5fb24c2b848", "Updated": "2025-03-08T05:39:03.0344289+00:00", "UpdatedBy": "a2b8b9d3-896e-4d0c-bf47-aebc92d0f39b", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }