Toast · Example Payload

Restaurants Schedules Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Restaurants Schedules 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

daySchedulesweekSchedule

Example Payload

Raw ↑
{
  "daySchedules": {
    "identifier": "string"
  },
  "weekSchedule": {
    "monday": "string",
    "tuesday": "string",
    "wednesday": "string",
    "thursday": "string",
    "friday": "90a86f12",
    "saturday": "string",
    "sunday": "string"
  }
}