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>c4d2ec05-0f01-48e3-804e-b7eee8031e96</TaskID> <IndividualID>8b40477d-d607-4650-bbeb-e401b9ef870d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "c4d2ec05-0f01-48e3-804e-b7eee8031e96", "IndividualID": "8b40477d-d607-4650-bbeb-e401b9ef870d", "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>9c8a8375-46cf-42bc-92e4-cfa6c618d849</TaskID> <IndividualID>9d33385d-d67b-45be-a3d9-c508aad66838</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fcf0c3ab-2b7a-4600-b459-a8bdc68f4aa0</ID> <TaskIndividualGroupID>d86a5859-9b59-4e59-94b5-f26f5f83a126</TaskIndividualGroupID> <Created>2022-06-05T07:37:28.2602415+00:00</Created> <CreatedBy>73b3a7dc-c756-43f2-8422-84fb9a955a53</CreatedBy> <SiteID>edb6c990-03e0-4689-81df-b51c20d3489f</SiteID> <Updated>2022-06-05T07:37:28.2602415+00:00</Updated> <UpdatedBy>2f48f1d7-6dd3-4fc4-81ac-33f7b02c59d9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "9c8a8375-46cf-42bc-92e4-cfa6c618d849", "IndividualID": "9d33385d-d67b-45be-a3d9-c508aad66838", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "fcf0c3ab-2b7a-4600-b459-a8bdc68f4aa0", "TaskIndividualGroupID": "d86a5859-9b59-4e59-94b5-f26f5f83a126", "Created": "2022-06-05T07:37:28.2602415+00:00", "CreatedBy": "73b3a7dc-c756-43f2-8422-84fb9a955a53", "SiteID": "edb6c990-03e0-4689-81df-b51c20d3489f", "Updated": "2022-06-05T07:37:28.2602415+00:00", "UpdatedBy": "2f48f1d7-6dd3-4fc4-81ac-33f7b02c59d9", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }