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>1f93f61e-de5b-4fb9-98c6-08d4e8eeba2c</TaskID> <IndividualID>0c4795f2-842e-4d60-bf3b-b29765580379</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "1f93f61e-de5b-4fb9-98c6-08d4e8eeba2c",
"IndividualID": "0c4795f2-842e-4d60-bf3b-b29765580379",
"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>d0886fa9-7da6-4f90-a187-058b13c0a74b</TaskID> <IndividualID>8edfc0bc-1a4c-418f-96a2-6086e1a73922</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>75efd5ca-8937-472b-9f32-e603b68aeeb2</ID> <TaskIndividualGroupID>f71c295a-4425-428c-8ee1-e855ed935b17</TaskIndividualGroupID> <Created>2026-03-25T11:53:05.3188051+00:00</Created> <CreatedBy>8f036028-111b-4069-acbf-8c53bcda274a</CreatedBy> <SiteID>dfd94aec-8efc-4d37-94a4-5de96f3e2306</SiteID> <Updated>2026-03-25T11:53:05.3188051+00:00</Updated> <UpdatedBy>92e31371-67e0-4cd8-aee4-b5799e17d87c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "d0886fa9-7da6-4f90-a187-058b13c0a74b",
"IndividualID": "8edfc0bc-1a4c-418f-96a2-6086e1a73922",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "75efd5ca-8937-472b-9f32-e603b68aeeb2",
"TaskIndividualGroupID": "f71c295a-4425-428c-8ee1-e855ed935b17",
"Created": "2026-03-25T11:53:05.3188051+00:00",
"CreatedBy": "8f036028-111b-4069-acbf-8c53bcda274a",
"SiteID": "dfd94aec-8efc-4d37-94a4-5de96f3e2306",
"Updated": "2026-03-25T11:53:05.3188051+00:00",
"UpdatedBy": "92e31371-67e0-4cd8-aee4-b5799e17d87c",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}