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>4f00fe33-c0ca-4c56-978f-9881066e7268</ID> <BasicRoleID>098b3044-e90e-4d72-9d85-55eee518f5d9</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </Indicator>
{
"ID": "4f00fe33-c0ca-4c56-978f-9881066e7268",
"BasicRoleID": "098b3044-e90e-4d72-9d85-55eee518f5d9",
"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>f6921a80-3d39-4e45-8a54-9f7a84d63dc7</ID> <BasicRoleID>57b5ed07-1985-4161-96fe-df4765c9ae7c</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>83af57fd-727e-4316-acfd-b7cf53006e12</SiteID> <BasicRoleName>sample string 4</BasicRoleName> <BasicRolePercentTime>64</BasicRolePercentTime> <BasicRoleRank>1</BasicRoleRank> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Updated>2026-05-06T06:05:10.925684+00:00</Updated> <UpdatedBy>27b62de2-d38f-439f-9e4f-fac61ffc97ce</UpdatedBy> <Created>2026-05-06T06:05:10.925684+00:00</Created> <CreatedBy>03f3fa52-5a1a-4831-bf9e-df6600741f99</CreatedBy> </Indicator>
{
"ID": "f6921a80-3d39-4e45-8a54-9f7a84d63dc7",
"BasicRoleID": "57b5ed07-1985-4161-96fe-df4765c9ae7c",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "83af57fd-727e-4316-acfd-b7cf53006e12",
"BasicRoleName": "sample string 4",
"BasicRolePercentTime": 64,
"BasicRoleRank": 1,
"Deleted": true,
"DeletedByRef": true,
"Updated": "2026-05-06T06:05:10.925684+00:00",
"UpdatedBy": "27b62de2-d38f-439f-9e4f-fac61ffc97ce",
"Created": "2026-05-06T06:05:10.925684+00:00",
"CreatedBy": "03f3fa52-5a1a-4831-bf9e-df6600741f99"
}