Update a performance indicator.
id
globally unique identifier
Required
Guid ID of the performance indicator to be updated. |
This object takes all the parameters needed to update a performance indicator.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the given performance indicator. |
BasicRoleID
globally unique identifier
ID of the given basic role. |
Rank
integer
Rank of the given performance indicator. |
Name
string
Required
Name of the given performance indicator. (Max length 200 characters) |
Description
string
Description of the given performance indicator. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given performance indicator. |
BasicRoleName
string
ReadOnly
Name of the basic role for the given performance indicator. |
BasicRolePercentTime
byte
ReadOnly
Percent of time that should be devoted to the given basic role. |
BasicRoleRank
integer
ReadOnly
Rank of the given basic role. |
Deleted
boolean
ReadOnly
Deleted status of the given performance indicator. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given performance indicator. |
Updated
date
ReadOnly
Date when the given performance indicator was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the given performance indicator. |
Created
date
ReadOnly
Date when the given performance indicator was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the given performance indicator. |
<Indicator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>386a519d-c91f-4b2b-a728-aef441891410</ID> <BasicRoleID>59544aba-547a-402a-becc-3b04ddf14e15</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </Indicator>
{ "ID": "386a519d-c91f-4b2b-a728-aef441891410", "BasicRoleID": "59544aba-547a-402a-becc-3b04ddf14e15", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2" }
ID
globally unique identifier
Required on Update
ID of the given performance indicator. |
BasicRoleID
globally unique identifier
ID of the given basic role. |
Rank
integer
Rank of the given performance indicator. |
Name
string
Required
Name of the given performance indicator. (Max length 200 characters) |
Description
string
Description of the given performance indicator. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given performance indicator. |
BasicRoleName
string
ReadOnly
Name of the basic role for the given performance indicator. |
BasicRolePercentTime
byte
ReadOnly
Percent of time that should be devoted to the given basic role. |
BasicRoleRank
integer
ReadOnly
Rank of the given basic role. |
Deleted
boolean
ReadOnly
Deleted status of the given performance indicator. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given performance indicator. |
Updated
date
ReadOnly
Date when the given performance indicator was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the given performance indicator. |
Created
date
ReadOnly
Date when the given performance indicator was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the given performance indicator. |
<Indicator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>c5d82251-14a7-4c98-a8c1-1cbe578c1a82</ID> <BasicRoleID>f401b7d5-3527-4295-9827-6451fecb4675</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>87e73b22-24b0-45e8-8d2b-6c73f1d09615</SiteID> <BasicRoleName>sample string 4</BasicRoleName> <BasicRolePercentTime>64</BasicRolePercentTime> <BasicRoleRank>1</BasicRoleRank> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Updated>2025-03-08T05:31:22.6954006+00:00</Updated> <UpdatedBy>756fb49a-9640-4de3-ada4-dfe1baeae368</UpdatedBy> <Created>2025-03-08T05:31:22.6954006+00:00</Created> <CreatedBy>b6ed85ff-e39b-44f0-80d6-24c9a98e2442</CreatedBy> </Indicator>
{ "ID": "c5d82251-14a7-4c98-a8c1-1cbe578c1a82", "BasicRoleID": "f401b7d5-3527-4295-9827-6451fecb4675", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "87e73b22-24b0-45e8-8d2b-6c73f1d09615", "BasicRoleName": "sample string 4", "BasicRolePercentTime": 64, "BasicRoleRank": 1, "Deleted": true, "DeletedByRef": true, "Updated": "2025-03-08T05:31:22.6954006+00:00", "UpdatedBy": "756fb49a-9640-4de3-ada4-dfe1baeae368", "Created": "2025-03-08T05:31:22.6954006+00:00", "CreatedBy": "b6ed85ff-e39b-44f0-80d6-24c9a98e2442" }