Mindbody · JSON Structure

Public Api V6 Booking Window Structure

Implementation of the 'BookingWindow' model. The booking window for registration

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

BookingWindow is a JSON Structure definition published by Mindbody, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StartDateTime EndDateTime DailyStartTime DailyEndTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-booking-window-structure.json",
  "name": "BookingWindow",
  "description": "Implementation of the 'BookingWindow' model. The booking window for registration",
  "type": "object",
  "properties": {
    "StartDateTime": {
      "type": "datetime",
      "description": "Date and time that the booking window opens; that is, the first day of sales.",
      "example": "2026-05-28T14:30:00Z"
    },
    "EndDateTime": {
      "type": "datetime",
      "description": "Date and time that the booking window closes; that is, the last day of sales.",
      "example": "2026-05-28T14:30:00Z"
    },
    "DailyStartTime": {
      "type": "datetime",
      "description": "The time that the booking window opens; that is, the time that the store opens.",
      "example": "2026-05-28T14:30:00Z"
    },
    "DailyEndTime": {
      "type": "datetime",
      "description": "The time that the booking window closes; that is, the time that the store closes.",
      "example": "2026-05-28T14:30:00Z"
    }
  }
}