Mindbody · JSON Structure

Public Api V6 Cancel Single Class Request Structure

Implementation of the 'CancelSingleClassRequest' model.

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClassID HideCancel SendClientEmail SendStaffEmail

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-cancel-single-class-request-structure.json",
  "name": "CancelSingleClassRequest",
  "description": "Implementation of the 'CancelSingleClassRequest' model.",
  "type": "object",
  "properties": {
    "ClassID": {
      "type": "int32",
      "description": "Class ID to lookup.",
      "example": 1
    },
    "HideCancel": {
      "type": "boolean",
      "description": "When `true`, indicates that this class is hidden when cancelled. When `false`, indicates that this class is not hidden when cancelled.",
      "example": true
    },
    "SendClientEmail": {
      "type": "boolean",
      "description": "When `true`, sends the client an automatic email about the cancellation, if the client has opted to receive email.",
      "example": true
    },
    "SendStaffEmail": {
      "type": "boolean",
      "description": "When `true`, sends the staff an automatic email about the cancellation, if the staff has opted to receive email.",
      "example": true
    }
  }
}