Suitable API
All requests requires apikey and googlePlusCode fields
HTTP request Content-Type header must be : "application/json"
HTTP request METHOD should be: POST
This API was written to enable companies that produce billing or POS software to display their customers' information in the SuiTABLE ecosystem and to attract more and easier potential customers to their venues. For more information or questions, you can contact the email address info@suitable.live.
Set Menu
You can create or set menu
https://api.suitable.live/setMenu
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
menuId | String or Number | Menu ID for product |
menuName | String | Menu Name for product |
Set Product
To set product to specific menu :
https://api.suitable.live/setProduct
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
menuId | String or Number | Menu ID for product |
productId | String or Number | Product ID |
productName | String | Name of product |
price | Number | Product price |
description | String | (Optional) Description of item |
image | String | (Optional) Image URL |
Delete Product
Delete product from specific menu :
https://api.suitable.live/deleteProduct
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
menuId | String or Number | Menu ID for product |
productId | String or Number | Product ID |
Set Region
You can create or set region :
https://api.suitable.live/setRegion
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
regionId | String or Number | Region ID for table |
regionName | String | Region Name for table |
Set Table
You can create set table on specific region :
https://api.suitable.live/setTable
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
regionId | String or Number | Region ID for table |
tableId | String or Number | Table ID |
tableName | String | Name of table |
Delete Table
To delete table :
https://api.suitable.live/deleteTable
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
regionId | String or Number | Region ID for table |
tableId | String or Number | Table ID |
Set Table Status
You can set table status as full or not :
https://api.suitable.live/setTableStatus
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
regionId | String or Number | Region ID for table |
tableId | String or Number | Table ID |
status | Number | Is table full |
Delete Menu
To delete menu :
https://api.suitable.live/deleteMenu
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
menuId | String or Number | Menu ID |
Delete Region
To delete region :
https://api.suitable.live/deleteRegion
JSON BODY
Field | Type | Description |
---|---|---|
apikey | String | Your API key. |
googlePlusCode | String | Google Plus Code of Company |
regionId | String or Number | region ID |