POST api/Setting/PostSettings

GetAllSettings

Request Information

URI Parameters

None.

Body Parameters

List settings

Collection of Setting
NameDescriptionTypeAdditional 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": "4a18bba5-7332-4450-82c6-d8c3ca7e36c3",
    "OutletId": "715c97ee-2465-49d2-8b90-9534fe5b9bc0",
    "Sort": 7,
    "Created": "2024-05-17T01:29:09.3806613+02:00",
    "Updated": "2024-05-17T01:29:09.3806613+02:00"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.