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>ae830aae-b800-4168-831e-55c6ec9efa9d</TaskID> <IndividualID>d95e0967-4f13-4293-8289-9b38e1daecb2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "ae830aae-b800-4168-831e-55c6ec9efa9d",
"IndividualID": "d95e0967-4f13-4293-8289-9b38e1daecb2",
"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>b656841a-0e76-4f6c-9d3c-484cb86a844f</TaskID> <IndividualID>7e380a7c-a84e-4a7a-81f0-3b71fc8e0b77</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>80ff4529-db2d-40c4-b1a8-0d83b6dba691</ID> <TaskIndividualGroupID>db08cf45-3bed-4251-bced-d1ea553ccfd7</TaskIndividualGroupID> <Created>2026-03-07T22:12:57.2014835+00:00</Created> <CreatedBy>df6134d1-9cae-489f-82fb-0fcfeabb3a3b</CreatedBy> <SiteID>5ffc9612-5723-4213-9db0-3458297951d3</SiteID> <Updated>2026-03-07T22:12:57.2014835+00:00</Updated> <UpdatedBy>050c21e5-1ee9-4a72-8cef-5d5ed0b6c3d8</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "b656841a-0e76-4f6c-9d3c-484cb86a844f",
"IndividualID": "7e380a7c-a84e-4a7a-81f0-3b71fc8e0b77",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "80ff4529-db2d-40c4-b1a8-0d83b6dba691",
"TaskIndividualGroupID": "db08cf45-3bed-4251-bced-d1ea553ccfd7",
"Created": "2026-03-07T22:12:57.2014835+00:00",
"CreatedBy": "df6134d1-9cae-489f-82fb-0fcfeabb3a3b",
"SiteID": "5ffc9612-5723-4213-9db0-3458297951d3",
"Updated": "2026-03-07T22:12:57.2014835+00:00",
"UpdatedBy": "050c21e5-1ee9-4a72-8cef-5d5ed0b6c3d8",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}