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>37a218b0-a0a9-4862-867b-4f1f14d6240e</TaskID> <IndividualID>34a2710a-1973-4e67-a196-65e6fe0144dd</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "37a218b0-a0a9-4862-867b-4f1f14d6240e",
"IndividualID": "34a2710a-1973-4e67-a196-65e6fe0144dd",
"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>b9e39c3c-edd3-4fd4-93bd-3feae9ea4989</TaskID> <IndividualID>7608e800-e1b9-4711-ae71-1cfb9a336414</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>bbdbe9ab-1334-4b9f-8531-2d0953543663</ID> <TaskIndividualGroupID>1f40ebda-3c3d-4b88-834d-a2332157f5fa</TaskIndividualGroupID> <Created>2026-07-27T00:44:13.0656931+00:00</Created> <CreatedBy>9801a949-4422-4545-a79c-ea75374d9393</CreatedBy> <SiteID>d19c2e9f-8b6a-40bf-92c6-bb25be953f41</SiteID> <Updated>2026-07-27T00:44:13.0656931+00:00</Updated> <UpdatedBy>16d1e86f-b971-456d-926a-c6fa5a3780e5</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "b9e39c3c-edd3-4fd4-93bd-3feae9ea4989",
"IndividualID": "7608e800-e1b9-4711-ae71-1cfb9a336414",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "bbdbe9ab-1334-4b9f-8531-2d0953543663",
"TaskIndividualGroupID": "1f40ebda-3c3d-4b88-834d-a2332157f5fa",
"Created": "2026-07-27T00:44:13.0656931+00:00",
"CreatedBy": "9801a949-4422-4545-a79c-ea75374d9393",
"SiteID": "d19c2e9f-8b6a-40bf-92c6-bb25be953f41",
"Updated": "2026-07-27T00:44:13.0656931+00:00",
"UpdatedBy": "16d1e86f-b971-456d-926a-c6fa5a3780e5",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}