POST services/api/rest/v1/Get_Table_ByRoomIdOrders

Request Information

URI Parameters

None.

Body Parameters

RoomId_RestBasicFilter
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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:12:20.554028+04:00",
        "InvTime": "2026-09-09T15:12:20.554028+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:12:20.554028+04:00",
        "InvTime": "2026-09-09T15:12:20.554028+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:12:20.554028+04:00",
        "InvTime": "2026-09-09T15:12:20.554028+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:12:20.554028+04:00",
        "InvTime": "2026-09-09T15:12:20.554028+04:00",
        "CashierId": 4,
        "TotCash": 5.0,
        "LocId": 6,
        "RoomType": 7,
        "TicketNo": "sample string 8",
        "TableSubNo": 9,
        "Status": 10,
        "NationalityCode": 11,
        "IsPrePaid": true
      }
    ]
  }
]