Booking Policy Viewer

Context

Business: Test Restaurant (timezone: Europe/London)

Location: N/A (timezone: N/A)

Effective Booking Policy

{
  "slot_interval_minutes": 15,
  "default_duration_minutes": 90,
  "max_party_size": 20,
  "max_bookings_per_slot": null,
  "max_guests_per_slot": null,
  "allow_table_combine": true,
  "max_tables_per_booking": 2,
  "opening_hours": {
    "monday": [
      {
        "open": "17:00",
        "close": "23:00"
      }
    ],
    "tuesday": [
      {
        "open": "17:00",
        "close": "23:00"
      }
    ],
    "wednesday": [
      {
        "open": "17:00",
        "close": "23:00"
      }
    ],
    "thursday": [
      {
        "open": "17:00",
        "close": "23:00"
      }
    ],
    "friday": [
      {
        "open": "17:00",
        "close": "23:30"
      }
    ],
    "saturday": [
      {
        "open": "17:00",
        "close": "23:30"
      }
    ],
    "sunday": [
      {
        "open": "17:00",
        "close": "22:30"
      }
    ]
  }
}

Business booking_policy (raw)

{}

Location booking_policy (raw)

{}