GET api/Setting/AddNewSettings?terminalId={terminalId}&maxCode={maxCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminalId | globally unique identifier |
Required |
|
| maxCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response 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": "a9fdee47-fea4-49ef-b2db-197492cae9d4",
"OutletId": "cc4c47af-9f81-4841-b46c-76426f7de7e5",
"Sort": 7,
"Created": "2026-03-21T23:43:06.5922535+01:00",
"Updated": "2026-03-21T23:43:06.5922535+01:00"
},
{
"$ref": "1"
}
]