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>67c17523-af08-4529-a817-ac3b64c02616</TaskID> <IndividualID>ff2b64ea-649d-4bf3-b964-3554a47bbf2d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "67c17523-af08-4529-a817-ac3b64c02616", "IndividualID": "ff2b64ea-649d-4bf3-b964-3554a47bbf2d", "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>5d7795d4-7038-42b7-a5ff-976e6f5d30bd</TaskID> <IndividualID>9621e0b0-38ae-4638-8bb6-d51b3127d7a7</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8d696684-9703-4d00-8e15-9022bb72fdd8</ID> <TaskIndividualGroupID>5f0a28ab-c8ef-4eac-b6d2-2228b9996edc</TaskIndividualGroupID> <Created>2025-02-03T21:45:07.0272059+00:00</Created> <CreatedBy>db883b77-8dd0-4236-ad5e-db32795a8833</CreatedBy> <SiteID>d9cecf97-535c-45c1-bf29-106abc709904</SiteID> <Updated>2025-02-03T21:45:07.0272059+00:00</Updated> <UpdatedBy>a83fb5c4-a200-4d33-915d-e9b7546b5295</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "5d7795d4-7038-42b7-a5ff-976e6f5d30bd", "IndividualID": "9621e0b0-38ae-4638-8bb6-d51b3127d7a7", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "8d696684-9703-4d00-8e15-9022bb72fdd8", "TaskIndividualGroupID": "5f0a28ab-c8ef-4eac-b6d2-2228b9996edc", "Created": "2025-02-03T21:45:07.0272059+00:00", "CreatedBy": "db883b77-8dd0-4236-ad5e-db32795a8833", "SiteID": "d9cecf97-535c-45c1-bf29-106abc709904", "Updated": "2025-02-03T21:45:07.0272059+00:00", "UpdatedBy": "a83fb5c4-a200-4d33-915d-e9b7546b5295", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }