v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBOrder and Pay
Get All Floorplans
Returns the floorplans for a specific business location.
get/o/op/data/{businessLocationId}/floorplans
Path parameters
businessLocationIdinteger required
The unique identifier for the business location.
Example:45454565682155
Query parameters
Response
Floorplans
Example response
[
{
"id": 141948669132976,
"name": "Terrace",
"tables": [
{
"number": 1,
"reference": "abcdefg123456",
"id": "141948669132977",
"active": true,
"description": "Table 1",
"defaultClientCount": 4
}
]
}
]