Skip to content

Get Table

Description

查詢門市桌子資訊。

Resource

GET /v1/basic/table

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Query Parameters

Name Type Description
store_id string 門市代碼

Request Example

GET /v1/basic/table?store_id=A011

Response

{
  "tables": [
    {
      "tables_no": "01",
      "table_name": "內用01"
    },
    {
      "tables_no": "02",
      "table_name": "內用02"
    }
  ]
}

Response Body Parameters

Name Type Description
tables Table 桌子列表

Response Body Parameters - Table

Name Type Description
tables_no string 桌號
table_name string 桌名