Mindbody · JSON Structure

Public Api V6 Add Appointment Outcome Structure

Implementation of the 'AddAppointmentOutcome' model. Contains information about an appointment creation outcome.

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AddAppointmentOutcome 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

Appointment Error Request

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-appointment-outcome-structure.json",
  "name": "AddAppointmentOutcome",
  "description": "Implementation of the 'AddAppointmentOutcome' model. Contains information about an appointment creation outcome.",
  "type": "object",
  "properties": {
    "Appointment": {
      "$ref": "#/components/schemas/Appointment",
      "description": "The appointment details if created."
    },
    "Error": {
      "$ref": "#/components/schemas/ApiError",
      "description": "The error message if the appointment creation failed."
    },
    "Request": {
      "$ref": "#/components/schemas/AddAppointmentRequest",
      "description": "The request details for the appointment creation."
    }
  }
}