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>59d45442-ecaa-47ce-9dbe-8800979838b2</ID> <AncestorID>0ecc198b-9b30-42e1-9c64-f85b5fa06ce7</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>e2d76cad-438f-40c0-890d-ac0329819b40</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-01T11:29:57.1797116+00:00</Created> <CreatedBy>1f1d7ddd-5637-4e3e-9075-fbea424ca373</CreatedBy> <Updated>2025-10-01T11:29:57.1797116+00:00</Updated> <UpdatedBy>f5547233-bb8f-4378-9a37-e073ba991df8</UpdatedBy> </ListItem>
{ "ID": "59d45442-ecaa-47ce-9dbe-8800979838b2", "AncestorID": "0ecc198b-9b30-42e1-9c64-f85b5fa06ce7", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "e2d76cad-438f-40c0-890d-ac0329819b40", "Deleted": true, "DeletedByRef": true, "Created": "2025-10-01T11:29:57.1797116+00:00", "CreatedBy": "1f1d7ddd-5637-4e3e-9075-fbea424ca373", "Updated": "2025-10-01T11:29:57.1797116+00:00", "UpdatedBy": "f5547233-bb8f-4378-9a37-e073ba991df8" }
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>49d48711-18f7-43d7-8634-19053a6cbfa6</ID> <AncestorID>3e9d8d77-1949-42dd-86a6-33c83f2f5383</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>627b18db-f907-4b76-9c06-6a7d5566b6e5</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-01T11:29:57.2283889+00:00</Created> <CreatedBy>119021d1-b142-43b4-bc29-08000d223093</CreatedBy> <Updated>2025-10-01T11:29:57.2283889+00:00</Updated> <UpdatedBy>969385d3-a365-414e-b984-28e0ffb1489b</UpdatedBy> </ListItem>
{ "ID": "49d48711-18f7-43d7-8634-19053a6cbfa6", "AncestorID": "3e9d8d77-1949-42dd-86a6-33c83f2f5383", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "627b18db-f907-4b76-9c06-6a7d5566b6e5", "Deleted": true, "DeletedByRef": true, "Created": "2025-10-01T11:29:57.2283889+00:00", "CreatedBy": "119021d1-b142-43b4-bc29-08000d223093", "Updated": "2025-10-01T11:29:57.2283889+00:00", "UpdatedBy": "969385d3-a365-414e-b984-28e0ffb1489b" }