Epson KDS Expansion Box KD-IB01 KDS User Manual - KDS API - Page 22

onbump, onpriority Callback

Page 22 highlights

7.2. "onbump" Callback If the trigger is "onbump" and an order is bumped, then KDS will send check, table of the bumped order. Optional "cust_name", "cust_phone" and "cust_name" will be included if these fields were included in "new" order request. { "type" : "callback", "callbackid" : 1, "trigger" : "onbump", "check" : "12", "table" : "Table 7" "cust_name" : "Robert", "cust_phone" : "5555555555", "cust_email" : "[email protected]" } If the trigger is "onbump" and an item is bumped (on SCROLL mode), then KDS will send the same content as order bump, together with itemid, itemname and modifiers for this item. { "type" : "callback", "callbackid" : 1, "trigger" : "onbump", "check" : "12", "table" : "Table 7", "cust_name" : "Robert", "cust_phone" : "5555555555", "cust_email" : "[email protected]", "itemid" : 8 "item" : "Classic Burger", "modifierlist" : [ { "modifier" : "No pickle" } ] } 7.3. "onpriority" Callback If the trigger is "onpriority" or "onrush", and an order becomes Priority or Rush, respectively, then KDS will send check, table of that order. { "type" : "callback", "callbackid" : 2, "trigger" : "onpriority", "check" : "12", "table" : "Table 7" } Form: F-730-028 v1.00 KDS API User Manual Page 22 of 26 111-38-URM-009 R2.50

  • 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

KDS API
User Manual
Page 22 of 26
111-38-URM-009
R2.50
Form: F-730-028 v1.00
7.2.
“onbump”
Callback
If the trigger is
“onbump”
and an order is bumped, then KDS will send
check, table
of
the bumped order.
Optional “cust_name”, “cust_phone” and “cust_name” will be included
if these fields were included in “new” order request.
{
“type” : “callback”,
“callbackid” : 1,
“trigger” : “onbump”,
“check” : “12”,
“table” : “Table 7”
“cust_name” : “Robert”,
“cust_phone” : “5555555555”,
“cust_email” : “[email protected]
}
If the trigger is
“onbump”
and an item is bumped (on SCROLL mode), then KDS will send
the same content as order bump, together with itemid, itemname and modifiers for this
item.
{
“type” : “callback”,
“callbackid” : 1,
“trigger” : “onbump”,
“check” : “12”,
“table” : “Table 7”,
“cust_name” : “Robert”,
“cust_phone” : “5555555555”,
“cust_email” : “
”,
“itemid” :
8
“item” : “Classic Burger”,
“modifierlist” :
[
{ “modifier” : “No pickle” }
]
}
7.3.
“onpriority” Callback
If the trigger is
“onpriority”
or
“onrush”,
and an order becomes Priority or Rush,
respectively, then KDS will send
check, table
of that order.
{
“type” : “callback”,
“callbackid” : 2,
“trigger” : “onpriority”,
“check” : “12”,
“table” : “Table 7”
}