POST services/api/rest/v1/Get_Sales_ForKitchenDisplay

Request Information

URI Parameters

None.

Body Parameters

RestSalesForKitchen_Filter
NameDescriptionTypeAdditional information
PrinterId

integer

None.

LocationId

integer

None.

DayOpenId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PrinterId": 1,
  "LocationId": 2,
  "DayOpenId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestSalesForKitchen_List
NameDescriptionTypeAdditional information
InvNo

integer

None.

InvDate

date

None.

InvTime

date

None.

CustomerName

string

None.

PhoneNo

string

None.

Address

string

None.

TableNo

integer

None.

TableName

string

None.

TableSubNo

integer

None.

TicketNo

string

None.

PrinterName

string

None.

KotPriority

integer

None.

SalesList

Collection of RestSalesDetailsForKitchen_List

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvNo": 1,
    "InvDate": "2026-09-09T15:07:48.7848565+04:00",
    "InvTime": "2026-09-09T15:07:48.7848565+04:00",
    "CustomerName": "sample string 4",
    "PhoneNo": "sample string 5",
    "Address": "sample string 6",
    "TableNo": 7,
    "TableName": "sample string 8",
    "TableSubNo": 9,
    "TicketNo": "sample string 10",
    "PrinterName": "sample string 11",
    "KotPriority": 12,
    "SalesList": [
      {
        "ItemId": 1,
        "ItemName": "sample string 2",
        "Qty": 3.1,
        "KitchenNote": "sample string 4"
      },
      {
        "ItemId": 1,
        "ItemName": "sample string 2",
        "Qty": 3.1,
        "KitchenNote": "sample string 4"
      }
    ]
  },
  {
    "InvNo": 1,
    "InvDate": "2026-09-09T15:07:48.7848565+04:00",
    "InvTime": "2026-09-09T15:07:48.7848565+04:00",
    "CustomerName": "sample string 4",
    "PhoneNo": "sample string 5",
    "Address": "sample string 6",
    "TableNo": 7,
    "TableName": "sample string 8",
    "TableSubNo": 9,
    "TicketNo": "sample string 10",
    "PrinterName": "sample string 11",
    "KotPriority": 12,
    "SalesList": [
      {
        "ItemId": 1,
        "ItemName": "sample string 2",
        "Qty": 3.1,
        "KitchenNote": "sample string 4"
      },
      {
        "ItemId": 1,
        "ItemName": "sample string 2",
        "Qty": 3.1,
        "KitchenNote": "sample string 4"
      }
    ]
  }
]