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": "1f915922-a21e-4f49-90ae-075db9e4a76a",
"OutletId": "ffc0f257-d397-4773-b893-7b94c711e5e9",
"Sort": 7,
"Created": "2026-06-21T22:47:02.1276757+02:00",
"Updated": "2026-06-21T22:47:02.1276757+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.