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": "27b3d243-464e-4d27-b39e-8e79149b3f83",
"OutletId": "f68d5ec9-446b-4b6e-846e-1f31556c5998",
"Sort": 7,
"Created": "2026-05-06T13:52:25.4664392+02:00",
"Updated": "2026-05-06T13:52:25.4664392+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.