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>8a1a8dc1-2aff-4c18-a611-0f941cbaaf8c</TaskID> <IndividualID>98c02ec1-bd48-4790-8d23-2296c9851132</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "8a1a8dc1-2aff-4c18-a611-0f941cbaaf8c",
"IndividualID": "98c02ec1-bd48-4790-8d23-2296c9851132",
"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>b5c44642-8899-47d0-a945-243ba28f4ae0</TaskID> <IndividualID>1c8bcc20-0b61-453f-a374-5886f8bb950d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e1f1bc7f-7c6a-423e-a550-7806d1d6c8bb</ID> <TaskIndividualGroupID>6c104ab5-9abf-4393-854c-8dea92fceb4d</TaskIndividualGroupID> <Created>2026-04-19T23:01:31.2028625+00:00</Created> <CreatedBy>01fd4b4e-1a72-47c5-8b42-2857043c93e2</CreatedBy> <SiteID>32b2fabf-d0e2-4ed9-b248-987a6666ebfe</SiteID> <Updated>2026-04-19T23:01:31.2028625+00:00</Updated> <UpdatedBy>72245eda-cdab-42d5-a061-abf38124778b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "b5c44642-8899-47d0-a945-243ba28f4ae0",
"IndividualID": "1c8bcc20-0b61-453f-a374-5886f8bb950d",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e1f1bc7f-7c6a-423e-a550-7806d1d6c8bb",
"TaskIndividualGroupID": "6c104ab5-9abf-4393-854c-8dea92fceb4d",
"Created": "2026-04-19T23:01:31.2028625+00:00",
"CreatedBy": "01fd4b4e-1a72-47c5-8b42-2857043c93e2",
"SiteID": "32b2fabf-d0e2-4ed9-b248-987a6666ebfe",
"Updated": "2026-04-19T23:01:31.2028625+00:00",
"UpdatedBy": "72245eda-cdab-42d5-a061-abf38124778b",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}