Mindbody · JSON Structure

Public Api V6 Client Index Value Structure

Implementation of the 'ClientIndexValue' model. A client index value.

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Active 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-index-value-structure.json",
  "name": "ClientIndexValue",
  "description": "Implementation of the 'ClientIndexValue' model. A client index value.",
  "type": "object",
  "properties": {
    "Active": {
      "type": "boolean",
      "description": "For this call, this value is always `false` and can be ignored. When `false`, indicates that the index value has been deactivated and cannot be assigned to its parent index.",
      "example": true
    },
    "Id": {
      "type": "int32",
      "description": "The index value\u2019s ID.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The name of the client index value.",
      "example": "Sunset Yoga Studio"
    }
  }
}