Mindbody · JSON Structure

Public Api V6 Add Staff Availability Request Structure

Implementation of the 'AddStaffAvailabilityRequest' model. Add Staff Availability/Unavailability Schedule

Type: object Properties: 11
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Properties

StaffId IsAvailability DaysOfWeek StartTime EndTime StartDate EndDate Description ProgramIds LocationId Status

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-staff-availability-request-structure.json",
  "name": "AddStaffAvailabilityRequest",
  "description": "Implementation of the 'AddStaffAvailabilityRequest' model. Add Staff Availability/Unavailability Schedule",
  "type": "object",
  "properties": {
    "StaffId": {
      "type": "int32",
      "description": "The ID of the staff member that availability or unavailability will be added.",
      "example": 123456
    },
    "IsAvailability": {
      "type": "boolean",
      "description": "When `true`, indicates that availability will be added, <br /> When `false`, indicates that unavailability will be added.",
      "example": true
    },
    "DaysOfWeek": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The days of the week. Must contain at least one of the following Sunday, Monday, Tuesday etc.",
      "example": [
        "example-value"
      ]
    },
    "StartTime": {
      "type": "string",
      "description": "The start time of the schedule. Must be in HH:MM:SS format.",
      "example": "example-value"
    },
    "EndTime": {
      "type": "string",
      "description": "The end time of the schedule. Must be in HH:MM:SS format.",
      "example": "example-value"
    },
    "StartDate": {
      "type": "string",
      "description": "The start date of the schedule. Must be in YYYY-MM-DD format.",
      "example": "example-value"
    },
    "EndDate": {
      "type": "string",
      "description": "The end date of the schedule. Must be in YYYY-MM-DD format.",
      "example": "example-value"
    },
    "Description": {
      "type": "string",
      "description": "The description of the unavailability, ex. Lunch, Vacation. Required if IsAvailability passed as `false`. Omit if IsAvailability passed as `true`.",
      "example": "Example note for Mindbody Public API."
    },
    "ProgramIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of program IDs. Must be a valid active schedulable Program ID. Required if IsAvailability passed as `true`. Omit if IsAvailability passed as `false`.",
      "example": [
        1
      ]
    },
    "LocationId": {
      "type": "int32",
      "description": "The ID of the location where the availability is added. Required if IsAvailability passed as `true`. Omit if IsAvailability passed as `false`.",
      "example": 123456
    },
    "Status": {
      "type": "string",
      "description": "The status of availability or unavailability. Possible values are: * Masked * Hidden * Public Default: Public",
      "example": "Active"
    }
  }
}

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-add-staff-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.