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>5b7d4f1e-a0fd-4d70-9deb-22d867bccb0a</MetricID> <IndividualID>50b29ad7-07ac-44e9-b023-383cc6ac61a7</IndividualID> </MetricOwner>
{
"MetricID": "5b7d4f1e-a0fd-4d70-9deb-22d867bccb0a",
"IndividualID": "50b29ad7-07ac-44e9-b023-383cc6ac61a7"
}
|
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>c4c45f67-e2c6-4db3-afe1-919cd18e8e70</MetricID> <IndividualID>24f3dfbf-0d0c-4a26-85ef-14986e5ad518</IndividualID> <ID>f548e8eb-1fba-4d19-96b2-1cdd832f3f43</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>d6188872-5e20-486b-a726-5450c651ea4d</SiteID> </MetricOwner>
{
"MetricID": "c4c45f67-e2c6-4db3-afe1-919cd18e8e70",
"IndividualID": "24f3dfbf-0d0c-4a26-85ef-14986e5ad518",
"ID": "f548e8eb-1fba-4d19-96b2-1cdd832f3f43",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "d6188872-5e20-486b-a726-5450c651ea4d"
}