POST 17.0/app/system/configuration/branch/{siteid}/update

Description

Updates the passed System Configuration setting

URI Parameters

Name Description Type Additional information
siteId

integer

Required

Name Description Type Additional information
ID

string

None.

Val

string

None.

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "val": "sample string 2"
}

application/xml, text/xml

Sample:
<SystemConfigurationValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>sample string 1</ID>
  <Val>sample string 2</Val>
</SystemConfigurationValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.