- Readme
- Developer Guide
- Authorization
- Includables
- Pagination
- Sorting
- Retrieve Market Information
- Retrieve Branch Information
- Me
- Branches
- Orders
- Customers
- Products
- Product Categories
- Discounts
- Payment Methods
- Table
- Printer
- Webhook
Update
DEVELOPMENT
DEVELOPMENT
POST
https://api.flavours.sa/dev/api/v2/tables/{tableId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
tableId
string
required
Body Params multipart/form-data
object {0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flavours.sa/dev/api/v2/tables/'
Responses
🟢200Update | 200
application/json
Body
meta
object
required
code
integer
required
status
string
required
message
string
required
data
object
required
id
integer
required
market_id
string
required
branch_id
string
required
code
string
required
Example
{
"meta": {
"code": 200,
"status": "success",
"message": "Update Success"
},
"data": {
"id": 1,
"market_id": "30499025-43e2-4a77-bc29-13066288fc3f",
"branch_id": "8e12179a-dda0-45e2-af69-f2b40d61ce74",
"code": "TB-0100"
}
}
🟠404Update | 404
🟠422Update | 422
Modified at 2025-03-17 12:44:14