PUT api/SystemConfig/SaveSystemConfig
Documentation for 'SaveSystemConfig'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
sysConfigs | Documentation for 'sysConfigs'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ { "paramName": "sample string 1", "value": "sample string 2", "id": 3 }, { "paramName": "sample string 1", "value": "sample string 2", "id": 3 }, { "paramName": "sample string 1", "value": "sample string 2", "id": 3 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.