POST Admin/Save_Admin_Settings?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Save_Admin_SettingsName | Description | Type | Additional 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:
Response Information
Resource Description
Result_Get_Admin_SettingsName | Description | Type | Additional 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" }