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>7b98aca6-03c1-420f-bbb5-1b4c2960cae8</TaskID> <IndividualID>7859704c-58c3-4f97-8a89-18b27f2c2a38</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "7b98aca6-03c1-420f-bbb5-1b4c2960cae8", "IndividualID": "7859704c-58c3-4f97-8a89-18b27f2c2a38", "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>ae103bf1-f879-4eeb-b861-0bb8e6848b1b</TaskID> <IndividualID>f8ea15d7-cd50-4ac7-b902-2d1b6850db63</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>88337cb3-7f3e-4bfc-b7c9-1d4caed5283c</ID> <TaskIndividualGroupID>28125762-a64a-41f0-b5d1-522d2097eb64</TaskIndividualGroupID> <Created>2024-10-24T01:44:48.6349208+00:00</Created> <CreatedBy>37e62474-1dd8-480c-a3cf-3dc4ca15c4cc</CreatedBy> <SiteID>fd7c906a-c57b-4ffc-befa-e19d1f521e91</SiteID> <Updated>2024-10-24T01:44:48.6349208+00:00</Updated> <UpdatedBy>ee308e88-b94f-4fec-870f-ad115f1c2b55</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "ae103bf1-f879-4eeb-b861-0bb8e6848b1b", "IndividualID": "f8ea15d7-cd50-4ac7-b902-2d1b6850db63", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "88337cb3-7f3e-4bfc-b7c9-1d4caed5283c", "TaskIndividualGroupID": "28125762-a64a-41f0-b5d1-522d2097eb64", "Created": "2024-10-24T01:44:48.6349208+00:00", "CreatedBy": "37e62474-1dd8-480c-a3cf-3dc4ca15c4cc", "SiteID": "fd7c906a-c57b-4ffc-befa-e19d1f521e91", "Updated": "2024-10-24T01:44:48.6349208+00:00", "UpdatedBy": "ee308e88-b94f-4fec-870f-ad115f1c2b55", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }