Create a new person responsible for a task.
None.
This object takes all the parameters needed to create a new 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>f912fa50-3b44-4375-938b-c39b112a8da8</TaskID> <IndividualID>8f1849c4-06ff-4b49-bce5-89bf8bd4992f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "f912fa50-3b44-4375-938b-c39b112a8da8", "IndividualID": "8f1849c4-06ff-4b49-bce5-89bf8bd4992f", "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>785dc5ac-04c6-423e-beed-7c94ced4d0ea</TaskID> <IndividualID>b3003920-7b49-4437-b8ef-f295c26d8d8e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b8d2bf6a-62c7-46d4-8af7-9b61e0e73247</ID> <TaskIndividualGroupID>755b3d6b-d27f-412e-b965-a86c5358992c</TaskIndividualGroupID> <Created>2024-10-24T07:42:48.9059204+00:00</Created> <CreatedBy>c41b31be-0659-4c85-81a1-271fbb29c8de</CreatedBy> <SiteID>2d48984a-8084-477f-acfa-c888bc2f4b98</SiteID> <Updated>2024-10-24T07:42:48.9059204+00:00</Updated> <UpdatedBy>b1e13b04-b85e-420b-8363-aae07d827d5f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "785dc5ac-04c6-423e-beed-7c94ced4d0ea", "IndividualID": "b3003920-7b49-4437-b8ef-f295c26d8d8e", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "b8d2bf6a-62c7-46d4-8af7-9b61e0e73247", "TaskIndividualGroupID": "755b3d6b-d27f-412e-b965-a86c5358992c", "Created": "2024-10-24T07:42:48.9059204+00:00", "CreatedBy": "c41b31be-0659-4c85-81a1-271fbb29c8de", "SiteID": "2d48984a-8084-477f-acfa-c888bc2f4b98", "Updated": "2024-10-24T07:42:48.9059204+00:00", "UpdatedBy": "b1e13b04-b85e-420b-8363-aae07d827d5f", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }