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>872b714a-f342-465b-aecd-64edcaa62262</TaskID> <IndividualID>bb7fccaa-4aab-4b7e-ad80-f68b6506678d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "872b714a-f342-465b-aecd-64edcaa62262",
"IndividualID": "bb7fccaa-4aab-4b7e-ad80-f68b6506678d",
"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>a8c1a500-69aa-49e3-a27b-24d71d027c77</TaskID> <IndividualID>d019cf37-380c-4e89-bbd6-7ea58a83ac7c</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>a427661e-2669-4a06-b0ab-e7708f487fce</ID> <TaskIndividualGroupID>ec11110b-c78a-4ce4-b7ae-d039d683943f</TaskIndividualGroupID> <Created>2026-05-19T20:19:09.0150851+00:00</Created> <CreatedBy>a06970f9-2168-4e05-9e81-62cf2ead7831</CreatedBy> <SiteID>d859c304-fec5-42e1-9e52-c29cd2ea5426</SiteID> <Updated>2026-05-19T20:19:09.0150851+00:00</Updated> <UpdatedBy>c2f8a52d-da7a-4653-b379-7d9178a3f481</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "a8c1a500-69aa-49e3-a27b-24d71d027c77",
"IndividualID": "d019cf37-380c-4e89-bbd6-7ea58a83ac7c",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "a427661e-2669-4a06-b0ab-e7708f487fce",
"TaskIndividualGroupID": "ec11110b-c78a-4ce4-b7ae-d039d683943f",
"Created": "2026-05-19T20:19:09.0150851+00:00",
"CreatedBy": "a06970f9-2168-4e05-9e81-62cf2ead7831",
"SiteID": "d859c304-fec5-42e1-9e52-c29cd2ea5426",
"Updated": "2026-05-19T20:19:09.0150851+00:00",
"UpdatedBy": "c2f8a52d-da7a-4653-b379-7d9178a3f481",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}