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>147a0349-e87b-4d0f-abbd-55b31d4cbe0e</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>442797ba-2568-4f86-b064-718e98fbf03d</SiteID> </CoreValue>
{ "ID": "147a0349-e87b-4d0f-abbd-55b31d4cbe0e", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "442797ba-2568-4f86-b064-718e98fbf03d" }
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>1b838fdc-2ee4-4979-a241-e4115b4b70db</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>2b25a92f-7ae1-4223-8eea-b072230109fc</SiteID> </CoreValue>
{ "ID": "1b838fdc-2ee4-4979-a241-e4115b4b70db", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "2b25a92f-7ae1-4223-8eea-b072230109fc" }