Mindbody · JSON Structure

Public Api V6 Written Class Schedules Info Structure

Implementation of the 'WrittenClassSchedulesInfo' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClassId ClassInstanceIds

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-written-class-schedules-info-structure.json",
  "name": "WrittenClassSchedulesInfo",
  "description": "Implementation of the 'WrittenClassSchedulesInfo' model.",
  "type": "object",
  "properties": {
    "ClassId": {
      "type": "int32",
      "description": "The ClassScheduleId.",
      "example": 123456
    },
    "ClassInstanceIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The individual ClassIds of the enrollment schedule.",
      "example": [
        1
      ]
    }
  }
}