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>6326866d-8d8f-4c7b-a874-b61ae784aff2</MetricID> <IndividualID>12025ff4-80df-44ce-969d-33b007bf4665</IndividualID> </MetricOwner>
{ "MetricID": "6326866d-8d8f-4c7b-a874-b61ae784aff2", "IndividualID": "12025ff4-80df-44ce-969d-33b007bf4665" }
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>4da81c0f-442f-4dd3-8932-1a3809c7c02a</MetricID> <IndividualID>e5f50416-1987-4612-a709-dd1e4c892a83</IndividualID> <ID>723e230f-334d-47f4-b542-473c748c2831</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>b9ee91a8-ee30-44b6-bbbd-13a22d73eabd</SiteID> </MetricOwner>
{ "MetricID": "4da81c0f-442f-4dd3-8932-1a3809c7c02a", "IndividualID": "e5f50416-1987-4612-a709-dd1e4c892a83", "ID": "723e230f-334d-47f4-b542-473c748c2831", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "b9ee91a8-ee30-44b6-bbbd-13a22d73eabd" }