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>155c2d32-0349-4c14-9b54-a0040d878d2b</MetricID> <IndividualID>aa932b35-10e0-4487-88a6-007c207c78e1</IndividualID> </MetricOwner>
{
"MetricID": "155c2d32-0349-4c14-9b54-a0040d878d2b",
"IndividualID": "aa932b35-10e0-4487-88a6-007c207c78e1"
}
|
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>7be6cd2f-73ed-40f6-8650-e222beff640e</MetricID> <IndividualID>fb424105-3dbd-4cb2-9aa8-5d3c51a96fb5</IndividualID> <ID>c32d6f34-8782-43b2-bef1-d69851cb3cf1</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>bdcb400d-5314-4784-a8ed-ded91691f88a</SiteID> </MetricOwner>
{
"MetricID": "7be6cd2f-73ed-40f6-8650-e222beff640e",
"IndividualID": "fb424105-3dbd-4cb2-9aa8-5d3c51a96fb5",
"ID": "c32d6f34-8782-43b2-bef1-d69851cb3cf1",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "bdcb400d-5314-4784-a8ed-ded91691f88a"
}