Create a core value for the site. PMAdmin
None.
Required to create a new core value.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the given core value. |
|
Value
string
Required
Value of the given core value. |
|
Description
string
Required
Description of the given core value. |
|
Rank
integer
Required
Rank of the given core value. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for given the core value. |
<CoreValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>fcd37aae-9219-4979-90be-0a52f2b99fad</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>5834ca53-6b76-4159-8a42-f6829184779d</SiteID> </CoreValue>
{
"ID": "fcd37aae-9219-4979-90be-0a52f2b99fad",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "5834ca53-6b76-4159-8a42-f6829184779d"
}
|
ID
globally unique identifier
Required on Update
ID of the given core value. |
|
Value
string
Required
Value of the given core value. |
|
Description
string
Required
Description of the given core value. |
|
Rank
integer
Required
Rank of the given core value. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for given the core value. |
<CoreValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>f54d21ac-c359-4407-be64-1768419c2ba5</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>80bbc16f-442f-4d3f-95d2-cb237c7bc476</SiteID> </CoreValue>
{
"ID": "f54d21ac-c359-4407-be64-1768419c2ba5",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "80bbc16f-442f-4d3f-95d2-cb237c7bc476"
}