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>1a97f308-f0f3-435c-8738-9d822d5786de</MetricID> <IndividualID>9829ed5e-3277-4877-9b3d-fd6c6b0c5293</IndividualID> </MetricOwner>
{ "MetricID": "1a97f308-f0f3-435c-8738-9d822d5786de", "IndividualID": "9829ed5e-3277-4877-9b3d-fd6c6b0c5293" }
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>91be745a-9749-4350-94d6-b67462e7013a</MetricID> <IndividualID>45cfd0c4-8a44-4b5c-9db0-c59796e26dd0</IndividualID> <ID>5454d697-e12c-4b31-a98d-acf8f7a3e7ac</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>21d1422b-40be-45d2-85a1-f98600cc96e6</SiteID> </MetricOwner>
{ "MetricID": "91be745a-9749-4350-94d6-b67462e7013a", "IndividualID": "45cfd0c4-8a44-4b5c-9db0-c59796e26dd0", "ID": "5454d697-e12c-4b31-a98d-acf8f7a3e7ac", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "21d1422b-40be-45d2-85a1-f98600cc96e6" }