POST services/api/rest/v1/Get_Sales_ByTableId

Request Information

URI Parameters

None.

Body Parameters

Id_RestBasicFilter
NameDescriptionTypeAdditional information
RequestedList

RestBasicFilter

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "LocationId": 4,
    "Type": 5
  },
  "Id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestSales_List
NameDescriptionTypeAdditional information
InvNo

integer

None.

InvDate

date

None.

InvTime

date

None.

CashierId

integer

None.

TotCash

decimal number

None.

LocId

integer

None.

RoomType

integer

None.

TicketNo

string

None.

TableSubNo

integer

None.

Status

integer

None.

NationalityCode

integer

None.

IsPrePaid

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvNo": 1,
    "InvDate": "2026-09-09T14:59:34.1044294+04:00",
    "InvTime": "2026-09-09T14:59:34.1044294+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-09T14:59:34.1044294+04:00",
    "InvTime": "2026-09-09T14:59:34.1044294+04:00",
    "CashierId": 4,
    "TotCash": 5.0,
    "LocId": 6,
    "RoomType": 7,
    "TicketNo": "sample string 8",
    "TableSubNo": 9,
    "Status": 10,
    "NationalityCode": 11,
    "IsPrePaid": true
  }
]