Lunchbox · Example Payload

Management Service Type Config Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Management Service Type Config Example is an example object payload from Lunchbox, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

approvedenabledgroup_base_prep_timebase_prep_timelead_timehold_same_day_orderspos_autosendhold_future_ordersmin_subtotalallow_check_in

Example Payload

Raw ↑
{
  "approved": true,
  "enabled": true,
  "group_base_prep_time": 1,
  "base_prep_time": 1,
  "lead_time": 1,
  "hold_same_day_orders": true,
  "pos_autosend": true,
  "hold_future_orders": true,
  "min_subtotal": 1.0,
  "allow_check_in": true
}