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": "32bab558-fdfb-4dee-b4b1-bc4ec41b6e1d",
"OutletId": "cc7b007d-444c-4bb8-81ac-1945e901baf7",
"Sort": 7,
"Created": "2026-03-21T23:40:47.650564+01:00",
"Updated": "2026-03-21T23:40:47.650564+01: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.