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>3ee5aa55-31c8-4283-bc72-d34c6812bfb2</TaskID> <IndividualID>15792e3d-4546-433e-b062-5cde2d2f14d2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "3ee5aa55-31c8-4283-bc72-d34c6812bfb2", "IndividualID": "15792e3d-4546-433e-b062-5cde2d2f14d2", "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>388255e9-77ec-45fe-8045-24b8f8936f29</TaskID> <IndividualID>ca2fcd3e-b93c-4308-910c-a4ea64b14b7c</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e9537bc0-d052-416c-a7e1-03b2d74fb274</ID> <TaskIndividualGroupID>1d17733f-e121-4c29-8030-ab37f76811be</TaskIndividualGroupID> <Created>2025-04-18T09:11:35.2551063+00:00</Created> <CreatedBy>d58d64f5-b977-4ee9-b4bb-e06b18f6c1d8</CreatedBy> <SiteID>864c018a-50ae-4663-9137-43b0589d4f1a</SiteID> <Updated>2025-04-18T09:11:35.2551063+00:00</Updated> <UpdatedBy>94cfac63-01ec-4dd0-971d-608d07ebc725</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "388255e9-77ec-45fe-8045-24b8f8936f29", "IndividualID": "ca2fcd3e-b93c-4308-910c-a4ea64b14b7c", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "e9537bc0-d052-416c-a7e1-03b2d74fb274", "TaskIndividualGroupID": "1d17733f-e121-4c29-8030-ab37f76811be", "Created": "2025-04-18T09:11:35.2551063+00:00", "CreatedBy": "d58d64f5-b977-4ee9-b4bb-e06b18f6c1d8", "SiteID": "864c018a-50ae-4663-9137-43b0589d4f1a", "Updated": "2025-04-18T09:11:35.2551063+00:00", "UpdatedBy": "94cfac63-01ec-4dd0-971d-608d07ebc725", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }