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>b0fa4562-bad8-4137-af1a-be89d4a02b3c</TaskID> <IndividualID>f62c861d-61b6-4034-8ebb-e2b491bf8090</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "b0fa4562-bad8-4137-af1a-be89d4a02b3c",
"IndividualID": "f62c861d-61b6-4034-8ebb-e2b491bf8090",
"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>2f9b27bd-7a29-4aaa-a84f-457bd259fd38</TaskID> <IndividualID>147d5f75-260a-4cc3-a2a1-b6a07a4a49dd</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>34207adf-d9de-4e36-90f7-aeff3b88d99f</ID> <TaskIndividualGroupID>5ce7a7ed-1aca-48a6-889f-3e38b2228053</TaskIndividualGroupID> <Created>2026-02-23T15:13:19.861912+00:00</Created> <CreatedBy>06650126-e3ea-4b0c-a694-e55c4cd82604</CreatedBy> <SiteID>a6130acb-f536-451c-85db-f0743134a903</SiteID> <Updated>2026-02-23T15:13:19.861912+00:00</Updated> <UpdatedBy>43ea42ec-0ad1-497c-9da1-4e0350258962</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "2f9b27bd-7a29-4aaa-a84f-457bd259fd38",
"IndividualID": "147d5f75-260a-4cc3-a2a1-b6a07a4a49dd",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "34207adf-d9de-4e36-90f7-aeff3b88d99f",
"TaskIndividualGroupID": "5ce7a7ed-1aca-48a6-889f-3e38b2228053",
"Created": "2026-02-23T15:13:19.861912+00:00",
"CreatedBy": "06650126-e3ea-4b0c-a694-e55c4cd82604",
"SiteID": "a6130acb-f536-451c-85db-f0743134a903",
"Updated": "2026-02-23T15:13:19.861912+00:00",
"UpdatedBy": "43ea42ec-0ad1-497c-9da1-4e0350258962",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}