POST Admin/Save_Admin_Settings?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Save_Admin_Settings
NameDescriptionTypeAdditional information
NAME

string

None.

VALUE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NAME": "sample string 1",
  "VALUE": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Save_Admin_Settings'.

Response Information

Resource Description

Result_Get_Admin_Settings
NameDescriptionTypeAdditional information
Settings

Collection of TBL_SETTINGS

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Settings": [
    {
      "SETTING_ID": 1,
      "SETTING_NAME": "sample string 2",
      "SETTING_VALUE": "sample string 3",
      "CREATE_DATE": "2025-04-19T06:59:05.3452548+00:00",
      "CREATE_USER": 1,
      "UPDATED_DATE": "2025-04-19T06:59:05.3452548+00:00",
      "UPDATED_USER": 1
    },
    {
      "SETTING_ID": 1,
      "SETTING_NAME": "sample string 2",
      "SETTING_VALUE": "sample string 3",
      "CREATE_DATE": "2025-04-19T06:59:05.3452548+00:00",
      "CREATE_USER": 1,
      "UPDATED_DATE": "2025-04-19T06:59:05.3452548+00:00",
      "UPDATED_USER": 1
    }
  ],
  "ExceptionMsg": "sample string 1"
}