Mindbody · JSON Structure

Public Api V6 Client Type Structure

Implementation of the 'ClientType' model. Represents a client's type classification.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

ClientType 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

Id Name

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-client-type-structure.json",
  "name": "ClientType",
  "description": "Implementation of the 'ClientType' model. Represents a client's type classification.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The unique identifier for the client type.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The display name of the client type.",
      "example": "Sunset Yoga Studio"
    }
  }
}