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.
{
"$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
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.