Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList

None.

Body Parameters

None.

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>ea34559c-a8e1-4c7d-aba7-74fdaf0ed3a1</ID>
  <Value>sample string 2</Value>
  <Description>sample string 3</Description>
  <Rank>1</Rank>
  <SiteID>384247bd-9c01-4815-9840-ac891f599791</SiteID>
</CoreValue>

application/json, text/json

Sample
{
  "ID": "ea34559c-a8e1-4c7d-aba7-74fdaf0ed3a1",
  "Value": "sample string 2",
  "Description": "sample string 3",
  "Rank": 1,
  "SiteID": "384247bd-9c01-4815-9840-ac891f599791"
}