Mindbody · Schema

UpdateAppointmentResponse

Implementation of the 'UpdateAppointmentResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Appointment object Contains information about the appointment.
View JSON Schema on GitHub

JSON Schema

public-api-v6-update-appointment-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-update-appointment-response-schema.json",
  "title": "UpdateAppointmentResponse",
  "description": "Implementation of the 'UpdateAppointmentResponse' model.",
  "type": "object",
  "properties": {
    "Appointment": {
      "$ref": "#/components/schemas/Appointment",
      "description": "Contains information about the appointment."
    }
  }
}