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 SettingName | 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": "bd476084-9f9a-434f-a9d1-293ac00dd4b1", "OutletId": "2c92fa20-1fa9-4fd9-92d8-ab7c6d548978", "Sort": 7, "Created": "2025-07-04T13:46:52.8432051+02:00", "Updated": "2025-07-04T13:46:52.8432051+02:00" }, { "$ref": "1" } ]