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>3a876db9-2ab7-46e7-a0bd-0c6c40233fef</TaskID> <IndividualID>29600353-e812-4ed6-93b8-5667ecefc751</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "3a876db9-2ab7-46e7-a0bd-0c6c40233fef", "IndividualID": "29600353-e812-4ed6-93b8-5667ecefc751", "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>a0b06174-3da1-4327-b281-87e14b44d2a2</TaskID> <IndividualID>d6443915-a82d-4576-8637-fc24771f18ca</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5a9c951a-897a-451e-b91f-8f0d0fdd14a9</ID> <TaskIndividualGroupID>6b458205-6f18-4f68-b459-2386aad20c2a</TaskIndividualGroupID> <Created>2025-04-18T22:13:56.0970931+00:00</Created> <CreatedBy>fb49d0bc-1154-4423-9398-b354c24878dd</CreatedBy> <SiteID>5a5db0ef-5ab1-4700-bafe-f08e66128fc0</SiteID> <Updated>2025-04-18T22:13:56.0970931+00:00</Updated> <UpdatedBy>a7c1ff21-d23f-4942-9079-b771e42c52ce</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "a0b06174-3da1-4327-b281-87e14b44d2a2", "IndividualID": "d6443915-a82d-4576-8637-fc24771f18ca", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "5a9c951a-897a-451e-b91f-8f0d0fdd14a9", "TaskIndividualGroupID": "6b458205-6f18-4f68-b459-2386aad20c2a", "Created": "2025-04-18T22:13:56.0970931+00:00", "CreatedBy": "fb49d0bc-1154-4423-9398-b354c24878dd", "SiteID": "5a5db0ef-5ab1-4700-bafe-f08e66128fc0", "Updated": "2025-04-18T22:13:56.0970931+00:00", "UpdatedBy": "a7c1ff21-d23f-4942-9079-b771e42c52ce", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }