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>48756bbc-b541-46da-bcdc-860a8a7ba7b2</TaskID> <IndividualID>9bff4880-7050-4214-b76a-b3ed9694d383</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "48756bbc-b541-46da-bcdc-860a8a7ba7b2", "IndividualID": "9bff4880-7050-4214-b76a-b3ed9694d383", "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>948fb4ad-f804-455a-86b8-87f85fe82e39</TaskID> <IndividualID>6c98cbda-c37f-431f-8535-1d77be9c3211</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8d090c5b-5f8f-4dd6-9e12-d58d7be83090</ID> <TaskIndividualGroupID>db99f0a5-e8b8-4dc4-964a-e5bc26615d69</TaskIndividualGroupID> <Created>2025-06-15T05:33:59.5008588+00:00</Created> <CreatedBy>8a354bf2-0143-48ce-9e37-16f303d32759</CreatedBy> <SiteID>7fc3f61e-7d27-478a-a722-b31aad4ea8a1</SiteID> <Updated>2025-06-15T05:33:59.5008588+00:00</Updated> <UpdatedBy>5dade250-28f7-45e0-bd28-c778fe4133cf</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "948fb4ad-f804-455a-86b8-87f85fe82e39", "IndividualID": "6c98cbda-c37f-431f-8535-1d77be9c3211", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8d090c5b-5f8f-4dd6-9e12-d58d7be83090", "TaskIndividualGroupID": "db99f0a5-e8b8-4dc4-964a-e5bc26615d69", "Created": "2025-06-15T05:33:59.5008588+00:00", "CreatedBy": "8a354bf2-0143-48ce-9e37-16f303d32759", "SiteID": "7fc3f61e-7d27-478a-a722-b31aad4ea8a1", "Updated": "2025-06-15T05:33:59.5008588+00:00", "UpdatedBy": "5dade250-28f7-45e0-bd28-c778fe4133cf", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }