Mindbody · Schema
AddAvailabilitiesRequest
Implementation of the 'AddAvailabilitiesRequest' model.
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook
Properties
| Name | Type | Description |
|---|---|---|
| Test | boolean | 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. (optional) Defaults to false |
| LocationID | integer | Location of availability. Not used when IsUnavailable is `true`. |
| StaffIDs | array | A list of requested staff IDs. (optional) Defaults to staff ID of user credentials. Use 0 for all. |
| ProgramIDs | array | A list of program IDs. (optional) Defaults to all. Not used when IsUnavailable is true. |
| StartDateTime | string | The start date and time of the new availabilities or unavailabilities. |
| EndDateTime | string | The end date and time of the new availabilities or unavailabilities. |
| DaysOfWeek | array | The days of the week to set. (optional) Defaults to all. |
| UnavailableDescription | string | Description of unavalability. Only used when IsUnavailable is true. |
| IsUnavailable | boolean | When `true`, indicates that unavailability is getting added. When `false`, indicates that availability is getting added. Default: **false** |
| PublicDisplay | object | Sets the public display of the availability.
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-add-availabilities-request-schema.json",
"title": "AddAvailabilitiesRequest",
"description": "Implementation of the 'AddAvailabilitiesRequest' model.",
"type": "object",
"properties": {
"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. (optional) Defaults to false.",
"example": true
},
"LocationID": {
"type": "integer",
"format": "int32",
"description": "Location of availability. <br />Not used when IsUnavailable is `true`.",
"example": 1
},
"StaffIDs": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"description": "A list of requested staff IDs.<br /> (optional) Defaults to staff ID of user credentials. Use 0 for all.",
"example": [
1
]
},
"ProgramIDs": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"description": "A list of program IDs.<br /> (optional) Defaults to all. <br />Not used when IsUnavailable is true.",
"example": [
1
]
},
"StartDateTime": {
"type": "string",
"format": "date-time",
"description": "The start date and time of the new availabilities or unavailabilities.",
"example": "2026-05-28T14:30:00Z"
},
"EndDateTime": {
"type": "string",
"format": "date-time",
"description": "The end date and time of the new availabilities or unavailabilities.",
"example": "2026-05-28T14:30:00Z"
},
"DaysOfWeek": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DaysOfWeekEnum"
},
"description": "The days of the week to set.<br /> (optional) Defaults to all.",
"example": [
{}
]
},
"UnavailableDescription": {
"type": "string",
"description": "Description of unavalability. <br />Only used when IsUnavailable is true.",
"example": "Example note for Mindbody Public API."
},
"IsUnavailable": {
"type": "boolean",
"description": "When `true`, indicates that unavailability is getting added. When `false`, indicates that availability is getting added. Default: **false**",
"example": true
},
"PublicDisplay": {
"$ref": "#/components/schemas/PublicDisplay1Enum",
"description": "Sets the public display of the availability.<br /><ul><li>Show</li><li>Mask</li><li>Hide</li></ul> (optional) Defaults to Show."
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-v6-add-availabilities-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.