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>8a90ebd5-4a5a-4326-b497-2863d46b8bed</TaskID> <IndividualID>3a76e9d5-1c8d-47a5-b0c3-bbc105bdc2e6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "8a90ebd5-4a5a-4326-b497-2863d46b8bed",
"IndividualID": "3a76e9d5-1c8d-47a5-b0c3-bbc105bdc2e6",
"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>8b412630-8c68-4b0f-8d73-ea8d89d18b87</TaskID> <IndividualID>a3f5d7be-f2d0-4f2c-b450-260109d60731</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d9a2c36c-211d-4b5a-9f09-5a74369ecd48</ID> <TaskIndividualGroupID>e365aa39-88b5-4081-8a8f-2eb17e76a87b</TaskIndividualGroupID> <Created>2025-11-01T09:41:21.6855431+00:00</Created> <CreatedBy>1697ea2a-f0c3-44fd-aa11-e1656388ab69</CreatedBy> <SiteID>e1d929c5-6b68-466b-b62d-aee2733ca2cf</SiteID> <Updated>2025-11-01T09:41:21.6855431+00:00</Updated> <UpdatedBy>b60d61e1-ab7c-45e2-8eed-053db89b776d</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "8b412630-8c68-4b0f-8d73-ea8d89d18b87",
"IndividualID": "a3f5d7be-f2d0-4f2c-b450-260109d60731",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d9a2c36c-211d-4b5a-9f09-5a74369ecd48",
"TaskIndividualGroupID": "e365aa39-88b5-4081-8a8f-2eb17e76a87b",
"Created": "2025-11-01T09:41:21.6855431+00:00",
"CreatedBy": "1697ea2a-f0c3-44fd-aa11-e1656388ab69",
"SiteID": "e1d929c5-6b68-466b-b62d-aee2733ca2cf",
"Updated": "2025-11-01T09:41:21.6855431+00:00",
"UpdatedBy": "b60d61e1-ab7c-45e2-8eed-053db89b776d",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}