Update an accountability for an individual.
|
id
globally unique identifier
Required
Guid ID of the accountability to be updated. |
This object takes all the parameters needed to update an accountability.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the accountability, evaluation criteria, project scope, or supervisory scope. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor given accountability, evaluation criteria, project scope, or supervisory scope (individual or project). |
|
Rank
integer
Required
Rank of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Name
string
Required
Name of the given accountability, evaluation criteria, project scope, or supervisory scope. (Max length 255 characters) |
|
Description
string
Required
Description of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Deleted
boolean
ReadOnly
Deleted status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Created
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Updated
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given accountability, evaluation criteria, project scope, or supervisory scope. |
<ListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>b024bab9-a0de-4d5e-a446-c524030cfcb6</ID> <AncestorID>fd1b14d9-abeb-40f9-a204-ac7a6b10cbb2</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "b024bab9-a0de-4d5e-a446-c524030cfcb6",
"AncestorID": "fd1b14d9-abeb-40f9-a204-ac7a6b10cbb2",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2"
}
|
ID
globally unique identifier
Required on Update
ID of the accountability, evaluation criteria, project scope, or supervisory scope. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor given accountability, evaluation criteria, project scope, or supervisory scope (individual or project). |
|
Rank
integer
Required
Rank of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Name
string
Required
Name of the given accountability, evaluation criteria, project scope, or supervisory scope. (Max length 255 characters) |
|
Description
string
Required
Description of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Deleted
boolean
ReadOnly
Deleted status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Created
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given accountability, evaluation criteria, project scope, or supervisory scope. |
|
Updated
date
ReadOnly
The date that the given accountability, evaluation criteria, project scope, or supervisory scope was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given accountability, evaluation criteria, project scope, or supervisory scope. |
<ListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>04a2ae39-a259-40cf-8e63-1fb55ff517fc</ID> <AncestorID>ce3cdfb8-357c-4b39-8850-7eb8d89c8455</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>a82e6126-25b2-4f32-82f7-59bba9c97289</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-03-22T10:58:35.3397622+00:00</Created> <CreatedBy>66f65c8b-d7e4-4f0b-be6c-34cdd4883af9</CreatedBy> <Updated>2026-03-22T10:58:35.3397622+00:00</Updated> <UpdatedBy>ed269f33-ba1e-4d5f-8c82-9674be937100</UpdatedBy> </ListItem>
{
"ID": "04a2ae39-a259-40cf-8e63-1fb55ff517fc",
"AncestorID": "ce3cdfb8-357c-4b39-8850-7eb8d89c8455",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "a82e6126-25b2-4f32-82f7-59bba9c97289",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-03-22T10:58:35.3397622+00:00",
"CreatedBy": "66f65c8b-d7e4-4f0b-be6c-34cdd4883af9",
"Updated": "2026-03-22T10:58:35.3397622+00:00",
"UpdatedBy": "ed269f33-ba1e-4d5f-8c82-9674be937100"
}