Toast · Example Payload

Menus Time Specific Price Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Top-level fields

timeSpecificPricebasePriceschedule

Example Payload

Raw ↑
{
  "timeSpecificPrice": 1.0,
  "basePrice": 1.0,
  "schedule": [
    {
      "days": [
        "SUNDAY"
      ],
      "timeRanges": [
        {}
      ]
    }
  ]
}