Create a performance indicator.
None.
This object takes all the parameters needed to create a new 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>ed0d242a-bae5-4663-8b8b-b83b46547f88</ID> <BasicRoleID>1c78c6b5-4a35-4232-b1d9-a1cba453c08d</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </Indicator>
{
"ID": "ed0d242a-bae5-4663-8b8b-b83b46547f88",
"BasicRoleID": "1c78c6b5-4a35-4232-b1d9-a1cba453c08d",
"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>d639ff26-1aa5-4306-a400-8c93a26dbce8</ID> <BasicRoleID>bb9beeb3-f77e-46d0-8a71-acd044383af8</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>34ac62f2-0b65-4766-baaa-0b5202610649</SiteID> <BasicRoleName>sample string 4</BasicRoleName> <BasicRolePercentTime>64</BasicRolePercentTime> <BasicRoleRank>1</BasicRoleRank> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Updated>2026-06-10T06:34:26.7652402+00:00</Updated> <UpdatedBy>a79d1164-6129-4b7f-be42-9b60e17c05d5</UpdatedBy> <Created>2026-06-10T06:34:26.7652402+00:00</Created> <CreatedBy>b2a30f28-06b5-4b1a-9fc4-6c656e0f8f75</CreatedBy> </Indicator>
{
"ID": "d639ff26-1aa5-4306-a400-8c93a26dbce8",
"BasicRoleID": "bb9beeb3-f77e-46d0-8a71-acd044383af8",
"Rank": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"SiteID": "34ac62f2-0b65-4766-baaa-0b5202610649",
"BasicRoleName": "sample string 4",
"BasicRolePercentTime": 64,
"BasicRoleRank": 1,
"Deleted": true,
"DeletedByRef": true,
"Updated": "2026-06-10T06:34:26.7652402+00:00",
"UpdatedBy": "a79d1164-6129-4b7f-be42-9b60e17c05d5",
"Created": "2026-06-10T06:34:26.7652402+00:00",
"CreatedBy": "b2a30f28-06b5-4b1a-9fc4-6c656e0f8f75"
}