Mindbody · Schema

AssignedClientIndex

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

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Id integer The index ID assigned to the client.
ValueId integer The index’s value ID.
View JSON Schema on GitHub

JSON Schema

public-api-v6-assigned-client-index-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-assigned-client-index-schema.json",
  "title": "AssignedClientIndex",
  "description": "Implementation of the 'AssignedClientIndex' model. Represents a client index value assigned to a client",
  "type": "object",
  "properties": {
    "Id": {
      "type": "integer",
      "format": "int32",
      "description": "The index ID assigned to the client.",
      "example": 123456
    },
    "ValueId": {
      "type": "integer",
      "format": "int32",
      "description": "The index\u2019s value ID.",
      "example": 123456
    }
  }
}