Mindbody · JSON Structure

Public Api V6 Remove Client From Class Response Structure

Implementation of the 'RemoveClientFromClassResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Class

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-remove-client-from-class-response-structure.json",
  "name": "RemoveClientFromClassResponse",
  "description": "Implementation of the 'RemoveClientFromClassResponse' model.",
  "type": "object",
  "properties": {
    "Class": {
      "$ref": "#/components/schemas/Class",
      "description": "Contains information about the class from which the client was removed."
    }
  }
}