Toast · Example Payload

Menus Availability Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Top-level fields

alwaysAvailableschedule

Example Payload

Raw ↑
{
  "alwaysAvailable": true,
  "schedule": [
    {
      "days": [
        "SUNDAY"
      ],
      "timeRanges": [
        {}
      ]
    }
  ]
}