POST 1.0/internal/systemconfiguration

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
Reference

string

Required

GroupName

string

Required

SubGroupName

string

None.

DefaultValue

string

None.

application/json, text/json

Sample:
{
  "reference": "sample string 1",
  "groupName": "sample string 2",
  "subGroupName": "sample string 3",
  "defaultValue": "sample string 4"
}

application/xml, text/xml

Sample:
<SystemConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Reference>sample string 1</Reference>
  <GroupName>sample string 2</GroupName>
  <SubGroupName>sample string 3</SubGroupName>
  <DefaultValue>sample string 4</DefaultValue>
</SystemConfiguration>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.