GET api/Settings/AddSettings
Request Information
URI Parameters
None.
Body Parameters
SettingsName | Description | Type | Additional information |
---|---|---|---|
ShowWithoutLogin | boolean |
None. |
|
TwoFactorAuthentication | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShowWithoutLogin": true, "TwoFactorAuthentication": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfSettingsName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Settings |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "ShowWithoutLogin": true, "TwoFactorAuthentication": true }, "IsShowMessage": true, "IsShowRateAndReview": true }