POST Open Table
Opens Table
URI template
v1/Table/{storeIdentifier}/{tableNumber}Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
storeIdentifier | integer |
Required |
StoreIdentifier |
tableNumber | integer |
Required |
ID of the table opened. |
Body Parameters
TableName, EmployeeNumber and NumberOfGuests.
OpenTableName | Type | Additional information | Description |
---|---|---|---|
TableName | string |
Required |
Name of the table being opened |
NumberOfGuests | integer |
Required Range: inclusive between 1 and 2147483647 |
Number of guests for the table |
EmployeeNumber | integer |
Required Range: inclusive between 1 and 2147483647 |
Employee Number for the table |
Request Formats
Response Information
Resource Description
OpenTableResponseName | Type | Additional information | Description |
---|---|---|---|
TableId | integer |
None. |
Table Id |
CheckId | integer |
None. |
Check Id |
ApiResult | StoreApiResponse |
None. |
The result returned by the Api |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.