Mindbody · JSON Structure

Public Api V6 Update Availability Response Structure

Implementation of the 'UpdateAvailabilityResponse' model. This is the update avaialability response

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

StaffMembers Errors

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-availability-response-structure.json",
  "name": "UpdateAvailabilityResponse",
  "description": "Implementation of the 'UpdateAvailabilityResponse' model. This is the update avaialability response",
  "type": "object",
  "properties": {
    "StaffMembers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Staff"
      },
      "description": "This is the success list of the trainer availability",
      "example": [
        {}
      ]
    },
    "Errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiError"
      },
      "description": "The model property of type List[ApiError].",
      "example": [
        {}
      ]
    }
  }
}