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>d8fe3909-3329-44da-823b-556e093b4174</ID> <AncestorID>bbf7a638-30e9-45f5-9c03-014accc37ddc</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "d8fe3909-3329-44da-823b-556e093b4174",
"AncestorID": "bbf7a638-30e9-45f5-9c03-014accc37ddc",
"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>00804a5e-e6a9-4394-b838-6a8156b53691</ID> <AncestorID>85167e46-d7f4-4e11-9ad9-5740b2684fab</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>8131196e-e3b5-4dae-be5c-b1efc1e3c080</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2026-06-11T02:42:43.0573779+00:00</Created> <CreatedBy>d42f49c6-1711-40fa-b13b-6f79a1ee1909</CreatedBy> <Updated>2026-06-11T02:42:43.0573779+00:00</Updated> <UpdatedBy>51d3fd84-929a-490f-ad7e-e5f3f4f59a0a</UpdatedBy> </ListItem>
{
"ID": "00804a5e-e6a9-4394-b838-6a8156b53691",
"AncestorID": "85167e46-d7f4-4e11-9ad9-5740b2684fab",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "8131196e-e3b5-4dae-be5c-b1efc1e3c080",
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-06-11T02:42:43.0573779+00:00",
"CreatedBy": "d42f49c6-1711-40fa-b13b-6f79a1ee1909",
"Updated": "2026-06-11T02:42:43.0573779+00:00",
"UpdatedBy": "51d3fd84-929a-490f-ad7e-e5f3f4f59a0a"
}