Update a color. Admin
| 
							id
							
								integer
											Required
							
							 Guid ID of the color to be updated.  | 
						
					
This object takes all the parameters needed to update a color.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList| 
								
							ID
							
								integer
											Required on Update
							
							 ID of the given color.  | 
						
					
| 
							SiteID
							
								globally unique identifier
											Required
							
							 ID of the site for the given color.  | 
						
					
| 
							Rank
							
								integer
											Required
							
							 Rank of the given color.  | 
						
					
| 
							Name
							
								string
											Required
							
							 Name of the given color. (Max length 50 characters)  | 
						
					
| 
							Code
							
								string
											Required
							
							 Hex Value of the given color.  | 
						
					
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>1009415f-0e06-4145-b1c2-287675ba69ec</SiteID> <Rank>1</Rank> <Name>sample string 1</Name> <Code>sample string 2</Code> </Color>
{
  "ID": 1,
  "SiteID": "1009415f-0e06-4145-b1c2-287675ba69ec",
  "Rank": 1,
  "Name": "sample string 1",
  "Code": "sample string 2"
}
        | 
								
							ID
							
								integer
											Required on Update
							
							 ID of the given color.  | 
						
					
| 
							SiteID
							
								globally unique identifier
											Required
							
							 ID of the site for the given color.  | 
						
					
| 
							Rank
							
								integer
											Required
							
							 Rank of the given color.  | 
						
					
| 
							Name
							
								string
											Required
							
							 Name of the given color. (Max length 50 characters)  | 
						
					
| 
							Code
							
								string
											Required
							
							 Hex Value of the given color.  | 
						
					
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>88517c05-c084-4015-a658-e9177a420349</SiteID> <Rank>1</Rank> <Name>sample string 1</Name> <Code>sample string 2</Code> </Color>
{
  "ID": 1,
  "SiteID": "88517c05-c084-4015-a658-e9177a420349",
  "Rank": 1,
  "Name": "sample string 1",
  "Code": "sample string 2"
}