Update a person responsible for a task.
|
id
globally unique identifier
Required
Guid ID of the person responsible to be updated. |
This object takes all the parameters needed to update a 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>9518eb35-3382-4e00-b5b5-4832f2da8bae</TaskID> <IndividualID>8bb168e8-98c4-4d8a-becc-6da52be5ef65</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> </PersonResponsible>
{
"TaskID": "9518eb35-3382-4e00-b5b5-4832f2da8bae",
"IndividualID": "8bb168e8-98c4-4d8a-becc-6da52be5ef65",
"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>6230a654-8edb-4296-9b76-1d5d1ec8bd7a</TaskID> <IndividualID>b5c57864-6147-4d44-89b8-d54d3cdd33b3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>dda3893c-13a5-403d-a4b9-e8070bc3519f</ID> <TaskIndividualGroupID>b6d98df0-86fb-47c6-abc1-47b470a3ac2f</TaskIndividualGroupID> <Created>2025-10-31T14:57:27.40432+00:00</Created> <CreatedBy>06b8f61a-fe14-4334-a090-675ac8bd4386</CreatedBy> <SiteID>b8c3c9d4-a550-4212-92e1-401b213cdd21</SiteID> <Updated>2025-10-31T14:57:27.40432+00:00</Updated> <UpdatedBy>d712ca45-1d9b-4e92-a2ec-32172e3a9866</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "6230a654-8edb-4296-9b76-1d5d1ec8bd7a",
"IndividualID": "b5c57864-6147-4d44-89b8-d54d3cdd33b3",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "dda3893c-13a5-403d-a4b9-e8070bc3519f",
"TaskIndividualGroupID": "b6d98df0-86fb-47c6-abc1-47b470a3ac2f",
"Created": "2025-10-31T14:57:27.40432+00:00",
"CreatedBy": "06b8f61a-fe14-4334-a090-675ac8bd4386",
"SiteID": "b8c3c9d4-a550-4212-92e1-401b213cdd21",
"Updated": "2025-10-31T14:57:27.40432+00:00",
"UpdatedBy": "d712ca45-1d9b-4e92-a2ec-32172e3a9866",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}