list_floor_tables


Changelog

April 6, 2026
  • New POST method added

GET /list_floor_tables

To get list floor tables by store, station and agent.

/list_floor_tables?token=XXXX&store_code_365=002&station_code_365=0025&agent_code_365=001


field type description
token string Credentials provided by Powersoft that allow access to the API
store_code_365 string 365 store code
station_code_365 string 365 station code
agent_code_365 string 365 agent code

Returns


POST /list_floor_tables

To get the TOTAL COUNT of list of floor tables for multiple search criteria.

Use this method with only_counted = 'Y' FIRST to determine how many total records there are for the given criteria.

After you call this method with only_counted = 'Y', then call again this method with only_counted = 'N', and pass the required paging parameters.

To get a list of items for multiple search criteria.


field type description
api_credentials
token string Credentials provided by Powersoft that allow access to the API
filter_define
only_counted string 'Y' = brings only the total of items found based on user filter criteria. 'N' = brings the list of the items found based on user filter criteria
page_number integer The page number in the entire list. eg Page 1.
page_size integer The number of rows to return. eg 100 rows. Maximum value allowed is 500.
table_status string The status of the table. Values allowed: 'free' = only free tables, 'taken' = only taken tables, 'all' = all tables.
store_code_365_selection string A comma separated list of 365 stores codes (eg '001,101,...'). If the value is empty then no search criteria by store is applied.
station_code_365_selection string A comma separated list of 365 station codes (eg '0001,1001,...'). If the value is empty then no search criteria by station is applied.
agent_code_365_selection string A comma separated list of agent 365 codes (eg 'WOLT,FOODY,...'). If the value is empty then no search criteria by agent 365 codes is applied.
customer_code_365_selection string A comma separated list of 365 customers codes (eg '10000002,10000012,10000202,...'). If the value is empty then no search criteria by 365 customer code is applied.
invoice_365_code_selection string A comma separated list of 365 batch invoice numbers (eg '100003B1,991001B4,...'). If the value is empty then no search criteria by invoice number is applied.
compartment_name string A comma separated list of compartment names (eg 'GROUND,WOLT,...'). If the value is empty then no search criteria by aompartment name is applied.

Returns

TOTAL COUNT of list of items for multiple search criteria (only_counted='Y').

List of items for multiple search criteria (only_counted='N').