Mindbody · JSON Structure

Public Api V6 Get Client Complete Info Response Structure

Implementation of the 'GetClientCompleteInfoResponse' model. Contains information about the requested client.

Type: object Properties: 5
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Client ClientServices ClientContracts ClientMemberships ClientArrivals

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-get-client-complete-info-response-structure.json",
  "name": "GetClientCompleteInfoResponse",
  "description": "Implementation of the 'GetClientCompleteInfoResponse' model. Contains information about the requested client.",
  "type": "object",
  "properties": {
    "Client": {
      "$ref": "#/components/schemas/ClientWithSuspensionInfo",
      "description": "Contains information about the requested client."
    },
    "ClientServices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientServiceWithActivationType"
      },
      "description": "Contains information about client pricing options, including activation behavior details. Each item includes ActivationType and CannotPayForClassesBeforeActivation fields to help determine booking eligibility based on the pricing option's activation configuration.",
      "example": [
        {}
      ]
    },
    "ClientContracts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientContract"
      },
      "description": "Contains information about client contract.",
      "example": [
        {}
      ]
    },
    "ClientMemberships": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientMembership"
      },
      "description": "Contains information about client Memberships.",
      "example": [
        {}
      ]
    },
    "ClientArrivals": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientArrival"
      },
      "description": "Contains information about client arrival services.",
      "example": [
        {}
      ]
    }
  }
}