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>c1efb275-1180-448c-a99e-71b5f57e6d2c</TaskID> <IndividualID>d7012da1-6cb9-41ad-8767-03247895eb10</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "c1efb275-1180-448c-a99e-71b5f57e6d2c",
"IndividualID": "d7012da1-6cb9-41ad-8767-03247895eb10",
"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>d38f59e1-62a2-44f9-88d8-87c5ca29ed19</TaskID> <IndividualID>49de19a9-24ba-4765-8fb6-9123d4fcfc0f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d1c995d3-0378-4ab2-9afb-5285f13c2d01</ID> <TaskIndividualGroupID>9b994064-5784-4afd-b96b-123728fc803a</TaskIndividualGroupID> <Created>2026-07-27T21:03:31.9445924+00:00</Created> <CreatedBy>21a7b033-4fcc-4733-8e08-5e003c6edd42</CreatedBy> <SiteID>d3ef3872-a932-4fb1-9e1a-e42a828ab3a1</SiteID> <Updated>2026-07-27T21:03:31.9445924+00:00</Updated> <UpdatedBy>838b568e-8740-4710-a8f8-e0c0b38fac68</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "d38f59e1-62a2-44f9-88d8-87c5ca29ed19",
"IndividualID": "49de19a9-24ba-4765-8fb6-9123d4fcfc0f",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d1c995d3-0378-4ab2-9afb-5285f13c2d01",
"TaskIndividualGroupID": "9b994064-5784-4afd-b96b-123728fc803a",
"Created": "2026-07-27T21:03:31.9445924+00:00",
"CreatedBy": "21a7b033-4fcc-4733-8e08-5e003c6edd42",
"SiteID": "d3ef3872-a932-4fb1-9e1a-e42a828ab3a1",
"Updated": "2026-07-27T21:03:31.9445924+00:00",
"UpdatedBy": "838b568e-8740-4710-a8f8-e0c0b38fac68",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}