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>8c612ca0-8934-465b-8510-21c7b58433a8</MetricID> <IndividualID>ff5ff76d-81fc-468b-8e56-d258cf8cf3e0</IndividualID> </MetricOwner>
{ "MetricID": "8c612ca0-8934-465b-8510-21c7b58433a8", "IndividualID": "ff5ff76d-81fc-468b-8e56-d258cf8cf3e0" }
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>c69bd52a-202f-4fca-83d6-e1c654ca0936</MetricID> <IndividualID>711fea7a-380f-407b-8286-9ed82d6574b2</IndividualID> <ID>fdbe186d-db83-4adf-9ec0-2040352d2a5d</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>1f7d3bb3-eddc-4ac9-858b-48781e217cbc</SiteID> </MetricOwner>
{ "MetricID": "c69bd52a-202f-4fca-83d6-e1c654ca0936", "IndividualID": "711fea7a-380f-407b-8286-9ed82d6574b2", "ID": "fdbe186d-db83-4adf-9ec0-2040352d2a5d", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "1f7d3bb3-eddc-4ac9-858b-48781e217cbc" }