Mindbody · JSON Structure

Public Api V6 Update Availability Request Structure

Implementation of the 'UpdateAvailabilityRequest' model. This is the update avaialability request coming DTO

Type: object Properties: 9
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Properties

AvailabilityIds PublicDisplay DaysOfWeek ProgramIds StartDateTime EndDateTime LocationId UnavailableDescription Test

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-request-structure.json",
  "name": "UpdateAvailabilityRequest",
  "description": "Implementation of the 'UpdateAvailabilityRequest' model. This is the update avaialability request coming DTO",
  "type": "object",
  "properties": {
    "AvailabilityIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "Unique IDs for the availabilities or unavailabilities.",
      "example": [
        1
      ]
    },
    "PublicDisplay": {
      "$ref": "#/components/schemas/PublicDisplayEnum",
      "description": "Choice that decides whether the availablity should be publicly visible, masked or hidden."
    },
    "DaysOfWeek": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DaysOfWeekEnum"
      },
      "description": "The days of week to update the availabilities or unavailabilities.<br /> Default: **All**",
      "example": [
        {}
      ]
    },
    "ProgramIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The program Id to be set for the availabilities. Default: **All**",
      "example": [
        1
      ]
    },
    "StartDateTime": {
      "type": "datetime",
      "description": "The start date and time for the availabilities or unavailabilities.",
      "example": "2026-05-28T14:30:00Z"
    },
    "EndDateTime": {
      "type": "datetime",
      "description": "The end date and time for the availabilities or unavailabilities.",
      "example": "2026-05-28T14:30:00Z"
    },
    "LocationId": {
      "type": "int32",
      "description": "The location Id to be updated for the provided availability Ids.",
      "example": 123456
    },
    "UnavailableDescription": {
      "type": "string",
      "description": "The description for unavailability.",
      "example": "Example note for Mindbody Public API."
    },
    "Test": {
      "type": "boolean",
      "description": "When `true`, the request ensures that its parameters are valid without affecting real data. When ``false`, the request performs as intended and may affect live client data. Default: **false**",
      "example": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/public-api-v6-update-availability-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.