Mindbody · JSON Structure

Public Api V6 Client Suspension Info Structure

Implementation of the 'ClientSuspensionInfo' model. A Client DTO with Suspension Information

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

BookingSuspended SuspensionStartDate SuspensionEndDate

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-client-suspension-info-structure.json",
  "name": "ClientSuspensionInfo",
  "description": "Implementation of the 'ClientSuspensionInfo' model. A Client DTO with Suspension Information",
  "type": "object",
  "properties": {
    "BookingSuspended": {
      "type": "boolean",
      "description": "When 'true', indicates that the client is suspended from booking",
      "example": true
    },
    "SuspensionStartDate": {
      "type": "string",
      "description": "Indicates the Date that BookingSuspension starts 'YYYY-MM-DD'",
      "example": "example-value"
    },
    "SuspensionEndDate": {
      "type": "string",
      "description": "Indicates the Date that BookingSuspension ends 'YYYY-MM-DD'",
      "example": "example-value"
    }
  }
}