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>62aa9b58-cf77-4464-88f8-86d20b0efd26</MetricID> <IndividualID>a0a22796-dbfd-455c-a48e-c25b137fcc60</IndividualID> </MetricOwner>
{ "MetricID": "62aa9b58-cf77-4464-88f8-86d20b0efd26", "IndividualID": "a0a22796-dbfd-455c-a48e-c25b137fcc60" }
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>e0a367d0-b04c-46b1-bff4-23e6e20f5160</MetricID> <IndividualID>274ffa9a-d73a-4697-a99a-fdaa2ae3ca76</IndividualID> <ID>2590797a-b4bf-49c7-a8fb-8302c728f8fa</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>bac62801-cb02-49ae-9a52-42b33de3c849</SiteID> </MetricOwner>
{ "MetricID": "e0a367d0-b04c-46b1-bff4-23e6e20f5160", "IndividualID": "274ffa9a-d73a-4697-a99a-fdaa2ae3ca76", "ID": "2590797a-b4bf-49c7-a8fb-8302c728f8fa", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "bac62801-cb02-49ae-9a52-42b33de3c849" }