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>5209db48-8263-402e-88b9-49f08ebddc34</MetricID> <IndividualID>9d51b6ab-8ada-48a5-b751-ba912faf50ec</IndividualID> </MetricOwner>
{
"MetricID": "5209db48-8263-402e-88b9-49f08ebddc34",
"IndividualID": "9d51b6ab-8ada-48a5-b751-ba912faf50ec"
}
|
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>e0d9292f-3e6a-4ea2-97a6-70792056f582</MetricID> <IndividualID>572975eb-5d03-44c0-8055-2fccc82c88b4</IndividualID> <ID>1e4aa1b1-0f9b-49bc-88a5-5625b1096cca</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>5759dea3-7c80-4c34-970d-5982579a4352</SiteID> </MetricOwner>
{
"MetricID": "e0d9292f-3e6a-4ea2-97a6-70792056f582",
"IndividualID": "572975eb-5d03-44c0-8055-2fccc82c88b4",
"ID": "1e4aa1b1-0f9b-49bc-88a5-5625b1096cca",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "5759dea3-7c80-4c34-970d-5982579a4352"
}