Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
id globally unique identifier Required

ID of the core value to be updated.

Body Parameters (CoreValue)

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.

Request Formats

application/xml, text/xml

Sample
<CoreValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>a8370d49-4bfe-439f-a6a9-d209e8a17c24</ID>
  <Value>sample string 2</Value>
  <Description>sample string 3</Description>
  <Rank>1</Rank>
  <SiteID>e7d23ede-06e9-412b-a84e-1ce70e96390d</SiteID>
</CoreValue>

application/json, text/json

Sample
{
  "ID": "a8370d49-4bfe-439f-a6a9-d209e8a17c24",
  "Value": "sample string 2",
  "Description": "sample string 3",
  "Rank": 1,
  "SiteID": "e7d23ede-06e9-412b-a84e-1ce70e96390d"
}

Response Information

Resource Description (CoreValue)

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.

Response Formats

application/xml, text/xml

Sample
<CoreValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>1e1a826b-a84b-4e99-9992-aa311a59ad1f</ID>
  <Value>sample string 2</Value>
  <Description>sample string 3</Description>
  <Rank>1</Rank>
  <SiteID>18f4b5ed-2b9d-44a5-9b79-b130cf21b2b2</SiteID>
</CoreValue>

application/json, text/json

Sample
{
  "ID": "1e1a826b-a84b-4e99-9992-aa311a59ad1f",
  "Value": "sample string 2",
  "Description": "sample string 3",
  "Rank": 1,
  "SiteID": "18f4b5ed-2b9d-44a5-9b79-b130cf21b2b2"
}