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>43269008-6fa4-4e81-98b8-c1541bb492cd</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>8cb1f5c0-e8aa-4d27-9afe-18f5ce5b0a61</SiteID> </CoreValue>
{ "ID": "43269008-6fa4-4e81-98b8-c1541bb492cd", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "8cb1f5c0-e8aa-4d27-9afe-18f5ce5b0a61" }
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>42c1966c-8a3c-43f8-a6d0-a044ac38e34d</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>f2063657-5329-402f-988e-6fac3a8d985d</SiteID> </CoreValue>
{ "ID": "42c1966c-8a3c-43f8-a6d0-a044ac38e34d", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "f2063657-5329-402f-988e-6fac3a8d985d" }