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>d5ba5340-cda5-4560-836f-66a1d1f75be0</MetricID> <IndividualID>d2139e88-ddb4-4790-8c3d-d04cf8248230</IndividualID> </MetricOwner>
{
"MetricID": "d5ba5340-cda5-4560-836f-66a1d1f75be0",
"IndividualID": "d2139e88-ddb4-4790-8c3d-d04cf8248230"
}
|
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>f02318be-ee5d-42fa-b280-9630521c2f53</MetricID> <IndividualID>903b965a-0c6c-4a37-8cf0-ba101e9d636e</IndividualID> <ID>40d77a3a-667a-43ac-8c04-735ef936fa39</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>5d0875fe-a6bc-4396-b90e-0ade02898351</SiteID> </MetricOwner>
{
"MetricID": "f02318be-ee5d-42fa-b280-9630521c2f53",
"IndividualID": "903b965a-0c6c-4a37-8cf0-ba101e9d636e",
"ID": "40d77a3a-667a-43ac-8c04-735ef936fa39",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "5d0875fe-a6bc-4396-b90e-0ade02898351"
}