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>a6c6f2b6-f5f4-428d-9854-af525e5a4efa</TaskID> <IndividualID>636bf082-9029-4b72-9206-78d36f9f78b6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "a6c6f2b6-f5f4-428d-9854-af525e5a4efa", "IndividualID": "636bf082-9029-4b72-9206-78d36f9f78b6", "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>e676e185-ac87-4e48-8d61-b2392bb16545</TaskID> <IndividualID>6f77676a-dab3-4fed-b679-67cb18388d9f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8f15e26b-ff6b-4967-932b-7064f1f38a46</ID> <TaskIndividualGroupID>9d45b9b8-177c-4f18-9834-34a7cf670268</TaskIndividualGroupID> <Created>2025-02-04T11:36:19.5900537+00:00</Created> <CreatedBy>5ede54e1-217c-487f-8b80-163727751eef</CreatedBy> <SiteID>107ebda9-3e89-4e17-9297-d7a73dbea693</SiteID> <Updated>2025-02-04T11:36:19.5900537+00:00</Updated> <UpdatedBy>f8bd7a4e-be7e-430c-a490-0964a61b0ac0</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "e676e185-ac87-4e48-8d61-b2392bb16545", "IndividualID": "6f77676a-dab3-4fed-b679-67cb18388d9f", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8f15e26b-ff6b-4967-932b-7064f1f38a46", "TaskIndividualGroupID": "9d45b9b8-177c-4f18-9834-34a7cf670268", "Created": "2025-02-04T11:36:19.5900537+00:00", "CreatedBy": "5ede54e1-217c-487f-8b80-163727751eef", "SiteID": "107ebda9-3e89-4e17-9297-d7a73dbea693", "Updated": "2025-02-04T11:36:19.5900537+00:00", "UpdatedBy": "f8bd7a4e-be7e-430c-a490-0964a61b0ac0", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }