Epson TrueOrder KDS Epson TrueOrder KDS API Specification - Page 14

append Order

Page 14 highlights

5.2. "append" Order 5.2.1. Request to KDS Request for an addition to be sent to an already existing order. The check number should match a previous order: { "seq" : 2, "type" : "append", "server" : "William", "table" : "7", "check" : "12" "itemlist" : [ { "itemid" : 8, Unique positive number within an order "qty" : 1, "item" : "Classic Burger", "modifierlist" : [ { "modifier" : "No pickle" } ] } ] } The difference between "new" and "append" order is that appended orders will show the quantity column in a different background color on the KDS display to indicate the order was appended. 5.2.2. Response from KDS The KDS sends back a response indicating success or failure. Response error codes are listed in Section 4.3. Form: F-730-028 v1.00 TrueOrder KDS API Specification Page 14 of 32 Trademarks 111-56-URM-010 R3.00

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32

TrueOrder KDS
API Specification
Page 14 of 32
111-56-URM-010
R3.00
Form: F-730-028 v1.00
5.2.
“append” Order
5.2.1.
Request to KDS
Request for an addition to be sent to an already existing order.
The check number should
match a previous order:
{
“seq” : 2,
“type” : “append”,
“server” :
“William”,
“table” : “7”,
“check” : “12”
“itemlist” :
[
{
itemid” : 8,
Unique positive number within an order
“qty” : 1,
“item” : “Classic Burger”,
“modifierlist” :
[
{ “modifier” : “No pickle” }
]
}
]
}
The difference between
“new”
and
“append”
order is that appended orders will show the
quantity column in a different background color on the KDS display to indicate the order
was appended.
5.2.2.
Response from KDS
The KDS sends back a response indicating success or failure.
Response error codes are
listed in Section 4.3.