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>33f510a5-d91e-441e-8bbe-3f7309ca75bf</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>6c509ed1-19e2-476e-9f3a-a95fa0f97b30</SiteID> </CoreValue>
{ "ID": "33f510a5-d91e-441e-8bbe-3f7309ca75bf", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "6c509ed1-19e2-476e-9f3a-a95fa0f97b30" }
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>ef07051e-505d-4019-97f7-28e0120e4420</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>5d396c82-a4b3-420d-9797-6cd18bbabfd3</SiteID> </CoreValue>
{ "ID": "ef07051e-505d-4019-97f7-28e0120e4420", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "5d396c82-a4b3-420d-9797-6cd18bbabfd3" }