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>c9bcca38-e245-4387-b585-e1a0e6107832</ID> <AncestorID>fa68ef12-a7d1-4e1f-a256-2b5d0b01a798</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
"ID": "c9bcca38-e245-4387-b585-e1a0e6107832",
"AncestorID": "fa68ef12-a7d1-4e1f-a256-2b5d0b01a798",
"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>0e09ffe0-eb06-4498-866d-f2ef2da9c4d3</ID> <AncestorID>1b5e552d-782b-4365-8929-6b5ad9c1cf85</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>7de4e226-f64d-47af-97f0-a3f030d0fc04</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-12-23T16:30:21.0833399+00:00</Created> <CreatedBy>bc0b7667-c693-4ff1-9dca-9a889b3796af</CreatedBy> <Updated>2025-12-23T16:30:21.0833399+00:00</Updated> <UpdatedBy>5407a17f-5bad-42dd-b75f-5b49b4b1c7d0</UpdatedBy> </ListItem>
{
"ID": "0e09ffe0-eb06-4498-866d-f2ef2da9c4d3",
"AncestorID": "1b5e552d-782b-4365-8929-6b5ad9c1cf85",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "7de4e226-f64d-47af-97f0-a3f030d0fc04",
"Deleted": true,
"DeletedByRef": true,
"Created": "2025-12-23T16:30:21.0833399+00:00",
"CreatedBy": "bc0b7667-c693-4ff1-9dca-9a889b3796af",
"Updated": "2025-12-23T16:30:21.0833399+00:00",
"UpdatedBy": "5407a17f-5bad-42dd-b75f-5b49b4b1c7d0"
}