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>1a7f5cda-9f2a-44ce-a969-0f28c134dde9</TaskID> <IndividualID>fd7701e8-87a9-4b38-86f0-01cc8c2fce40</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "1a7f5cda-9f2a-44ce-a969-0f28c134dde9",
"IndividualID": "fd7701e8-87a9-4b38-86f0-01cc8c2fce40",
"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>827897b3-4a9e-431e-9c1a-8a0ec709e189</TaskID> <IndividualID>51279118-4b8f-46a9-b2de-bf89974d8a7e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>dbe764b8-4aa2-49c7-ac39-c3226df0a8d3</ID> <TaskIndividualGroupID>2dd33ea3-872d-4f19-89d4-53f155a9263d</TaskIndividualGroupID> <Created>2025-11-23T18:42:46.8085831+00:00</Created> <CreatedBy>d1ef7804-00ce-45af-b709-155ccbd2befc</CreatedBy> <SiteID>f6b67f5a-6aeb-48c9-9898-6ccbe90ec063</SiteID> <Updated>2025-11-23T18:42:46.8085831+00:00</Updated> <UpdatedBy>a2980a1b-aed8-4fb6-923a-e1e604e2f781</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "827897b3-4a9e-431e-9c1a-8a0ec709e189",
"IndividualID": "51279118-4b8f-46a9-b2de-bf89974d8a7e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "dbe764b8-4aa2-49c7-ac39-c3226df0a8d3",
"TaskIndividualGroupID": "2dd33ea3-872d-4f19-89d4-53f155a9263d",
"Created": "2025-11-23T18:42:46.8085831+00:00",
"CreatedBy": "d1ef7804-00ce-45af-b709-155ccbd2befc",
"SiteID": "f6b67f5a-6aeb-48c9-9898-6ccbe90ec063",
"Updated": "2025-11-23T18:42:46.8085831+00:00",
"UpdatedBy": "a2980a1b-aed8-4fb6-923a-e1e604e2f781",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}