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>b6651774-bd5d-412c-bca5-6f5dee056651</TaskID> <IndividualID>a3eb5914-c0ff-495b-b6d2-27b37ace194a</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "b6651774-bd5d-412c-bca5-6f5dee056651",
"IndividualID": "a3eb5914-c0ff-495b-b6d2-27b37ace194a",
"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>04499bb6-8cdc-46d6-8cb4-72ef88b20a16</TaskID> <IndividualID>bf3a06ed-e7bf-4332-ac88-bf93b1b96b95</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>00a486c0-c905-4b77-a440-db7190fb9cb8</ID> <TaskIndividualGroupID>9b9f123e-75a8-437b-93dd-670595beae8e</TaskIndividualGroupID> <Created>2026-08-11T05:16:16.7362533+00:00</Created> <CreatedBy>cd9b0a5d-161f-4e44-9a7d-c700687f2765</CreatedBy> <SiteID>1043932f-07e3-4ab5-830a-ada60342cbd6</SiteID> <Updated>2026-08-11T05:16:16.7362533+00:00</Updated> <UpdatedBy>74635bd9-9af0-4b86-8760-22f875d66ec6</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "04499bb6-8cdc-46d6-8cb4-72ef88b20a16",
"IndividualID": "bf3a06ed-e7bf-4332-ac88-bf93b1b96b95",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "00a486c0-c905-4b77-a440-db7190fb9cb8",
"TaskIndividualGroupID": "9b9f123e-75a8-437b-93dd-670595beae8e",
"Created": "2026-08-11T05:16:16.7362533+00:00",
"CreatedBy": "cd9b0a5d-161f-4e44-9a7d-c700687f2765",
"SiteID": "1043932f-07e3-4ab5-830a-ada60342cbd6",
"Updated": "2026-08-11T05:16:16.7362533+00:00",
"UpdatedBy": "74635bd9-9af0-4b86-8760-22f875d66ec6",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}