Mindbody · JSON Structure

Public Api V6 Class Client Detail Structure

Implementation of the 'ClassClientDetail' model. Class Client Detail Object

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClientIds ClassId

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-class-client-detail-structure.json",
  "name": "ClassClientDetail",
  "description": "Implementation of the 'ClassClientDetail' model. Class Client Detail Object",
  "type": "object",
  "properties": {
    "ClientIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The RSSID of the clients to remove from the specified classes.",
      "example": [
        "example-value"
      ]
    },
    "ClassId": {
      "type": "int32",
      "description": "The ID of the classes that you want to remove the clients from.",
      "example": 123456
    }
  }
}