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>a2995fa5-fb7b-4b04-a69d-56938dad96bc</TaskID> <IndividualID>a7b0ccea-2baa-407e-845a-c5278b7e6496</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{ "TaskID": "a2995fa5-fb7b-4b04-a69d-56938dad96bc", "IndividualID": "a7b0ccea-2baa-407e-845a-c5278b7e6496", "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>0cf7e3ab-9532-4915-8ea9-506df03eca9c</TaskID> <IndividualID>07bd1183-7d31-4a6e-a15a-63b6d4ee1855</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>56cfe001-537a-4288-bc4d-0251481396fa</ID> <TaskIndividualGroupID>b2df15a7-e040-4d6b-ba65-685040a5263b</TaskIndividualGroupID> <Created>2025-02-15T23:09:00.3483706+00:00</Created> <CreatedBy>185c0729-63a3-4164-a970-74c20f999060</CreatedBy> <SiteID>766f0bcd-8a09-4b6e-baf2-a10b8230ae55</SiteID> <Updated>2025-02-15T23:09:00.3483706+00:00</Updated> <UpdatedBy>c2c722e1-6bba-40e4-89de-1d64f478b91e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "0cf7e3ab-9532-4915-8ea9-506df03eca9c", "IndividualID": "07bd1183-7d31-4a6e-a15a-63b6d4ee1855", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "56cfe001-537a-4288-bc4d-0251481396fa", "TaskIndividualGroupID": "b2df15a7-e040-4d6b-ba65-685040a5263b", "Created": "2025-02-15T23:09:00.3483706+00:00", "CreatedBy": "185c0729-63a3-4164-a970-74c20f999060", "SiteID": "766f0bcd-8a09-4b6e-baf2-a10b8230ae55", "Updated": "2025-02-15T23:09:00.3483706+00:00", "UpdatedBy": "c2c722e1-6bba-40e4-89de-1d64f478b91e", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }