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>3ffc4d09-b9a6-4698-a977-28c9102efd76</TaskID> <IndividualID>55cc9a08-68ad-40f2-afb0-4dc4aafe0bdf</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "3ffc4d09-b9a6-4698-a977-28c9102efd76",
"IndividualID": "55cc9a08-68ad-40f2-afb0-4dc4aafe0bdf",
"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>222016a6-c0d4-4a99-99d3-9d00b8954ef7</TaskID> <IndividualID>17d1ba01-79ed-4d0d-ab35-ade814f31011</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e70e691e-a4fd-4024-87de-f98c9a14e86e</ID> <TaskIndividualGroupID>dd910ba9-3eb7-4fdc-be2b-3637a0d77ba1</TaskIndividualGroupID> <Created>2026-04-06T05:14:26.6570055+00:00</Created> <CreatedBy>54ef638d-03d0-42d4-8624-249b689a4e08</CreatedBy> <SiteID>56bc410a-f1b7-4fa5-9101-0594d3a29098</SiteID> <Updated>2026-04-06T05:14:26.6570055+00:00</Updated> <UpdatedBy>6654feea-913f-40c0-96bf-827dbdd3378a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "222016a6-c0d4-4a99-99d3-9d00b8954ef7",
"IndividualID": "17d1ba01-79ed-4d0d-ab35-ade814f31011",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e70e691e-a4fd-4024-87de-f98c9a14e86e",
"TaskIndividualGroupID": "dd910ba9-3eb7-4fdc-be2b-3637a0d77ba1",
"Created": "2026-04-06T05:14:26.6570055+00:00",
"CreatedBy": "54ef638d-03d0-42d4-8624-249b689a4e08",
"SiteID": "56bc410a-f1b7-4fa5-9101-0594d3a29098",
"Updated": "2026-04-06T05:14:26.6570055+00:00",
"UpdatedBy": "6654feea-913f-40c0-96bf-827dbdd3378a",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}