Update an organization.
| 
							id
							
								globally unique identifier
											Required
							
							 Guid ID of the organization to be updated.  | 
						
					
This object takes all the parameters needed to update an organization.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList| 
								
							ID
							
								globally unique identifier
											Required on Update
							
							 ID of the given organization/department.  | 
						
					
| 
							SiteID
							
								globally unique identifier
							
							 ID of the site for the given organization/department.  | 
						
					
| 
							ParentID
							
								globally unique identifier
							
							 ID of the parent for the given organization/department. This will be a site ID for a given organization or an organization ID for a given department.  | 
						
					
| 
							Rank
							
								integer
											Required
							
							 Rank of the given organization/department.  | 
						
					
| 
							Name
							
								string
											Required
							
							 Name of the given organization/department. (Max length 100 characters)  | 
						
					
| 
							EmotionalGoal
							
								string
							
							 Emotional Goal of the given organization/department. (Max length 1000 characters)  | 
						
					
| 
							Focus
							
								string
							
							 Focus of the given organization/department.  | 
						
					
| 
							Picture
							
								        Collection of byte
							
							 Picture of the given organization/department.  | 
						
					
| 
							RowType
							
								integer
											ReadOnly
							
							 RowType of the given organization(4) or department(56).  | 
						
					
| 
							RankPath
							
								        Collection of byte
											ReadOnly
							
							 Current rank of the given Organization/Department in a byte array.  | 
						
					
| 
							RankOrder
							
								string
											ReadOnly
							
							 Rank in string format, (0001.0001.0001) for the given organization/department.  | 
						
					
| 
							DisplayRank
							
								string
											ReadOnly
							
							 Rank that is actually displayed.  | 
						
					
| 
							Level
							
								integer
											ReadOnly
							
							 Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3  | 
						
					
| 
							Values
							
								string
											ReadOnly
							
							 Value of the given organization/department.  | 
						
					
| 
							Deleted
							
								boolean
											ReadOnly
							
							 Deleted status of the given organization/department.  | 
						
					
| 
							DeletedByRef
							
								boolean
											ReadOnly
							
							 Deleted by reference status of the given organization/department.  | 
						
					
| 
							Created
							
								date
											ReadOnly
							
							 Date the given organization/department was created.  | 
						
					
| 
							CreatedBy
							
								globally unique identifier
											ReadOnly
							
							 ID of the individual who created the given organization/department.  | 
						
					
| 
							Updated
							
								date
											ReadOnly
							
							 The date that the given organization/department was last updated.  | 
						
					
| 
							UpdatedBy
							
								globally unique identifier
											ReadOnly
							
							 The ID of the individual that updated the given organization/department.  | 
						
					
| 
							LastComment
							
								string
											ReadOnly
							
							 Body of the most recent comment.  | 
						
					
| 
							LastCommentDate
							
								date
											ReadOnly
							
							 Date the most recent comment was posted.  | 
						
					
| 
							LastCommentByID
							
								globally unique identifier
											ReadOnly
							
							 ID of the user who posted the most recent comment.  | 
						
					
| 
							LastCommentBy
							
								string
											ReadOnly
							
							 Name of the user who posted the most recent comment.  | 
						
					
| 
							ParentName
							
								string
											ReadOnly
							
							 Name of the parent for the given Organization/Department. This will be a site for a given organization or an organization for a given department.  | 
						
					
| 
							CanRead
							
								boolean
											ReadOnly
							
							 Read security setting for the object based on the current logged in user.  | 
						
					
| 
							CanUpdate
							
								boolean
											ReadOnly
							
							 Update security setting for the object based on the current logged in user.  | 
						
					
| 
							CanDelete
							
								boolean
											ReadOnly
							
							 Delete security setting for the object based on the current logged in user.  | 
						
					
