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>78353438-9d33-4e81-b556-146646ea2641</TaskID> <IndividualID>0dc5a388-4531-4a99-be94-11d8d5e55a40</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "78353438-9d33-4e81-b556-146646ea2641",
"IndividualID": "0dc5a388-4531-4a99-be94-11d8d5e55a40",
"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>9fb6809d-0cfb-421f-9373-2a9a285d0f9b</TaskID> <IndividualID>de5c582c-9ea2-4912-9a5f-40343f1ba53b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>ba09277c-6237-483d-abc5-d4905a2b41c2</ID> <TaskIndividualGroupID>220d2a97-296e-4d8b-af9a-1a4eb0943720</TaskIndividualGroupID> <Created>2026-09-04T21:38:10.4400249+00:00</Created> <CreatedBy>7e85624e-ee00-496e-b806-0c47d784973b</CreatedBy> <SiteID>42ef9186-0023-47e1-bb45-ecb6ff5be77c</SiteID> <Updated>2026-09-04T21:38:10.4400249+00:00</Updated> <UpdatedBy>cc4bce52-23c1-4c54-bc46-b26d3839f95e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "9fb6809d-0cfb-421f-9373-2a9a285d0f9b",
"IndividualID": "de5c582c-9ea2-4912-9a5f-40343f1ba53b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "ba09277c-6237-483d-abc5-d4905a2b41c2",
"TaskIndividualGroupID": "220d2a97-296e-4d8b-af9a-1a4eb0943720",
"Created": "2026-09-04T21:38:10.4400249+00:00",
"CreatedBy": "7e85624e-ee00-496e-b806-0c47d784973b",
"SiteID": "42ef9186-0023-47e1-bb45-ecb6ff5be77c",
"Updated": "2026-09-04T21:38:10.4400249+00:00",
"UpdatedBy": "cc4bce52-23c1-4c54-bc46-b26d3839f95e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}