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>0f33659a-ee14-44d3-82ef-0aa9d03ed0e5</TaskID> <IndividualID>e58421a5-2c87-40bf-a62e-0c8bbd52ab9b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "0f33659a-ee14-44d3-82ef-0aa9d03ed0e5",
"IndividualID": "e58421a5-2c87-40bf-a62e-0c8bbd52ab9b",
"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>4382d214-b148-404d-bbcf-4ff0299d5f60</TaskID> <IndividualID>6d47bf0c-b357-47d9-af40-3e963675f34a</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>21d56ea0-9fa5-4e07-8bf2-6b8ca80523a4</ID> <TaskIndividualGroupID>13e0f575-18af-4093-983f-3241ddcf6ff7</TaskIndividualGroupID> <Created>2025-11-23T18:43:27.2775463+00:00</Created> <CreatedBy>61e9c84d-43eb-4f45-bda2-8c27bc2214c9</CreatedBy> <SiteID>97e37ab5-5f44-45fe-9ad5-6f8386ba852b</SiteID> <Updated>2025-11-23T18:43:27.2775463+00:00</Updated> <UpdatedBy>23264ce8-6f5c-4d83-9775-804344cbefe0</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "4382d214-b148-404d-bbcf-4ff0299d5f60",
"IndividualID": "6d47bf0c-b357-47d9-af40-3e963675f34a",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "21d56ea0-9fa5-4e07-8bf2-6b8ca80523a4",
"TaskIndividualGroupID": "13e0f575-18af-4093-983f-3241ddcf6ff7",
"Created": "2025-11-23T18:43:27.2775463+00:00",
"CreatedBy": "61e9c84d-43eb-4f45-bda2-8c27bc2214c9",
"SiteID": "97e37ab5-5f44-45fe-9ad5-6f8386ba852b",
"Updated": "2025-11-23T18:43:27.2775463+00:00",
"UpdatedBy": "23264ce8-6f5c-4d83-9775-804344cbefe0",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}