Mindbody · JSON Structure

Public Api V6 Visit Waitlist Info Structure

Implementation of the 'VisitWaitlistInfo' model. A Visit DTO with Waitlist Information

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

VisitWaitlistInfo 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

WaitlistId WaitlistOrderNumber

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-visit-waitlist-info-structure.json",
  "name": "VisitWaitlistInfo",
  "description": "Implementation of the 'VisitWaitlistInfo' model. A Visit DTO with Waitlist Information",
  "type": "object",
  "properties": {
    "WaitlistId": {
      "type": "int32",
      "description": "waitlist entry Id",
      "example": 123456
    },
    "WaitlistOrderNumber": {
      "type": "int32",
      "description": "order of the waitlist entry",
      "example": 1
    }
  }
}