Mindbody · JSON Structure

Public Api V6 Assigned Client Index Structure

Implementation of the 'AssignedClientIndex' model. Represents a client index value assigned to a client

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AssignedClientIndex 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 ValueId

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-assigned-client-index-structure.json",
  "name": "AssignedClientIndex",
  "description": "Implementation of the 'AssignedClientIndex' model. Represents a client index value assigned to a client",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The index ID assigned to the client.",
      "example": 123456
    },
    "ValueId": {
      "type": "int32",
      "description": "The index\u2019s value ID.",
      "example": 123456
    }
  }
}