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>1d9107b9-036c-4e58-beff-c640c5b3f82d</MetricID> <IndividualID>ed826960-a51d-4bf0-80b6-c6da1d9aa345</IndividualID> </MetricOwner>
{
"MetricID": "1d9107b9-036c-4e58-beff-c640c5b3f82d",
"IndividualID": "ed826960-a51d-4bf0-80b6-c6da1d9aa345"
}
|
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>a1f8995c-38b5-4c37-9881-bb11e0daec76</MetricID> <IndividualID>4f8448b1-73fb-4b7c-91c6-10ec537e6fc4</IndividualID> <ID>d6893858-f6ef-4b66-8f31-beda8f4d000a</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>2dfa7dc7-4a49-408a-915a-89c5ff4caf40</SiteID> </MetricOwner>
{
"MetricID": "a1f8995c-38b5-4c37-9881-bb11e0daec76",
"IndividualID": "4f8448b1-73fb-4b7c-91c6-10ec537e6fc4",
"ID": "d6893858-f6ef-4b66-8f31-beda8f4d000a",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "2dfa7dc7-4a49-408a-915a-89c5ff4caf40"
}