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>c5e5cc3b-29c9-47b7-9875-fe68b8aada15</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>7a8e256b-72e2-4901-8c94-6031b79dd0a7</SiteID> </CoreValue>
{
"ID": "c5e5cc3b-29c9-47b7-9875-fe68b8aada15",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "7a8e256b-72e2-4901-8c94-6031b79dd0a7"
}
|
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>e0a82a4b-5163-4408-a2f0-cf951956d955</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>498bc1e4-b35d-4218-a581-338c611d9e7a</SiteID> </CoreValue>
{
"ID": "e0a82a4b-5163-4408-a2f0-cf951956d955",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "498bc1e4-b35d-4218-a581-338c611d9e7a"
}