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>9845a49c-ede0-4844-b30d-5dbfdab6683a</TaskID> <IndividualID>6ec360a4-19ac-4590-8bb4-a84bf43d7d6f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "9845a49c-ede0-4844-b30d-5dbfdab6683a",
"IndividualID": "6ec360a4-19ac-4590-8bb4-a84bf43d7d6f",
"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>caae8d63-1442-4d2c-a11a-4a7a9d044e42</TaskID> <IndividualID>31414915-44e1-49fa-a1ce-49633e638c9e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>ac2a4a26-8235-45da-a8c2-078be1965097</ID> <TaskIndividualGroupID>4a634614-7ace-4b9c-b23e-4e3759d566d1</TaskIndividualGroupID> <Created>2026-06-11T02:51:33.1193236+00:00</Created> <CreatedBy>01755cae-d409-481c-9b8b-79500262c912</CreatedBy> <SiteID>c5a7940e-765d-43af-ab34-f92ded22e2ce</SiteID> <Updated>2026-06-11T02:51:33.1193236+00:00</Updated> <UpdatedBy>2c9faecc-0085-4f1c-aa95-24d09c67f308</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "caae8d63-1442-4d2c-a11a-4a7a9d044e42",
"IndividualID": "31414915-44e1-49fa-a1ce-49633e638c9e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "ac2a4a26-8235-45da-a8c2-078be1965097",
"TaskIndividualGroupID": "4a634614-7ace-4b9c-b23e-4e3759d566d1",
"Created": "2026-06-11T02:51:33.1193236+00:00",
"CreatedBy": "01755cae-d409-481c-9b8b-79500262c912",
"SiteID": "c5a7940e-765d-43af-ab34-f92ded22e2ce",
"Updated": "2026-06-11T02:51:33.1193236+00:00",
"UpdatedBy": "2c9faecc-0085-4f1c-aa95-24d09c67f308",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}