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>5454907d-8fbe-4a26-b9ac-974ffadd17b5</TaskID> <IndividualID>3287ace5-341f-4ae0-af7f-db8df4d8bbc1</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "5454907d-8fbe-4a26-b9ac-974ffadd17b5", "IndividualID": "3287ace5-341f-4ae0-af7f-db8df4d8bbc1", "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>acab5bdd-72c7-4bb4-b508-49e15a2036bd</TaskID> <IndividualID>91e681cd-aa0a-4d44-84fe-895da0536d4b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>3e421c70-56f3-449c-a447-9af98023dcce</ID> <TaskIndividualGroupID>4cee806a-1b35-4490-bb72-54cf18201230</TaskIndividualGroupID> <Created>2025-06-15T05:58:30.1155459+00:00</Created> <CreatedBy>4b2ee301-0976-4fa8-ba1e-558abf4b8fff</CreatedBy> <SiteID>f5d82654-599f-4c5f-972d-3e88fcade2bf</SiteID> <Updated>2025-06-15T05:58:30.1155459+00:00</Updated> <UpdatedBy>55888990-81dd-4d6e-b6cc-4a92b02a2215</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "acab5bdd-72c7-4bb4-b508-49e15a2036bd", "IndividualID": "91e681cd-aa0a-4d44-84fe-895da0536d4b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "3e421c70-56f3-449c-a447-9af98023dcce", "TaskIndividualGroupID": "4cee806a-1b35-4490-bb72-54cf18201230", "Created": "2025-06-15T05:58:30.1155459+00:00", "CreatedBy": "4b2ee301-0976-4fa8-ba1e-558abf4b8fff", "SiteID": "f5d82654-599f-4c5f-972d-3e88fcade2bf", "Updated": "2025-06-15T05:58:30.1155459+00:00", "UpdatedBy": "55888990-81dd-4d6e-b6cc-4a92b02a2215", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }