Mindbody · JSON Structure

Public Api V6 Substitute Class Teacher Request Structure

Implementation of the 'SubstituteClassTeacherRequest' model.

Type: object Properties: 6
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClassId StaffId OverrideConflicts SendClientEmail SendOriginalTeacherEmail SendSubstituteTeacherEmail

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-substitute-class-teacher-request-structure.json",
  "name": "SubstituteClassTeacherRequest",
  "description": "Implementation of the 'SubstituteClassTeacherRequest' model.",
  "type": "object",
  "properties": {
    "ClassId": {
      "type": "int32",
      "description": "The ID of the class to which a substitute teacher needs to be assigned.",
      "example": 123456
    },
    "StaffId": {
      "type": "int32",
      "description": "The staff ID of the teacher to substitute.",
      "example": 123456
    },
    "OverrideConflicts": {
      "type": "boolean",
      "description": "When `true`, overrides any conflicts in the schedule.",
      "example": true
    },
    "SendClientEmail": {
      "type": "boolean",
      "description": "When `true`, sends the client an automatic email about the substitution, if the client has opted to receive email.",
      "example": true
    },
    "SendOriginalTeacherEmail": {
      "type": "boolean",
      "description": "When `true`, sends the originally scheduled teacher an automatic email about the substitution.",
      "example": true
    },
    "SendSubstituteTeacherEmail": {
      "type": "boolean",
      "description": "When `true`, sends the substituted teacher an automatic email about the substitution.",
      "example": true
    }
  }
}