Update a supervisory scope.
id
globally unique identifier
Required
Guid ID of the Supervisory Scope to be updated. |
This object takes all the parameters needed to update a 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>72b2ed49-cc3e-4f77-bd9d-09df8c6fd309</ID> <AncestorID>28feeac4-6227-4f19-8f02-d10d7f1e774d</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "72b2ed49-cc3e-4f77-bd9d-09df8c6fd309", "AncestorID": "28feeac4-6227-4f19-8f02-d10d7f1e774d", "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>593c8231-546e-45a9-9789-4fefa7dec295</ID> <AncestorID>a4278478-7402-4fab-bfd5-d203a410ffb0</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>c7bc7600-a18d-4e7a-9861-b8ac396fe4f6</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-02-16T21:19:19.8203856+00:00</Created> <CreatedBy>c33904bd-a51f-493a-b80e-856657617d02</CreatedBy> <Updated>2025-02-16T21:19:19.8203856+00:00</Updated> <UpdatedBy>06f8b8ce-2488-4c94-aed3-b7a0d895e699</UpdatedBy> </ListItem>
{ "ID": "593c8231-546e-45a9-9789-4fefa7dec295", "AncestorID": "a4278478-7402-4fab-bfd5-d203a410ffb0", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "c7bc7600-a18d-4e7a-9861-b8ac396fe4f6", "Deleted": true, "DeletedByRef": true, "Created": "2025-02-16T21:19:19.8203856+00:00", "CreatedBy": "c33904bd-a51f-493a-b80e-856657617d02", "Updated": "2025-02-16T21:19:19.8203856+00:00", "UpdatedBy": "06f8b8ce-2488-4c94-aed3-b7a0d895e699" }