Toast · Example Payload

Menus Schedule Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Menus Schedule 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

daystimeRanges

Example Payload

Raw ↑
{
  "days": [
    "SUNDAY"
  ],
  "timeRanges": [
    {
      "start": "string",
      "end": "string"
    }
  ]
}