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>3dfe961d-2841-4b28-8b07-bd01a09dc5d8</MetricID> <IndividualID>afc91eb2-417c-4d11-b22d-9783b738601d</IndividualID> </MetricOwner>
{
"MetricID": "3dfe961d-2841-4b28-8b07-bd01a09dc5d8",
"IndividualID": "afc91eb2-417c-4d11-b22d-9783b738601d"
}
|
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>5c9a9da6-d3c9-4387-ac7c-45f3fdf5aa22</MetricID> <IndividualID>4acda678-9db4-4e2e-9d86-574e0f88d944</IndividualID> <ID>32802b63-b49b-4219-a630-dce8ba44d8e7</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>5c67d848-0650-4596-b2a7-601c22772423</SiteID> </MetricOwner>
{
"MetricID": "5c9a9da6-d3c9-4387-ac7c-45f3fdf5aa22",
"IndividualID": "4acda678-9db4-4e2e-9d86-574e0f88d944",
"ID": "32802b63-b49b-4219-a630-dce8ba44d8e7",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "5c67d848-0650-4596-b2a7-601c22772423"
}