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>49d2c354-5f54-4040-864f-d89499736276</MetricID> <IndividualID>6812f5d7-b0dd-42ab-9d71-da73715bb1b7</IndividualID> </MetricOwner>
{
"MetricID": "49d2c354-5f54-4040-864f-d89499736276",
"IndividualID": "6812f5d7-b0dd-42ab-9d71-da73715bb1b7"
}
|
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>1762f510-f864-477d-9761-874765159143</MetricID> <IndividualID>7e4c97f8-bd10-4fd6-b3e9-b187bbea0b30</IndividualID> <ID>fcd478a8-b99e-4538-9a85-e1aa37abd7bb</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>af0b56a4-f435-41f8-9014-96ddebf774a7</SiteID> </MetricOwner>
{
"MetricID": "1762f510-f864-477d-9761-874765159143",
"IndividualID": "7e4c97f8-bd10-4fd6-b3e9-b187bbea0b30",
"ID": "fcd478a8-b99e-4538-9a85-e1aa37abd7bb",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "af0b56a4-f435-41f8-9014-96ddebf774a7"
}