Mindbody · JSON Structure

Public Api V6 Add Formula Note Request Structure

Implementation of the 'AddFormulaNoteRequest' model.

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClientId Note AppointmentId

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-add-formula-note-request-structure.json",
  "name": "AddFormulaNoteRequest",
  "description": "Implementation of the 'AddFormulaNoteRequest' model.",
  "type": "object",
  "properties": {
    "ClientId": {
      "type": "string",
      "description": "The ID of the client who needs to have a formula note added.",
      "example": "example-value"
    },
    "Note": {
      "type": "string",
      "description": "The new formula note text.",
      "example": "example-value"
    },
    "AppointmentId": {
      "type": "int32",
      "description": "The appointment ID that the formula note is related to.",
      "example": 123456
    }
  }
}