POST services/api/rest/v1/Get_Table_ByRoomIdOrders
Request Information
URI Parameters
None.
Body Parameters
RoomId_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestedList | RestBasicFilter |
None. |
|
| RoomId | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| IsPreviousDayOpenId | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"RoomId": 1,
"DayOpenId": 2,
"IsPreviousDayOpenId": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestTableOrdersByRoomId_List| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomId | integer |
None. |
|
| TableId | integer |
None. |
|
| Caption | string |
None. |
|
| OrderCount | integer |
None. |
|
| NoofChairs | integer |
None. |
|
| Position | string |
None. |
|
| ImagePath | string |
None. |
|
| SalesList | Collection of RestSales_List |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoomId": 1,
"TableId": 2,
"Caption": "sample string 3",
"OrderCount": 4,
"NoofChairs": 5,
"Position": "sample string 6",
"ImagePath": "sample string 7",
"SalesList": [
{
"InvNo": 1,
"InvDate": "2026-09-09T15:17:17.8252282+04:00",
"InvTime": "2026-09-09T15:17:17.8252282+04:00",
"CashierId": 4,
"TotCash": 5.0,
"LocId": 6,
"RoomType": 7,
"TicketNo": "sample string 8",
"TableSubNo": 9,
"Status": 10,
"NationalityCode": 11,
"IsPrePaid": true
},
{
"InvNo": 1,
"InvDate": "2026-09-09T15:17:17.8252282+04:00",
"InvTime": "2026-09-09T15:17:17.8252282+04:00",
"CashierId": 4,
"TotCash": 5.0,
"LocId": 6,
"RoomType": 7,
"TicketNo": "sample string 8",
"TableSubNo": 9,
"Status": 10,
"NationalityCode": 11,
"IsPrePaid": true
}
]
},
{
"RoomId": 1,
"TableId": 2,
"Caption": "sample string 3",
"OrderCount": 4,
"NoofChairs": 5,
"Position": "sample string 6",
"ImagePath": "sample string 7",
"SalesList": [
{
"InvNo": 1,
"InvDate": "2026-09-09T15:17:17.8252282+04:00",
"InvTime": "2026-09-09T15:17:17.8252282+04:00",
"CashierId": 4,
"TotCash": 5.0,
"LocId": 6,
"RoomType": 7,
"TicketNo": "sample string 8",
"TableSubNo": 9,
"Status": 10,
"NationalityCode": 11,
"IsPrePaid": true
},
{
"InvNo": 1,
"InvDate": "2026-09-09T15:17:17.8252282+04:00",
"InvTime": "2026-09-09T15:17:17.8252282+04:00",
"CashierId": 4,
"TotCash": 5.0,
"LocId": 6,
"RoomType": 7,
"TicketNo": "sample string 8",
"TableSubNo": 9,
"Status": 10,
"NationalityCode": 11,
"IsPrePaid": true
}
]
}
]