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>5d9feafa-3ca6-4f2e-ad1c-1b94300f4edf</MetricID> <IndividualID>05f260f8-6fec-4b60-89f8-62def2d12576</IndividualID> </MetricOwner>
{ "MetricID": "5d9feafa-3ca6-4f2e-ad1c-1b94300f4edf", "IndividualID": "05f260f8-6fec-4b60-89f8-62def2d12576" }
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>1a1b5069-e5ac-48a7-8a66-db954b2a0a9b</MetricID> <IndividualID>620b3150-6ace-47bc-894e-ad2c00c9d871</IndividualID> <ID>1c1ddf5e-b535-4774-b145-c2efc7b08b3c</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>e7fbf2b9-af66-48b5-ad5a-21a1e84d0c14</SiteID> </MetricOwner>
{ "MetricID": "1a1b5069-e5ac-48a7-8a66-db954b2a0a9b", "IndividualID": "620b3150-6ace-47bc-894e-ad2c00c9d871", "ID": "1c1ddf5e-b535-4774-b145-c2efc7b08b3c", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "e7fbf2b9-af66-48b5-ad5a-21a1e84d0c14" }