GET api/Setting/GetTables

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FoodTable
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

FloorId

integer

None.

Floor

Floor

None.

PositionX

integer

None.

PositionY

integer

None.

Chairs

integer

None.

Status

TableStatus

None.

ImageUrl

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "FloorId": 3,
    "Floor": {
      "$id": "2",
      "Id": 1,
      "Name": "sample string 2",
      "Tables": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "PositionX": 4,
    "PositionY": 5,
    "Chairs": 6,
    "Status": 0,
    "ImageUrl": "sample string 7"
  },
  {
    "$ref": "1"
  }
]