Toast · Example Payload

Restaurants Prep Times Example

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

deliveryPrepTimedeliveryTimeAfterOpendeliveryTimeBeforeClosetakeoutPrepTimetakeoutTimeAfterOpentakeoutTimeBeforeClosetakeoutThrottlingTimedeliveryThrottlingTime

Example Payload

Raw ↑
{
  "deliveryPrepTime": 21,
  "deliveryTimeAfterOpen": 72,
  "deliveryTimeBeforeClose": 83,
  "takeoutPrepTime": 30,
  "takeoutTimeAfterOpen": 12,
  "takeoutTimeBeforeClose": 24,
  "takeoutThrottlingTime": 15,
  "deliveryThrottlingTime": 1
}