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>899c656e-4ba1-4256-b989-a56a4c5cb49c</MetricID> <IndividualID>338aa0e3-2453-47cb-b2a8-69a4d12495e0</IndividualID> </MetricOwner>
{ "MetricID": "899c656e-4ba1-4256-b989-a56a4c5cb49c", "IndividualID": "338aa0e3-2453-47cb-b2a8-69a4d12495e0" }
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>c9727b11-01ec-4bbb-8de5-5194a60f8e37</MetricID> <IndividualID>a2041cca-cf68-4229-91e6-71b096de6296</IndividualID> <ID>f2c0da87-ccf9-4c89-baaf-db76b4fe09a8</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>38ad7b29-a0b3-4dac-be9d-347c4e7a8abc</SiteID> </MetricOwner>
{ "MetricID": "c9727b11-01ec-4bbb-8de5-5194a60f8e37", "IndividualID": "a2041cca-cf68-4229-91e6-71b096de6296", "ID": "f2c0da87-ccf9-4c89-baaf-db76b4fe09a8", "MetricName": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "FullName": "sample string 4", "Email": "sample string 5", "SiteID": "38ad7b29-a0b3-4dac-be9d-347c4e7a8abc" }