GET api/Setting/GetFloors

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Floor
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Tables

Collection of FoodTable

None.

Response Formats

application/json, text/json

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