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>c3e5fc10-ea71-4242-9782-0ca38593ab2e</MetricID> <IndividualID>135ecb3c-6fc7-4ace-baa3-ca49a0d2c019</IndividualID> </MetricOwner>
{
"MetricID": "c3e5fc10-ea71-4242-9782-0ca38593ab2e",
"IndividualID": "135ecb3c-6fc7-4ace-baa3-ca49a0d2c019"
}
|
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>398a63c7-155a-4685-ac3b-fb0e163d790a</MetricID> <IndividualID>f8ab3691-ffc4-48fe-8bc3-9a02adc5016b</IndividualID> <ID>49209200-9fc6-4b06-9c81-1ed22fa204cf</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>83078ed3-0377-4a96-8935-b2a8c40a1e35</SiteID> </MetricOwner>
{
"MetricID": "398a63c7-155a-4685-ac3b-fb0e163d790a",
"IndividualID": "f8ab3691-ffc4-48fe-8bc3-9a02adc5016b",
"ID": "49209200-9fc6-4b06-9c81-1ed22fa204cf",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "83078ed3-0377-4a96-8935-b2a8c40a1e35"
}