Mindbody · JSON Structure

Public Api V6 Appointment Add On Structure

Implementation of the 'AppointmentAddOn' model.

Type: object Properties: 5
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AppointmentAddOn 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 NumDeducted CategoryId Category

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-appointment-add-on-structure.json",
  "name": "AppointmentAddOn",
  "description": "Implementation of the 'AppointmentAddOn' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The ID of this add-on.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The name of this add-on.",
      "example": "Sunset Yoga Studio"
    },
    "NumDeducted": {
      "type": "int32",
      "description": "The number of sessions that this add-on deducts from the pricing option used to pay for this add-on.",
      "example": 1
    },
    "CategoryId": {
      "type": "int32",
      "description": "This ID of this add-on\u2019s category.",
      "example": 123456
    },
    "Category": {
      "type": "string",
      "description": "The name of this add-on\u2019s category.",
      "example": "example-value"
    }
  }
}