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>bd95cb83-ccfe-449f-963f-899cf71e5a75</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>1487386e-0918-46e3-af3e-7665a3e4fb77</SiteID> </CoreValue>
{
"ID": "bd95cb83-ccfe-449f-963f-899cf71e5a75",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "1487386e-0918-46e3-af3e-7665a3e4fb77"
}
|
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>50a8990f-2edd-47b9-8a46-1fa2b99c5d07</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>caf310a5-e54c-44e6-8c36-80a79ccc249c</SiteID> </CoreValue>
{
"ID": "50a8990f-2edd-47b9-8a46-1fa2b99c5d07",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "caf310a5-e54c-44e6-8c36-80a79ccc249c"
}