Mindbody · JSON Structure

Public Api V6 Lead Channel Structure

Implementation of the 'LeadChannel' model.

Type: object Properties: 5
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

LeadChannel 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

Id Name SalespipelineId UniversalCustomerId StudioId

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-lead-channel-structure.json",
  "name": "LeadChannel",
  "description": "Implementation of the 'LeadChannel' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "Sunset Yoga Studio"
    },
    "SalespipelineId": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 123456
    },
    "UniversalCustomerId": {
      "type": "string",
      "description": "The model property of type uuid|str.",
      "example": "example-value"
    },
    "StudioId": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 123456
    }
  }
}