Update a projcet scope.
id
globally unique identifier
Required
Guid ID of the project scope to be updated. |
This object takes all the parameters needed to update an project 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>00a0a6df-30ba-4804-94f0-9176b75afdb5</ID> <AncestorID>01f4e898-ac20-4b59-a4fc-eac8eea5e346</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "00a0a6df-30ba-4804-94f0-9176b75afdb5", "AncestorID": "01f4e898-ac20-4b59-a4fc-eac8eea5e346", "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>c6131e58-35b6-4d76-8cfe-cc45b1f2d1b3</ID> <AncestorID>febd0f04-8595-4364-8197-57bdea8c5c79</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>9a4cfc6b-a979-49e2-8242-ea0e5923ea56</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-07-15T18:53:44.5810939+00:00</Created> <CreatedBy>5e3e6cc8-c60d-484c-be8a-f7587c85da5b</CreatedBy> <Updated>2025-07-15T18:53:44.5810939+00:00</Updated> <UpdatedBy>c1007543-ebcb-4377-8227-8c3bf5d1c9ad</UpdatedBy> </ListItem>
{ "ID": "c6131e58-35b6-4d76-8cfe-cc45b1f2d1b3", "AncestorID": "febd0f04-8595-4364-8197-57bdea8c5c79", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "9a4cfc6b-a979-49e2-8242-ea0e5923ea56", "Deleted": true, "DeletedByRef": true, "Created": "2025-07-15T18:53:44.5810939+00:00", "CreatedBy": "5e3e6cc8-c60d-484c-be8a-f7587c85da5b", "Updated": "2025-07-15T18:53:44.5810939+00:00", "UpdatedBy": "c1007543-ebcb-4377-8227-8c3bf5d1c9ad" }