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>c98029b9-590b-4fc4-a4ae-a21a53dfb9c0</TaskID> <IndividualID>034b2f4c-ad54-4d1e-a4e0-61af496d7d50</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "c98029b9-590b-4fc4-a4ae-a21a53dfb9c0",
"IndividualID": "034b2f4c-ad54-4d1e-a4e0-61af496d7d50",
"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>238424a9-34fe-400c-aa52-0e180ed965ec</TaskID> <IndividualID>c4794360-5e95-44ee-8974-0f6d2ec2b0e5</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b5dfee00-3e9f-486c-98fd-7a84975b0f4e</ID> <TaskIndividualGroupID>23aa3d0c-50ac-4e91-8e0a-1fe530bd739a</TaskIndividualGroupID> <Created>2025-11-16T05:37:01.6002126+00:00</Created> <CreatedBy>f9350e23-cc95-4e2c-ab71-8341ef19517c</CreatedBy> <SiteID>606dbfd2-51e0-401d-a50e-975047d0561b</SiteID> <Updated>2025-11-16T05:37:01.6002126+00:00</Updated> <UpdatedBy>151ea2ce-ba11-4288-84bb-b36b19b7a518</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "238424a9-34fe-400c-aa52-0e180ed965ec",
"IndividualID": "c4794360-5e95-44ee-8974-0f6d2ec2b0e5",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "b5dfee00-3e9f-486c-98fd-7a84975b0f4e",
"TaskIndividualGroupID": "23aa3d0c-50ac-4e91-8e0a-1fe530bd739a",
"Created": "2025-11-16T05:37:01.6002126+00:00",
"CreatedBy": "f9350e23-cc95-4e2c-ab71-8341ef19517c",
"SiteID": "606dbfd2-51e0-401d-a50e-975047d0561b",
"Updated": "2025-11-16T05:37:01.6002126+00:00",
"UpdatedBy": "151ea2ce-ba11-4288-84bb-b36b19b7a518",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}