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>abb70a57-1b83-4dd0-8070-f932bb3db3b4</TaskID> <IndividualID>b437739e-06fe-49c5-8296-2b2e7d0ee696</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "abb70a57-1b83-4dd0-8070-f932bb3db3b4", "IndividualID": "b437739e-06fe-49c5-8296-2b2e7d0ee696", "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>896ed334-6cf4-4d36-9c1e-31b1a3e4c46e</TaskID> <IndividualID>4133f452-711e-4203-92a0-9645553246fe</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8f72109f-c7b0-4ad1-9200-a3d2f26bf69d</ID> <TaskIndividualGroupID>d5037fa6-a49c-4aec-9708-5868d4fe2e58</TaskIndividualGroupID> <Created>2025-04-09T20:40:24.416894+00:00</Created> <CreatedBy>b52081b2-5707-4e75-9713-e3621515a646</CreatedBy> <SiteID>c3c21c9d-67d3-4512-8c60-ee269229d584</SiteID> <Updated>2025-04-09T20:40:24.416894+00:00</Updated> <UpdatedBy>96e0920b-6af8-435d-a12e-7779261b6041</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "896ed334-6cf4-4d36-9c1e-31b1a3e4c46e", "IndividualID": "4133f452-711e-4203-92a0-9645553246fe", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8f72109f-c7b0-4ad1-9200-a3d2f26bf69d", "TaskIndividualGroupID": "d5037fa6-a49c-4aec-9708-5868d4fe2e58", "Created": "2025-04-09T20:40:24.416894+00:00", "CreatedBy": "b52081b2-5707-4e75-9713-e3621515a646", "SiteID": "c3c21c9d-67d3-4512-8c60-ee269229d584", "Updated": "2025-04-09T20:40:24.416894+00:00", "UpdatedBy": "96e0920b-6af8-435d-a12e-7779261b6041", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }