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>588ee201-aef9-4305-a49b-2e449f36afd4</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>f85347cb-635c-41d6-95c3-c4e93208de4f</SiteID> </CoreValue>
{
"ID": "588ee201-aef9-4305-a49b-2e449f36afd4",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "f85347cb-635c-41d6-95c3-c4e93208de4f"
}
|
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>5f67b708-aa6a-4a98-9d43-ab9c98cb1008</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>38304182-d4ea-4a7d-8b9a-b45698c14a36</SiteID> </CoreValue>
{
"ID": "5f67b708-aa6a-4a98-9d43-ab9c98cb1008",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "38304182-d4ea-4a7d-8b9a-b45698c14a36"
}