| 
							CanDelegate
							
								boolean
											ReadOnly
							
							 Delegate security setting for the object based on the current logged in user.  | 
						
					
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>e2fa1a09-bad0-4a66-bebb-f93632be0ed1</ID> <SiteID>a553b85d-311d-4dd1-ac9b-09f9abe2a35b</SiteID> <ParentID>d0379d46-20f5-415a-8b70-14e9276dfafc</ParentID> <Rank>1</Rank> <Name>sample string 1</Name> <EmotionalGoal>sample string 2</EmotionalGoal> <Focus>sample string 3</Focus> <Picture>QEA=</Picture> </Organization>
{
  "ID": "e2fa1a09-bad0-4a66-bebb-f93632be0ed1",
  "SiteID": "a553b85d-311d-4dd1-ac9b-09f9abe2a35b",
  "ParentID": "d0379d46-20f5-415a-8b70-14e9276dfafc",
  "Rank": 1,
  "Name": "sample string 1",
  "EmotionalGoal": "sample string 2",
  "Focus": "sample string 3",
  "Picture": "QEA="
}
        | 
								
							ID
							
								globally unique identifier
											Required on Update
							
							 ID of the given organization/department.  | 
						
					
| 
							SiteID
							
								globally unique identifier
							
							 ID of the site for the given organization/department.  | 
						
					
| 
							ParentID
							
								globally unique identifier
							
							 ID of the parent for the given organization/department. This will be a site ID for a given organization or an organization ID for a given department.  | 
						
					
| 
							Rank
							
								integer
											Required
							
							 Rank of the given organization/department.  | 
						
					
| 
							Name
							
								string
											Required
							
							 Name of the given organization/department. (Max length 100 characters)  | 
						
					
| 
							EmotionalGoal
							
								string
							
							 Emotional Goal of the given organization/department. (Max length 1000 characters)  | 
						
					
| 
							Focus
							
								string
							
							 Focus of the given organization/department.  | 
						
					
| 
							Picture
							
								        Collection of byte
							
							 Picture of the given organization/department.  | 
						
					
| 
							RowType
							
								integer
											ReadOnly
							
							 RowType of the given organization(4) or department(56).  | 
						
					
| 
							RankPath
							
								        Collection of byte
											ReadOnly
							
							 Current rank of the given Organization/Department in a byte array.  | 
						
					
| 
							RankOrder
							
								string
											ReadOnly
							
							 Rank in string format, (0001.0001.0001) for the given organization/department.  | 
						
					
| 
							DisplayRank
							
								string
											ReadOnly
							
							 Rank that is actually displayed.  | 
						
					
| 
							Level
							
								integer
											ReadOnly
							
							 Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3  | 
						
					
| 
							Values
							
								string
											ReadOnly
							
							 Value of the given organization/department.  | 
						
					
| 
							Deleted
							
								boolean
											ReadOnly
							
							 Deleted status of the given organization/department.  | 
						
					
| 
							DeletedByRef
							
								boolean
											ReadOnly
							
							 Deleted by reference status of the given organization/department.  | 
						
					
| 
							Created
							
								date
											ReadOnly
							
							 Date the given organization/department was created.  | 
						
					
| 
							CreatedBy
							
								globally unique identifier
											ReadOnly
							
							 ID of the individual who created the given organization/department.  | 
						
					
| 
							Updated
							
								date
											ReadOnly
							
							 The date that the given organization/department was last updated.  | 
						
					
| 
							UpdatedBy
							
								globally unique identifier
											ReadOnly
							
							 The ID of the individual that updated the given organization/department.  | 
						
					
| 
							LastComment
							
								string
											ReadOnly
							
							 Body of the most recent comment.  | 
						
					
| 
							LastCommentDate
							
								date
											ReadOnly
							
							 Date the most recent comment was posted.  | 
						
					
| 
							LastCommentByID
							
								globally unique identifier
											ReadOnly
							
							 ID of the user who posted the most recent comment.  | 
						
					
| 
							LastCommentBy
							
								string
											ReadOnly
							
							 Name of the user who posted the most recent comment.  | 
						
					
