latestOpenAPI 3.1.02026-08-21911,278875.0 KB

81c537153037

Order and Pay

Get Floorplan Tables

Returns the tables for a specific floorplan of a business location

get/o/op/data/{businessLocationId}/floorplans/{floorPlanId}/tables

Path parameters

businessLocationIdinteger required

The unique identifier for the business location.

Example:45454565682155
floorPlanIdinteger required

The unique identifier for the floor plan. See Get Floorplans

Example:45454565682155

Response

Tables

numberinteger

The table number.

referencestring

The table reference.

idstring

The unique identifier for this table.

activeboolean

If the table is active.

descriptionstring

The table description.

defaultClientCountinteger

The default client count for this table.

Example response

[
  {
    "number": 1,
    "reference": "abcdefg123456",
    "id": "141948669132977",
    "active": true,
    "description": "Table 1",
    "defaultClientCount": 4
  }
]