Mindbody · Schema

WrittenClassSchedulesInfo

Implementation of the 'WrittenClassSchedulesInfo' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
ClassId integer The ClassScheduleId.
ClassInstanceIds array The individual ClassIds of the enrollment schedule.
View JSON Schema on GitHub

JSON Schema

public-api-v6-written-class-schedules-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-written-class-schedules-info-schema.json",
  "title": "WrittenClassSchedulesInfo",
  "description": "Implementation of the 'WrittenClassSchedulesInfo' model.",
  "type": "object",
  "properties": {
    "ClassId": {
      "type": "integer",
      "format": "int32",
      "description": "The ClassScheduleId.",
      "example": 123456
    },
    "ClassInstanceIds": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "int32"
      },
      "description": "The individual ClassIds of the enrollment schedule.",
      "example": [
        1
      ]
    }
  }
}