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>a65fe0e9-8ac4-4075-b704-46515a8863af</TaskID> <IndividualID>a59b5857-bbc8-43c9-87b0-32f90e7977fe</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "a65fe0e9-8ac4-4075-b704-46515a8863af", "IndividualID": "a59b5857-bbc8-43c9-87b0-32f90e7977fe", "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>4fa6ac0a-46ef-47d1-b457-7144ca85a987</TaskID> <IndividualID>e59bcbf6-88a9-4315-a3f7-fd70b4c6d62d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>835f17af-e658-4ba1-9b6e-61da46ecade6</ID> <TaskIndividualGroupID>7b013b3f-a704-4539-875e-3af1009e28dd</TaskIndividualGroupID> <Created>2025-05-22T23:11:44.1523313+00:00</Created> <CreatedBy>a3f44bf3-afd1-4e59-bb1b-dbc57b61fb4e</CreatedBy> <SiteID>927ceecc-ac55-4ddf-85fa-d3dd376adeb7</SiteID> <Updated>2025-05-22T23:11:44.1523313+00:00</Updated> <UpdatedBy>add960b1-91b7-44e0-a396-e7b3d50cdd3b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "4fa6ac0a-46ef-47d1-b457-7144ca85a987", "IndividualID": "e59bcbf6-88a9-4315-a3f7-fd70b4c6d62d", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "835f17af-e658-4ba1-9b6e-61da46ecade6", "TaskIndividualGroupID": "7b013b3f-a704-4539-875e-3af1009e28dd", "Created": "2025-05-22T23:11:44.1523313+00:00", "CreatedBy": "a3f44bf3-afd1-4e59-bb1b-dbc57b61fb4e", "SiteID": "927ceecc-ac55-4ddf-85fa-d3dd376adeb7", "Updated": "2025-05-22T23:11:44.1523313+00:00", "UpdatedBy": "add960b1-91b7-44e0-a396-e7b3d50cdd3b", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }