POST api/Setting/PostSettings
GetAllSettings
Request Information
URI Parameters
None.
Body Parameters
List settings
Collection of Setting| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Type | SettingType |
None. |
|
| Code | SettingCode |
None. |
|
| Value | string |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| Sort | integer |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"Type": 0,
"Code": 0,
"Value": "sample string 4",
"TerminalId": "5b67db8a-4874-4cf7-86b8-4111ea260e34",
"OutletId": "6e1d5e8f-c12b-48d2-bbab-16a7ad470747",
"Sort": 7,
"Created": "2026-09-20T01:13:07.7791582+02:00",
"Updated": "2026-09-20T01:13:07.7791582+02:00"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.