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>ee421f06-df60-4d83-919c-707de765f744</MetricID> <IndividualID>cda42d85-deba-4d6b-af0c-1aeefc9a55be</IndividualID> </MetricOwner>
{ "MetricID": "ee421f06-df60-4d83-919c-707de765f744", "IndividualID": "cda42d85-deba-4d6b-af0c-1aeefc9a55be" }
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>54bb16be-d5bc-4f1e-9118-7b1bf1ec98ff</MetricID> <IndividualID>5db93ec6-8b38-4a88-abcd-8340b73048ef</IndividualID> <ID>fe8d48af-7198-45ec-9443-47ac41fc62cd</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>0efacc71-d268-4632-a835-ff7f98a6b4ee</SiteID> </MetricOwner>
{ "MetricID": "54bb16be-d5bc-4f1e-9118-7b1bf1ec98ff", "IndividualID": "5db93ec6-8b38-4a88-abcd-8340b73048ef", "ID": "fe8d48af-7198-45ec-9443-47ac41fc62cd", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "0efacc71-d268-4632-a835-ff7f98a6b4ee" }