Mindbody · JSON Structure

Public Api V6 Add Multiple Appointments Request Structure

Implementation of the 'AddMultipleAppointmentsRequest' model. Request to add multiple appointments.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AddMultipleAppointmentsRequest 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

AddAppointmentRequests

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-multiple-appointments-request-structure.json",
  "name": "AddMultipleAppointmentsRequest",
  "description": "Implementation of the 'AddMultipleAppointmentsRequest' model. Request to add multiple appointments.",
  "type": "object",
  "properties": {
    "AddAppointmentRequests": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AddAppointmentRequest"
      },
      "description": "List of appointment requests to be added.",
      "example": [
        {}
      ]
    }
  }
}