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>bb47a185-0b19-4190-aaac-16d09cb18916</TaskID> <IndividualID>5e4f452b-bbf1-47e0-94f9-6e24af9f9067</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "bb47a185-0b19-4190-aaac-16d09cb18916",
"IndividualID": "5e4f452b-bbf1-47e0-94f9-6e24af9f9067",
"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>5170b3dd-97db-4c18-aa7b-7df3dbb2be87</TaskID> <IndividualID>06820ef6-ac09-4f70-9488-c47de8462a3b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>75e993e4-3a84-4615-b10a-4923db0b86de</ID> <TaskIndividualGroupID>bba9638e-84e9-4aed-ad01-118ddf5bd0c0</TaskIndividualGroupID> <Created>2026-05-06T06:08:46.1876756+00:00</Created> <CreatedBy>d93f5cd0-3e62-49ed-97c0-a8f5bcc5959d</CreatedBy> <SiteID>e9071175-912c-46f1-9e53-3a0c27ba73fe</SiteID> <Updated>2026-05-06T06:08:46.1876756+00:00</Updated> <UpdatedBy>7596e9eb-71c7-4d7d-942c-c75b78f73b70</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "5170b3dd-97db-4c18-aa7b-7df3dbb2be87",
"IndividualID": "06820ef6-ac09-4f70-9488-c47de8462a3b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "75e993e4-3a84-4615-b10a-4923db0b86de",
"TaskIndividualGroupID": "bba9638e-84e9-4aed-ad01-118ddf5bd0c0",
"Created": "2026-05-06T06:08:46.1876756+00:00",
"CreatedBy": "d93f5cd0-3e62-49ed-97c0-a8f5bcc5959d",
"SiteID": "e9071175-912c-46f1-9e53-3a0c27ba73fe",
"Updated": "2026-05-06T06:08:46.1876756+00:00",
"UpdatedBy": "7596e9eb-71c7-4d7d-942c-c75b78f73b70",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}