Create a new accountability for an individual.
None.
This object takes all the parameters needed to create a new 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>f1ec884e-9067-4be6-87d4-0e24fc5ff953</ID> <AncestorID>655ab332-ca7b-4af0-b88a-e460855056cd</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "f1ec884e-9067-4be6-87d4-0e24fc5ff953", "AncestorID": "655ab332-ca7b-4af0-b88a-e460855056cd", "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>d931eb3f-081d-4192-a04c-0c3d1ae6779f</ID> <AncestorID>e0d8b36b-00eb-4baa-b9a0-a105746653b2</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>fcb04b88-57f0-409e-92bd-323a7378d459</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2024-10-23T19:26:48.6640712+00:00</Created> <CreatedBy>34d48ffc-9836-4486-8ac4-d006d8e63ad9</CreatedBy> <Updated>2024-10-23T19:26:48.6640712+00:00</Updated> <UpdatedBy>8db5d17e-9643-4ddd-8eae-42c96540ecd4</UpdatedBy> </ListItem>
{ "ID": "d931eb3f-081d-4192-a04c-0c3d1ae6779f", "AncestorID": "e0d8b36b-00eb-4baa-b9a0-a105746653b2", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "fcb04b88-57f0-409e-92bd-323a7378d459", "Deleted": true, "DeletedByRef": true, "Created": "2024-10-23T19:26:48.6640712+00:00", "CreatedBy": "34d48ffc-9836-4486-8ac4-d006d8e63ad9", "Updated": "2024-10-23T19:26:48.6640712+00:00", "UpdatedBy": "8db5d17e-9643-4ddd-8eae-42c96540ecd4" }