Mindbody · JSON Structure

Public Api V6 Update Appointment Response Structure

Implementation of the 'UpdateAppointmentResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Appointment

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-update-appointment-response-structure.json",
  "name": "UpdateAppointmentResponse",
  "description": "Implementation of the 'UpdateAppointmentResponse' model.",
  "type": "object",
  "properties": {
    "Appointment": {
      "$ref": "#/components/schemas/Appointment",
      "description": "Contains information about the appointment."
    }
  }
}