| 
							ParentName
							
								string
											ReadOnly
							
							 Name of the parent for the given Organization/Department. This will be a site for a given organization or an organization for a given department.  | 
						
					
| 
							CanRead
							
								boolean
											ReadOnly
							
							 Read security setting for the object based on the current logged in user.  | 
						
					
| 
							CanUpdate
							
								boolean
											ReadOnly
							
							 Update security setting for the object based on the current logged in user.  | 
						
					
| 
							CanDelete
							
								boolean
											ReadOnly
							
							 Delete security setting for the object based on the current logged in user.  | 
						
					
| 
							CanDelegate
							
								boolean
											ReadOnly
							
							 Delegate security setting for the object based on the current logged in user.  | 
						
					
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>bcbc2f69-3d13-4da5-95a2-8b72db91c005</ID>
  <SiteID>c55ed871-98dd-4591-bb94-628be8d5763a</SiteID>
  <ParentID>b8cf84ac-161a-4bab-8d2b-30dbd525c003</ParentID>
  <Rank>1</Rank>
  <Name>sample string 1</Name>
  <EmotionalGoal>sample string 2</EmotionalGoal>
  <Focus>sample string 3</Focus>
  <Picture>QEA=</Picture>
  <RowType>1</RowType>
  <RankPath>QEA=</RankPath>
  <RankOrder>sample string 4</RankOrder>
  <DisplayRank>sample string 5</DisplayRank>
  <Level>1</Level>
  <Values>sample string 6</Values>
  <Deleted>true</Deleted>
  <DeletedByRef>true</DeletedByRef>
  <Created>2025-10-31T14:22:18.4837532+00:00</Created>
  <CreatedBy>ae899573-d3d1-43cc-a3b6-16528a2bb76a</CreatedBy>
  <Updated>2025-10-31T14:22:18.4837532+00:00</Updated>
  <UpdatedBy>c8e47a31-0163-405a-9c98-6919acb39181</UpdatedBy>
  <LastComment>sample string 7</LastComment>
  <LastCommentDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-10-31T14:22:18.4837532Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </LastCommentDate>
  <LastCommentByID>25eebf13-4f3c-4671-a85d-e7f33bd2e82f</LastCommentByID>
  <LastCommentBy>sample string 8</LastCommentBy>
  <ParentName>sample string 9</ParentName>
  <CanRead>true</CanRead>
  <CanUpdate>true</CanUpdate>
  <CanDelete>true</CanDelete>
  <CanDelegate>true</CanDelegate>
</Organization>
        
{
  "ID": "bcbc2f69-3d13-4da5-95a2-8b72db91c005",
  "SiteID": "c55ed871-98dd-4591-bb94-628be8d5763a",
  "ParentID": "b8cf84ac-161a-4bab-8d2b-30dbd525c003",
  "Rank": 1,
  "Name": "sample string 1",
  "EmotionalGoal": "sample string 2",
  "Focus": "sample string 3",
  "Picture": "QEA=",
  "RowType": 1,
  "RankPath": "QEA=",
  "RankOrder": "sample string 4",
  "DisplayRank": "sample string 5",
  "Level": 1,
  "Values": "sample string 6",
  "Deleted": true,
  "DeletedByRef": true,
  "Created": "2025-10-31T14:22:18.4837532+00:00",
  "CreatedBy": "ae899573-d3d1-43cc-a3b6-16528a2bb76a",
  "Updated": "2025-10-31T14:22:18.4837532+00:00",
  "UpdatedBy": "c8e47a31-0163-405a-9c98-6919acb39181",
  "LastComment": "sample string 7",
  "LastCommentDate": "2025-10-31T14:22:18.4837532+00:00",
  "LastCommentByID": "25eebf13-4f3c-4671-a85d-e7f33bd2e82f",
  "LastCommentBy": "sample string 8",
  "ParentName": "sample string 9",
  "CanRead": true,
  "CanUpdate": true,
  "CanDelete": true,
  "CanDelegate": true
}