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>3e340ddb-f6f8-4801-8c31-3a363c382e7e</MetricID> <IndividualID>bfb0dcba-765c-40ae-b5b5-2d6a0ff51173</IndividualID> </MetricOwner>
{
"MetricID": "3e340ddb-f6f8-4801-8c31-3a363c382e7e",
"IndividualID": "bfb0dcba-765c-40ae-b5b5-2d6a0ff51173"
}
|
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>8476ff12-b5c9-40ce-ac84-bd1c8f8e04b6</MetricID> <IndividualID>cf9345a3-ee28-45f1-913f-794d9d5ffc0e</IndividualID> <ID>51ac61d1-60a6-440c-948f-a9fb0438b546</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>4d593286-8025-4433-aa1b-b84681f7205f</SiteID> </MetricOwner>
{
"MetricID": "8476ff12-b5c9-40ce-ac84-bd1c8f8e04b6",
"IndividualID": "cf9345a3-ee28-45f1-913f-794d9d5ffc0e",
"ID": "51ac61d1-60a6-440c-948f-a9fb0438b546",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "4d593286-8025-4433-aa1b-b84681f7205f"
}