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>382e3fba-d070-4e2d-b47b-4c3381fae44d</ID> <AncestorID>2cddcd37-d914-47ac-9f7f-8172548792f4</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "382e3fba-d070-4e2d-b47b-4c3381fae44d",
"AncestorID": "2cddcd37-d914-47ac-9f7f-8172548792f4",
"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>db34c76e-0627-4b27-b43a-ba03d8b41c0c</ID> <AncestorID>e388b974-064e-47e2-a6d7-918725fd2bdd</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>6a36e028-89bf-459f-aee2-8c663e2d0aef</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-04-17T21:29:14.5465503+00:00</Created> <CreatedBy>2d0194b8-372e-45b4-847c-1349a0d77ed1</CreatedBy> <Updated>2026-04-17T21:29:14.5465503+00:00</Updated> <UpdatedBy>95c55069-ead6-4aa4-bb00-6564c3431a79</UpdatedBy> </ListItem>
{
"ID": "db34c76e-0627-4b27-b43a-ba03d8b41c0c",
"AncestorID": "e388b974-064e-47e2-a6d7-918725fd2bdd",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "6a36e028-89bf-459f-aee2-8c663e2d0aef",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-04-17T21:29:14.5465503+00:00",
"CreatedBy": "2d0194b8-372e-45b4-847c-1349a0d77ed1",
"Updated": "2026-04-17T21:29:14.5465503+00:00",
"UpdatedBy": "95c55069-ead6-4aa4-bb00-6564c3431a79"
}