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>6cfc7c8e-3da8-46bc-9341-6f295cb347e5</ID> <AncestorID>5cf625da-ff84-4052-943e-57a591bbddb3</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </ListItem>
{
  "ID": "6cfc7c8e-3da8-46bc-9341-6f295cb347e5",
  "AncestorID": "5cf625da-ff84-4052-943e-57a591bbddb3",
  "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>1d96e654-0fb9-4dd1-9997-47ee9bb0131a</ID> <AncestorID>7b7eb4f0-a35f-47c1-85c5-6be71e6e471e</AncestorID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>68165a05-a228-43b3-9f1d-297b766c0051</SiteID> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Created>2025-10-31T13:33:34.7343776+00:00</Created> <CreatedBy>d0bfa9f0-a7ac-4c1b-af55-b08422ee034f</CreatedBy> <Updated>2025-10-31T13:33:34.7343776+00:00</Updated> <UpdatedBy>07eca1f8-afa3-4486-984a-a1e3f50eb3b6</UpdatedBy> </ListItem>
{
  "ID": "1d96e654-0fb9-4dd1-9997-47ee9bb0131a",
  "AncestorID": "7b7eb4f0-a35f-47c1-85c5-6be71e6e471e",
  "Rank": 1,
  "Name": "sample string 1",
  "Description": "sample string 2",
  "SiteID": "68165a05-a228-43b3-9f1d-297b766c0051",
  "Deleted": true,
  "DeletedByRef": true,
  "Created": "2025-10-31T13:33:34.7343776+00:00",
  "CreatedBy": "d0bfa9f0-a7ac-4c1b-af55-b08422ee034f",
  "Updated": "2025-10-31T13:33:34.7343776+00:00",
  "UpdatedBy": "07eca1f8-afa3-4486-984a-a1e3f50eb3b6"
}