Create a project scope.
None.
This object takes all the parameters needed to create a new 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>5fedcd7b-12ba-419e-b22a-bce14f754fec</ID> <AncestorID>38583c6e-2abc-4832-b92a-87cc9b677810</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{ "ID": "5fedcd7b-12ba-419e-b22a-bce14f754fec", "AncestorID": "38583c6e-2abc-4832-b92a-87cc9b677810", "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>f7ea0ca4-3914-4a77-b156-e65b0b6994f0</ID> <AncestorID>476a0c72-91b7-4a90-82b6-e23c02b96e1b</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>5b810885-88bc-4ff8-85ee-1d8f4b0b215f</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2022-06-05T07:27:10.8479329+00:00</Created> <CreatedBy>7ba06b6b-328e-4a69-9a3a-58a3ef69d978</CreatedBy> <Updated>2022-06-05T07:27:10.8479329+00:00</Updated> <UpdatedBy>9acb1b1f-963e-49b9-8138-1c18ff19cddf</UpdatedBy> </ListItem>
{ "ID": "f7ea0ca4-3914-4a77-b156-e65b0b6994f0", "AncestorID": "476a0c72-91b7-4a90-82b6-e23c02b96e1b", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "5b810885-88bc-4ff8-85ee-1d8f4b0b215f", "Deleted": true, "DeletedByRef": true, "Created": "2022-06-05T07:27:10.8479329+00:00", "CreatedBy": "7ba06b6b-328e-4a69-9a3a-58a3ef69d978", "Updated": "2022-06-05T07:27:10.8479329+00:00", "UpdatedBy": "9acb1b1f-963e-49b9-8138-1c18ff19cddf" }