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>516243de-1a10-4988-a4d1-c2595be9eda0</MetricID> <IndividualID>dab1b0d1-db82-4548-8460-41c27d8bd551</IndividualID> </MetricOwner>
{
"MetricID": "516243de-1a10-4988-a4d1-c2595be9eda0",
"IndividualID": "dab1b0d1-db82-4548-8460-41c27d8bd551"
}
|
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>d70b606a-4b45-42f2-b698-7c21f38a8750</MetricID> <IndividualID>136cac5a-aac6-476e-a632-94c49d3d3d00</IndividualID> <ID>7a3e04ae-2c8d-4434-9101-8ba2fcc03869</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>5f4da0a1-0a0b-4210-b1c9-7423047d0288</SiteID> </MetricOwner>
{
"MetricID": "d70b606a-4b45-42f2-b698-7c21f38a8750",
"IndividualID": "136cac5a-aac6-476e-a632-94c49d3d3d00",
"ID": "7a3e04ae-2c8d-4434-9101-8ba2fcc03869",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "5f4da0a1-0a0b-4210-b1c9-7423047d0288"
}