grubhub · Example Payload

Grubhub Scheduleoverriderequest Example

Grubhub Scheduleoverriderequest Example is an example object payload from grubhub, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

start_dateend_dateclosedtime_windowsreason

Example Payload

Raw ↑
{
  "start_date": "2026-06-02T18:30:00Z",
  "end_date": "2026-06-02T18:30:00Z",
  "closed": false,
  "time_windows": [
    null
  ],
  "reason": "Item temporarily unavailable."
}