Create a new supervisory scope.
None.
This object takes all the parameters needed to create a new supervisory scope.
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>be5090c8-2741-4872-882c-c61508d59c23</ID> <AncestorID>b531c315-1b95-47dd-95fe-ae7523c9c658</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "be5090c8-2741-4872-882c-c61508d59c23", "AncestorID": "b531c315-1b95-47dd-95fe-ae7523c9c658", "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>6e211dcb-e332-4187-ad50-2170d824d72b</ID> <AncestorID>5ecc9c08-58cd-490e-8248-9907a54e9a07</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>fdab81b3-3e92-435c-814a-0ec05de2a4b2</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2024-10-24T07:59:20.8247276+00:00</Created> <CreatedBy>d46547a9-ec09-4c5a-b759-b7f8c1714f04</CreatedBy> <Updated>2024-10-24T07:59:20.8247276+00:00</Updated> <UpdatedBy>bbde35ed-6385-4422-9d47-54683cc101e6</UpdatedBy> </ListItem>
{ "ID": "6e211dcb-e332-4187-ad50-2170d824d72b", "AncestorID": "5ecc9c08-58cd-490e-8248-9907a54e9a07", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "fdab81b3-3e92-435c-814a-0ec05de2a4b2", "Deleted": true, "DeletedByRef": true, "Created": "2024-10-24T07:59:20.8247276+00:00", "CreatedBy": "d46547a9-ec09-4c5a-b759-b7f8c1714f04", "Updated": "2024-10-24T07:59:20.8247276+00:00", "UpdatedBy": "bbde35ed-6385-4422-9d47-54683cc101e6" }