GET api/Settings/AddSettings

Request Information

URI Parameters

None.

Body Parameters

Settings
NameDescriptionTypeAdditional 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

ServiceResponseOfSettings
NameDescriptionTypeAdditional 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
}