Update a core value for the site. PMAdmin
id
globally unique identifier
Required
ID of the core value to be updated. |
Required to update a 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>20426a26-681c-4138-b226-49dddc7da888</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>90124a34-9550-4520-8ee5-49c5405f13a0</SiteID> </CoreValue>
{ "ID": "20426a26-681c-4138-b226-49dddc7da888", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "90124a34-9550-4520-8ee5-49c5405f13a0" }
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>097a52a5-1992-4774-8ae2-e2540fc2aacf</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>c033b1a7-67c5-4714-a7fa-0c8d4a346987</SiteID> </CoreValue>
{ "ID": "097a52a5-1992-4774-8ae2-e2540fc2aacf", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "c033b1a7-67c5-4714-a7fa-0c8d4a346987" }