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>d6a6fed6-8b59-4ea0-9d5f-9057c99c8c0d</MetricID> <IndividualID>3a46cc67-ae79-485c-845e-9fa3e3ad9121</IndividualID> </MetricOwner>
{
"MetricID": "d6a6fed6-8b59-4ea0-9d5f-9057c99c8c0d",
"IndividualID": "3a46cc67-ae79-485c-845e-9fa3e3ad9121"
}
|
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>d9f4896b-723a-4d4f-85f9-404f61b8519e</MetricID> <IndividualID>9c831c40-9fc3-4a28-9389-f395873b7635</IndividualID> <ID>5656283e-3967-4c9a-9c5d-7094b542fef8</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>acefdee4-d09f-49c6-b801-f2f61a49c878</SiteID> </MetricOwner>
{
"MetricID": "d9f4896b-723a-4d4f-85f9-404f61b8519e",
"IndividualID": "9c831c40-9fc3-4a28-9389-f395873b7635",
"ID": "5656283e-3967-4c9a-9c5d-7094b542fef8",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "acefdee4-d09f-49c6-b801-f2f61a49c878"
}