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>b4f5ebd4-1129-488a-9df4-ea7bc81baef8</MetricID> <IndividualID>d7ab2ef8-5f28-4026-9385-7fd69582402c</IndividualID> </MetricOwner>
{
"MetricID": "b4f5ebd4-1129-488a-9df4-ea7bc81baef8",
"IndividualID": "d7ab2ef8-5f28-4026-9385-7fd69582402c"
}
|
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>e114a590-97ec-4f33-9dfe-bf64804823c0</MetricID> <IndividualID>42826d14-b8e2-464d-a33c-7fa1114dea4e</IndividualID> <ID>7d105674-aa51-495c-b7a3-89f622c7909c</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>71d742f7-cfc6-4fd8-aee9-7c754bcb79d4</SiteID> </MetricOwner>
{
"MetricID": "e114a590-97ec-4f33-9dfe-bf64804823c0",
"IndividualID": "42826d14-b8e2-464d-a33c-7fa1114dea4e",
"ID": "7d105674-aa51-495c-b7a3-89f622c7909c",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "71d742f7-cfc6-4fd8-aee9-7c754bcb79d4"
}