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>5007030a-a177-4a31-8325-4b0aa5375e0f</TaskID> <IndividualID>e4d66aed-2b01-4902-ad8d-cccabc3194e2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "5007030a-a177-4a31-8325-4b0aa5375e0f",
"IndividualID": "e4d66aed-2b01-4902-ad8d-cccabc3194e2",
"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>30e6fc6b-7524-4a06-91d8-74b891ca79c2</TaskID> <IndividualID>05c2a450-7c5e-4a02-9eae-927bb9a8835b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5f053894-32cd-459b-84bc-67318cb81bd2</ID> <TaskIndividualGroupID>d72064ba-2a5b-4dff-b6c0-55796ec80970</TaskIndividualGroupID> <Created>2026-08-17T00:58:35.6288007+00:00</Created> <CreatedBy>d077cbde-488d-44a3-b3b8-e0f47f0972b7</CreatedBy> <SiteID>78ad301b-0209-4a8c-a708-45ff19fb0f0d</SiteID> <Updated>2026-08-17T00:58:35.6288007+00:00</Updated> <UpdatedBy>ae3dd84d-1cf4-4fc8-8fd5-cfa648b5c00b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "30e6fc6b-7524-4a06-91d8-74b891ca79c2",
"IndividualID": "05c2a450-7c5e-4a02-9eae-927bb9a8835b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "5f053894-32cd-459b-84bc-67318cb81bd2",
"TaskIndividualGroupID": "d72064ba-2a5b-4dff-b6c0-55796ec80970",
"Created": "2026-08-17T00:58:35.6288007+00:00",
"CreatedBy": "d077cbde-488d-44a3-b3b8-e0f47f0972b7",
"SiteID": "78ad301b-0209-4a8c-a708-45ff19fb0f0d",
"Updated": "2026-08-17T00:58:35.6288007+00:00",
"UpdatedBy": "ae3dd84d-1cf4-4fc8-8fd5-cfa648b5c00b",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}