Create a new metric owner.
None.
This object takes all the parameters needed to create a new metric owner.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
MetricID
globally unique identifier
Required
ID of the given metric. |
IndividualID
globally unique identifier
Required
Individual ID of the owner of the given metric. |
ID
globally unique identifier
ReadOnly
ID of the metric owner for the given metric. |
MetricName
string
ReadOnly
Name of the given metric |
FirstName
string
ReadOnly
First name of the individual. |
LastName
string
ReadOnly
Last name of the individual. |
FullName
string
ReadOnly
Full name of the individual. |
Email
string
ReadOnly
Email address of the individual. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given metric owner. |
<MetricOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <MetricID>4274550e-c786-4728-b3b5-fabbda6396a6</MetricID> <IndividualID>e0aa159f-98d9-45ba-9ac9-f8986547c5a3</IndividualID> </MetricOwner>
{ "MetricID": "4274550e-c786-4728-b3b5-fabbda6396a6", "IndividualID": "e0aa159f-98d9-45ba-9ac9-f8986547c5a3" }
MetricID
globally unique identifier
Required
ID of the given metric. |
IndividualID
globally unique identifier
Required
Individual ID of the owner of the given metric. |
ID
globally unique identifier
ReadOnly
ID of the metric owner for the given metric. |
MetricName
string
ReadOnly
Name of the given metric |
FirstName
string
ReadOnly
First name of the individual. |
LastName
string
ReadOnly
Last name of the individual. |
FullName
string
ReadOnly
Full name of the individual. |
Email
string
ReadOnly
Email address of the individual. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given metric owner. |
<MetricOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <MetricID>a06d06ea-be44-433b-a2b3-fce3ff9a3337</MetricID> <IndividualID>a6ff4cd9-f616-4a5b-86c0-a8c2590c8057</IndividualID> <ID>83fe2e3b-5a6b-497e-8273-683eb5d94a52</ID> <MetricName>sample string 1</MetricName> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> <FullName>sample string 4</FullName> <Email>sample string 5</Email> <SiteID>a65266fc-a255-46db-a86d-1f9e19bee8a1</SiteID> </MetricOwner>
{ "MetricID": "a06d06ea-be44-433b-a2b3-fce3ff9a3337", "IndividualID": "a6ff4cd9-f616-4a5b-86c0-a8c2590c8057", "ID": "83fe2e3b-5a6b-497e-8273-683eb5d94a52", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "a65266fc-a255-46db-a86d-1f9e19bee8a1" }