POST api/Settings
Request Information
URI Parameters
None.
Body Parameters
SettingContractName | Description | Type | Additional information |
---|---|---|---|
Culture | string |
None. |
|
Name | string |
None. |
|
Value | string |
None. |
|
VariableType | VariableTypeEnum |
None. |
|
Notes | string |
None. |
|
CoreSetting | boolean |
None. |
|
DoNotDisplay | boolean |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonWrapperOfSettingName | Description | Type | Additional information |
---|---|---|---|
Dto | Setting |
None. |
|
ReadOnly | boolean |
None. |
|
Level | DtoLevels |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.