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>18225674-25dc-4307-8b1b-ad4454e0bc0c</ID> <BasicRoleID>b5c8d33b-91a1-42b8-a4d4-5da5a363162e</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> </Indicator>
{ "ID": "18225674-25dc-4307-8b1b-ad4454e0bc0c", "BasicRoleID": "b5c8d33b-91a1-42b8-a4d4-5da5a363162e", "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>b7b78685-c589-4f3b-8b79-779e5b86bb8c</ID> <BasicRoleID>3fc7bfa1-9282-46f5-9779-bac13ae0a9f7</BasicRoleID> <Rank>1</Rank> <Name>sample string 1</Name> <Description>sample string 2</Description> <SiteID>9700f263-e140-4c5e-baf0-238aba3b3620</SiteID> <BasicRoleName>sample string 4</BasicRoleName> <BasicRolePercentTime>64</BasicRolePercentTime> <BasicRoleRank>1</BasicRoleRank> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> <Updated>2025-05-22T23:19:55.2937774+00:00</Updated> <UpdatedBy>f2c48cf3-b1b3-4496-a644-8dfff14b4f36</UpdatedBy> <Created>2025-05-22T23:19:55.2937774+00:00</Created> <CreatedBy>1b2411eb-5bd1-4ecd-bc4e-8d4caaf916fa</CreatedBy> </Indicator>
{ "ID": "b7b78685-c589-4f3b-8b79-779e5b86bb8c", "BasicRoleID": "3fc7bfa1-9282-46f5-9779-bac13ae0a9f7", "Rank": 1, "Name": "sample string 1", "Description": "sample string 2", "SiteID": "9700f263-e140-4c5e-baf0-238aba3b3620", "BasicRoleName": "sample string 4", "BasicRolePercentTime": 64, "BasicRoleRank": 1, "Deleted": true, "DeletedByRef": true, "Updated": "2025-05-22T23:19:55.2937774+00:00", "UpdatedBy": "f2c48cf3-b1b3-4496-a644-8dfff14b4f36", "Created": "2025-05-22T23:19:55.2937774+00:00", "CreatedBy": "1b2411eb-5bd1-4ecd-bc4e-8d4caaf916fa" }