---
title: "Order time updated"
method: POST
path: "/order-time-updated"
tags: ["Restaurant Webhooks", "publicly-accessible"]
---

# Order time updated

`POST /order-time-updated`

Callback to notify recipients that there has been a change to the restaurant order times for a given day and service type

## Request body

- OrderTimeUpdated
  - `dayOfWeek` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday', enum — The day of the week that has been updated.
  - `lowerBoundMinutes` integer — Order time lower bound value, in minutes.
  - `restaurantId` string — The Just Eat restaurant ID
  - `serviceType` 'Delivery' | 'Collection', enum — Service type of the order time.
  - `upperBoundMinutes` integer — Order time upper bound value, in minutes.

## Response `200`

OK

---

[API](https://skmtc.net/justeat/apis/just-eat.md) · [All operations](https://skmtc.net/justeat/apis/just-eat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/justeat/just-eat/revisions/49ff8eb806d9/schema)
