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>3bbac927-ad4c-4c9d-bef6-2bfb75bf3cf3</TaskID> <IndividualID>e858268e-af03-4c83-8294-d9e7e6b8fbe7</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "3bbac927-ad4c-4c9d-bef6-2bfb75bf3cf3",
"IndividualID": "e858268e-af03-4c83-8294-d9e7e6b8fbe7",
"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>257a9f9d-d6fe-4114-90c7-4e62d174ebb6</TaskID> <IndividualID>f52f2a95-aa3f-48a7-890f-c5da9d609000</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>533344f8-6f04-44ee-8f1b-a858a9b1d875</ID> <TaskIndividualGroupID>bff243cb-c17e-4e9c-adca-1024d8c3025b</TaskIndividualGroupID> <Created>2026-04-18T16:03:49.8658973+00:00</Created> <CreatedBy>1a112774-e26a-4ad7-b3e1-c838646324dc</CreatedBy> <SiteID>45acf750-9139-441a-a469-aba773aa7f01</SiteID> <Updated>2026-04-18T16:03:49.8658973+00:00</Updated> <UpdatedBy>8e4c23fd-ab1c-4386-a871-b9e22fd6ea1e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "257a9f9d-d6fe-4114-90c7-4e62d174ebb6",
"IndividualID": "f52f2a95-aa3f-48a7-890f-c5da9d609000",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "533344f8-6f04-44ee-8f1b-a858a9b1d875",
"TaskIndividualGroupID": "bff243cb-c17e-4e9c-adca-1024d8c3025b",
"Created": "2026-04-18T16:03:49.8658973+00:00",
"CreatedBy": "1a112774-e26a-4ad7-b3e1-c838646324dc",
"SiteID": "45acf750-9139-441a-a469-aba773aa7f01",
"Updated": "2026-04-18T16:03:49.8658973+00:00",
"UpdatedBy": "8e4c23fd-ab1c-4386-a871-b9e22fd6ea1e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}