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>6926c564-3719-4f02-8355-be70c2d151e5</TaskID> <IndividualID>b6604090-5961-41b0-a723-2d3d45b4b4ab</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "6926c564-3719-4f02-8355-be70c2d151e5", "IndividualID": "b6604090-5961-41b0-a723-2d3d45b4b4ab", "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>01bbf078-0ebc-42a0-b7f4-001c22eadb58</TaskID> <IndividualID>8dc02339-2adc-42c9-8fb3-e40fcd7832cb</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>0664d7f8-ad80-4ce4-aec1-006f8608d0fe</ID> <TaskIndividualGroupID>4d8a80c7-fbda-46dd-9781-fc359425b86b</TaskIndividualGroupID> <Created>2025-03-09T01:29:02.6094424+00:00</Created> <CreatedBy>86499710-205f-4c07-a93f-de8391c494ca</CreatedBy> <SiteID>78fc9dff-8616-434d-801b-55b6eb20ee93</SiteID> <Updated>2025-03-09T01:29:02.6094424+00:00</Updated> <UpdatedBy>0b7bf08d-22f4-4cd6-a011-f6e996494f62</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "01bbf078-0ebc-42a0-b7f4-001c22eadb58", "IndividualID": "8dc02339-2adc-42c9-8fb3-e40fcd7832cb", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "0664d7f8-ad80-4ce4-aec1-006f8608d0fe", "TaskIndividualGroupID": "4d8a80c7-fbda-46dd-9781-fc359425b86b", "Created": "2025-03-09T01:29:02.6094424+00:00", "CreatedBy": "86499710-205f-4c07-a93f-de8391c494ca", "SiteID": "78fc9dff-8616-434d-801b-55b6eb20ee93", "Updated": "2025-03-09T01:29:02.6094424+00:00", "UpdatedBy": "0b7bf08d-22f4-4cd6-a011-f6e996494f62", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }