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>987e9518-bc5e-4d84-ba0b-3101805eaf21</MetricID> <IndividualID>65574287-316f-4acf-945c-3ae18e0a7109</IndividualID> </MetricOwner>
{
"MetricID": "987e9518-bc5e-4d84-ba0b-3101805eaf21",
"IndividualID": "65574287-316f-4acf-945c-3ae18e0a7109"
}
|
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>5c447299-ab58-4830-bffd-227757197a62</MetricID> <IndividualID>8f09b56e-8de5-4343-a26b-c73f245fc321</IndividualID> <ID>efe8562b-ad68-4842-8089-fdc261d8cb63</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>0d5c3f85-83f8-48f2-ac57-0b24694346ec</SiteID> </MetricOwner>
{
"MetricID": "5c447299-ab58-4830-bffd-227757197a62",
"IndividualID": "8f09b56e-8de5-4343-a26b-c73f245fc321",
"ID": "efe8562b-ad68-4842-8089-fdc261d8cb63",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "0d5c3f85-83f8-48f2-ac57-0b24694346ec"
}