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>0a062b35-488d-4ff5-a020-e510cd47ba07</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>c4dd110a-6295-475b-9a29-3e69d5bdaf47</SiteID> </CoreValue>
{ "ID": "0a062b35-488d-4ff5-a020-e510cd47ba07", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "c4dd110a-6295-475b-9a29-3e69d5bdaf47" }
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>1c4528e3-2733-4383-92b3-7a0d188ebdae</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>96da19fd-6e27-476a-b973-a670242979a7</SiteID> </CoreValue>
{ "ID": "1c4528e3-2733-4383-92b3-7a0d188ebdae", "Value": "sample string 2", "Description": "sample string 3", "Rank": 1, "SiteID": "96da19fd-6e27-476a-b973-a670242979a7" }