Tables and Floors

Purpose

Retrieve the tables and floors configured in the customers POS for a specific location

Example Response

{
  "tables": [
    {
      "id": "89302",
      "name": "T5",
      "floorId": "10",
      "seats": 4,
      "type": "unknown"
    },
    {
      "id": "89204",
      "name": "B2",
      "seats": 2,
      "floorId": "11",
      "type": "unknown"
    }
  ],
  "floors": [
    {
      "id": "10",
      "name": "Top Floor"
    },
    {
      "id": "11",
      "name": "Bottom Floor"
    }
  ]
}
Path Params
string
required
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json