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>77ea1bc8-a343-44f1-86c2-896e2e8fe9a5</TaskID> <IndividualID>32811fe8-2e32-464b-b410-dae70bd92dc2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "77ea1bc8-a343-44f1-86c2-896e2e8fe9a5",
"IndividualID": "32811fe8-2e32-464b-b410-dae70bd92dc2",
"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>97a4edfa-739f-4d76-ba81-44ee6d20b559</TaskID> <IndividualID>16dd8af0-5201-4be2-b83d-b3df523dc769</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>386bfc70-fd0b-4829-a9c1-350076fc6d0a</ID> <TaskIndividualGroupID>17803249-8a88-45db-aefd-8ed1ff671310</TaskIndividualGroupID> <Created>2026-05-22T17:40:15.1216544+00:00</Created> <CreatedBy>c3abec24-1a5b-4b72-9b4a-009f7fd498c9</CreatedBy> <SiteID>7f1492c7-8aff-494e-8892-7f0a657758b0</SiteID> <Updated>2026-05-22T17:40:15.1216544+00:00</Updated> <UpdatedBy>31b83d26-e3f6-4127-9e8d-f3fa4e705298</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "97a4edfa-739f-4d76-ba81-44ee6d20b559",
"IndividualID": "16dd8af0-5201-4be2-b83d-b3df523dc769",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "386bfc70-fd0b-4829-a9c1-350076fc6d0a",
"TaskIndividualGroupID": "17803249-8a88-45db-aefd-8ed1ff671310",
"Created": "2026-05-22T17:40:15.1216544+00:00",
"CreatedBy": "c3abec24-1a5b-4b72-9b4a-009f7fd498c9",
"SiteID": "7f1492c7-8aff-494e-8892-7f0a657758b0",
"Updated": "2026-05-22T17:40:15.1216544+00:00",
"UpdatedBy": "31b83d26-e3f6-4127-9e8d-f3fa4e705298",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}