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>4126346a-edc6-4c6f-9c3b-912fa1afcdeb</TaskID> <IndividualID>e145cfaf-8074-444e-9584-eacfc9a852ba</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "4126346a-edc6-4c6f-9c3b-912fa1afcdeb", "IndividualID": "e145cfaf-8074-444e-9584-eacfc9a852ba", "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>82ee3fd0-6c78-4afd-9ef2-565665b24775</TaskID> <IndividualID>4c3ae763-80a0-425a-918d-81a5a6d3a859</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5f41a1b1-9494-40c3-930a-f38486784aee</ID> <TaskIndividualGroupID>65c1482b-032d-49bf-bd18-ec44f811c6b6</TaskIndividualGroupID> <Created>2025-07-31T22:50:04.1227367+00:00</Created> <CreatedBy>1ede6c2d-b456-49d7-b1b8-fe310a4f16b8</CreatedBy> <SiteID>ed69f6d5-9261-4523-8794-259003f80e82</SiteID> <Updated>2025-07-31T22:50:04.1227367+00:00</Updated> <UpdatedBy>f55621ea-e8ac-4ade-95e9-b574b27f1531</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "82ee3fd0-6c78-4afd-9ef2-565665b24775", "IndividualID": "4c3ae763-80a0-425a-918d-81a5a6d3a859", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "5f41a1b1-9494-40c3-930a-f38486784aee", "TaskIndividualGroupID": "65c1482b-032d-49bf-bd18-ec44f811c6b6", "Created": "2025-07-31T22:50:04.1227367+00:00", "CreatedBy": "1ede6c2d-b456-49d7-b1b8-fe310a4f16b8", "SiteID": "ed69f6d5-9261-4523-8794-259003f80e82", "Updated": "2025-07-31T22:50:04.1227367+00:00", "UpdatedBy": "f55621ea-e8ac-4ade-95e9-b574b27f1531", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }