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>0dd56835-c1fa-42d2-84cb-5dff3fb16a0f</TaskID> <IndividualID>71320d2b-c2db-4a4c-945c-16188a3a05ca</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "0dd56835-c1fa-42d2-84cb-5dff3fb16a0f", "IndividualID": "71320d2b-c2db-4a4c-945c-16188a3a05ca", "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>93f0d57d-a853-4e5e-b676-7c0a2a69a2b7</TaskID> <IndividualID>15949d16-ee28-4928-a91e-8e1a75d850c6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>512ffc88-505d-46a2-be0e-9703d7645fdd</ID> <TaskIndividualGroupID>e96d1e15-d436-4fc1-8c71-7dc1684f38dc</TaskIndividualGroupID> <Created>2025-10-01T11:29:59.9140959+00:00</Created> <CreatedBy>dabf023f-22cc-4cf4-8540-a0b283ca66e4</CreatedBy> <SiteID>a57f84c0-1c91-434d-9b86-cc89e868ad47</SiteID> <Updated>2025-10-01T11:29:59.9140959+00:00</Updated> <UpdatedBy>4a74c60e-6c72-4cad-a477-84b0517b7e1f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "93f0d57d-a853-4e5e-b676-7c0a2a69a2b7", "IndividualID": "15949d16-ee28-4928-a91e-8e1a75d850c6", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "512ffc88-505d-46a2-be0e-9703d7645fdd", "TaskIndividualGroupID": "e96d1e15-d436-4fc1-8c71-7dc1684f38dc", "Created": "2025-10-01T11:29:59.9140959+00:00", "CreatedBy": "dabf023f-22cc-4cf4-8540-a0b283ca66e4", "SiteID": "a57f84c0-1c91-434d-9b86-cc89e868ad47", "Updated": "2025-10-01T11:29:59.9140959+00:00", "UpdatedBy": "4a74c60e-6c72-4cad-a477-84b0517b7e1f", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }