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>533a26b0-8a8d-4445-8a31-1aaad77bb8b5</TaskID> <IndividualID>994a0350-6c7d-43bd-a646-c8c35d4e6676</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "533a26b0-8a8d-4445-8a31-1aaad77bb8b5",
"IndividualID": "994a0350-6c7d-43bd-a646-c8c35d4e6676",
"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>505b6b47-f949-4bb3-a308-f05960b75637</TaskID> <IndividualID>f73485a3-dddc-4abe-8675-ad21d6aa85ce</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e9fccb01-98d0-4eca-beeb-aad25f71af01</ID> <TaskIndividualGroupID>da77b136-d604-4ad8-85fe-1e9605e52a4b</TaskIndividualGroupID> <Created>2026-03-22T14:16:46.3080291+00:00</Created> <CreatedBy>2e5d4be7-9128-4adf-9e39-a6c4ffe595c2</CreatedBy> <SiteID>a1a32c85-82ac-44f7-95cb-77d8481f04f4</SiteID> <Updated>2026-03-22T14:16:46.3080291+00:00</Updated> <UpdatedBy>d978bd90-3e1b-447c-a0b6-36cd0ece3469</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "505b6b47-f949-4bb3-a308-f05960b75637",
"IndividualID": "f73485a3-dddc-4abe-8675-ad21d6aa85ce",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e9fccb01-98d0-4eca-beeb-aad25f71af01",
"TaskIndividualGroupID": "da77b136-d604-4ad8-85fe-1e9605e52a4b",
"Created": "2026-03-22T14:16:46.3080291+00:00",
"CreatedBy": "2e5d4be7-9128-4adf-9e39-a6c4ffe595c2",
"SiteID": "a1a32c85-82ac-44f7-95cb-77d8481f04f4",
"Updated": "2026-03-22T14:16:46.3080291+00:00",
"UpdatedBy": "d978bd90-3e1b-447c-a0b6-36cd0ece3469",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}