Toast · Example Payload

Restaurants Online Ordering Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Restaurants Online Ordering Example is an example object payload from Toast, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

enabledschedulingspecialRequestsspecialRequestsMessagepaymentOptions

Example Payload

Raw ↑
{
  "enabled": true,
  "scheduling": true,
  "specialRequests": true,
  "specialRequestsMessage": "string",
  "paymentOptions": {
    "delivery": {},
    "takeout": {},
    "ccTip": true
  }
}