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>9591997b-3af2-436b-bb5e-2b5b079e81d1</TaskID> <IndividualID>913e6a82-52bc-457d-bc9b-fe3633ad5c57</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "9591997b-3af2-436b-bb5e-2b5b079e81d1", "IndividualID": "913e6a82-52bc-457d-bc9b-fe3633ad5c57", "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>8507e661-5f07-4f57-b916-2a736ee1617c</TaskID> <IndividualID>2a6e27cc-808f-4211-9341-4d0d3318c446</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>70114284-04db-4c27-9db2-0bc767b8c156</ID> <TaskIndividualGroupID>dba2b999-905a-4d5c-996f-ed50e501251a</TaskIndividualGroupID> <Created>2025-06-21T09:45:58.8383062+00:00</Created> <CreatedBy>6a394bc8-1c2a-4373-9555-df4d4384fad5</CreatedBy> <SiteID>3f396f6f-9a9f-4b27-b6c9-f693c1a7781a</SiteID> <Updated>2025-06-21T09:45:58.8383062+00:00</Updated> <UpdatedBy>7afbb64b-f611-4b68-8526-6c6c7d227a73</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "8507e661-5f07-4f57-b916-2a736ee1617c", "IndividualID": "2a6e27cc-808f-4211-9341-4d0d3318c446", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "70114284-04db-4c27-9db2-0bc767b8c156", "TaskIndividualGroupID": "dba2b999-905a-4d5c-996f-ed50e501251a", "Created": "2025-06-21T09:45:58.8383062+00:00", "CreatedBy": "6a394bc8-1c2a-4373-9555-df4d4384fad5", "SiteID": "3f396f6f-9a9f-4b27-b6c9-f693c1a7781a", "Updated": "2025-06-21T09:45:58.8383062+00:00", "UpdatedBy": "7afbb64b-f611-4b68-8526-6c6c7d227a73", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }