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>3ae3939e-33d2-4ff7-8f0c-1314b5aa6d88</TaskID> <IndividualID>0b652c2c-518e-4ea4-8fd7-a6b4db483f88</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "3ae3939e-33d2-4ff7-8f0c-1314b5aa6d88",
"IndividualID": "0b652c2c-518e-4ea4-8fd7-a6b4db483f88",
"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>838d559e-49f9-4150-bf3c-45819bd688db</TaskID> <IndividualID>31f5aea7-9007-4d02-98af-e2b4c665a067</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>9b3941cf-988e-40d1-a688-61cb215d0997</ID> <TaskIndividualGroupID>d6d160b4-b815-4113-b99c-31b1cb056dd1</TaskIndividualGroupID> <Created>2025-11-23T05:34:21.6995045+00:00</Created> <CreatedBy>235c63c8-2e4b-46ad-9539-8950848fc3e5</CreatedBy> <SiteID>ce4221f6-cabd-4540-8fa8-e740f4ddc852</SiteID> <Updated>2025-11-23T05:34:21.6995045+00:00</Updated> <UpdatedBy>4e3b1eeb-6f38-42a2-98f4-53f6204c229b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "838d559e-49f9-4150-bf3c-45819bd688db",
"IndividualID": "31f5aea7-9007-4d02-98af-e2b4c665a067",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "9b3941cf-988e-40d1-a688-61cb215d0997",
"TaskIndividualGroupID": "d6d160b4-b815-4113-b99c-31b1cb056dd1",
"Created": "2025-11-23T05:34:21.6995045+00:00",
"CreatedBy": "235c63c8-2e4b-46ad-9539-8950848fc3e5",
"SiteID": "ce4221f6-cabd-4540-8fa8-e740f4ddc852",
"Updated": "2025-11-23T05:34:21.6995045+00:00",
"UpdatedBy": "4e3b1eeb-6f38-42a2-98f4-53f6204c229b",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}