All table endpoints require authentication.Documentation Index
Fetch the complete documentation index at: https://docs.laportenard.com/llms.txt
Use this file to discover all available pages before exploring further.
Bootstrap
Table and floor plan data is included in the bootstrap payload. The bootstrap endpoint returns:- Floor plan layouts
- Table positions and capacities
- Current table states (occupied, available)
POST
/pos-api/v1/bootstrapfloor_plan data nested within the POS configuration.
Floor plan editing
Save table layout changes (create, update, delete) and optionally persist a layout mode on the floor.POST
/pos-api/v1/floor-plan/saveRequest body
layout_mode field is optional. When provided, it updates the nu_layout_mode on the restaurant.floor record. Valid values: free, grid, perimeter_center.